Write Unit Tests for Apex in Salesforce
Write unit tests for Apex is important to make sure the code is working and produces the expected results. In this article we will learn to...
The Test Framework in Salesforce
The Test Framework in Salesforce is important to make sure that our applications do not break functionality and works as expected. After...
Lightning Web Component in Salesforce
A Lightning Web Component in Salesforce is a framework to build custom components, using HTML and modern Javascript, to run efficiently and...
Ways to include Visualforce pages into Lightning Platform
Visualforce pages into Lightning Platform have several ways to be included in Salesforce. Do you want to know more about it? When an...
The Lightning Component Framework
The Lightning Component Framework is a UI framework that allows building single-page web apps with dynamic and responsive user interfaces...
Static and Instance in Apex Salesforce
If you are a Salesforce developer, you need to know everything about static and instance in Apex Salesforce to code as a pro with good...