Salesforce Developer Blog
We follow Salesforce’s official recommendation to use Visual Studio Code (VSCode for short) for Salesforce development. Immediately, our first question is – what are Top 10 VSCode Extensions For …
Many Salesforce developer blogs exist on the internet. Some share knowledge, some share wisdom. The goal of this article is to curate a list of wisdom-sharing best Salesforce developer …
One day I sit in the office and wonder what are the Salesforce sandbox refresh best practices, does a Salesforce sandbox refresh checklist exist? I google-searched, but couldn’t get …
Prettier is the Salesforce recommended Apex code formatter in VSCode, but how to do the Prettier Apex VSCode setup? After all, Prettier is only a command-line tool, can Visual …
If you’re a Salesforce technologist, you’ve probably heard we can study Salesforce APIs With Postman. But it is a tedious task to build Salesforce API callouts from scratch. Big …
There are many Salesforce podcasts in the ecosystem, but lacking of an up-to-date list covering all podcasts. This article aims to fill this gap. The goal of this article …
As a Salesforce developer who is all the time in the Object-Oriented Programming (OO) world, I always wanted to explore the beauty of the other popular programming paradigm — …