What is a resource bundle in Aura Components? Let us look at an interview question on Aura Components. What is a resource bundle in Aura Components?
What's the use of helper.js file in Lightning Components aka Aura Components? Let me walk you through the use of helper.js file in Lightning Component aka Aura Components.
When can we hard delete records in Data Loader One of the most frequently asked interview questions on Data Loader is when can we Hard Delete records.
Difference between connectedCallback() and renderedCallback() in LWC Let's look at what is the difference between connectedCallback() and renderedCallback() in LWC
Can we send SObject as params to Queueable Apex class? Let's see if we can send SObject as params to Queueable Apex class.
Using lightning-record-form in LWC Let's look at how to use lightning-record-form tag to interact with a single record and perform DML operation.
Using lightning-record-view-from in LWC When you want to fetch a record in LWC without using JavaScript and Apex code then we will be using lightning-record-view-form.
Using lightning-record-edit-from in LWC LDS helps us interact with data when there is a single record in question. Let's look at how to use lightning-edit-from in LWC.