Tag: development

Best Practices for Lightning Web Components

Lightning Web Components (LWC) is a new programming model for building modern, scalable, and high-performance web applications on the Salesforce platform. LWC is based on modern web standards and provides a developer-friendly experience for building reusable components that can be shared across an organization. In this blog post, I will explore some best practices for building lightning web components and how to leverage the LWC programming model to build efficient and maintainable applications. You can read – Apex Programming Best Practices Salesforce Flow Best Practices Use Modules for Reusibility One of the best practices for building Lightning Web Components...

Read More

Turn your Github Repo into VSCode Editor | Github1s

This blog post will explain how you can quickly open any Github repo in Visual Studio Code in just 1 sec, yes literally in just 1 sec. I like this feature so much that I am using this feature all the time before I clone the repo or if I need to quickly search something i.e. variable, function, text etc. within the entire repository.

Read More

Configure Husky in VS Code for JavaScript Development

by installing ESLint and Prettier we have the option to run the script which will check for syntax and best practices in our JavaScript code. But what about if we forget to execute this script before committing our changes to the GitHub repository? We will be then committing poorly written code into our repo. We can always run ESLing and Prettier as part of our continuous integration, but having a problem identified at that stage is kind of late in the game. We need to fix now and do another commit. 

So it will be good if we can identify these problems even before we do the first commit. And here comes the power of Husky.

Read More
Loading

Archives