How to install OpenSSL application on Windows Machine

In this blog post, we will see how to install OpenSSL Application for Windows platform users. There are tons of blogs explaining the installation procedure for other platforms like Linux and Mac OS and I don’t find any blog posts explaining clear explanations of the installation procedure for OpenSSL. We are going to see a …

Continue reading

LWC Local Development

In this blog post, we will see step by step guide on how to set up the LWC Local Development Environment. Salesforce in October 2019 announced Local Development for LWC. The main advantage of this local development is you don’t have to deploy your code every time you make some changes to your existing code. …

Continue reading

How to change the terminal style in VSCode

I am using Visual Studio Code for the last one year, I am pretty happy with the themes that come with VSCode and there are lots of themes available outside also. But to change only the terminal style there aren’t any that I am aware of. In this blog post, we will look at how …

Continue reading

How to Deploy the changes on Save in Salesforce using VSCode

In this blog post, we will see how to Deploy on save/push on save using the salesforce vs code extension. Please update the Extension Pack If you haven’t already. Step by Step guide setup: Go to:File > preferences > setting > Salesforce feature Previews Search with this text “salesforcedx-vscode-core.push-or-deploy-on-save” Enable this checkbox both in User …

Continue reading