adarsh kumar
IndividualPopular Salesforce Blogs
ClickJack Protection for Salesforce
ClickJacking name sounds like an unfamiliar jargon for those who have never heard of it. Let me clarify it for you, it is a technique…
How to Call the Apex Method Imperatively in Lightning Web Component?
When we want to control when a method should be invoked (for instance, in response to a button click), we use an imperative method call. …
Unit Testing on Salesforce Lightning Platform | Quick Guide
Before we begin, we have to know about unit testing i.e. what is unit testing and why do we test the code? All that stuff…