Custom Setting and Custom Metadata Type are used to store application secrets. This post will give similarities and differences of both storage features.
salesforce question
-
-
SOQL Injection (SOQLi) is a type of injection attack that makes it possible to execute malicious SOQL statements. This post will give SOQL injection mitigation techniques.
-
PK chunking is used to split the queries into manageable chunks which will increase application performance. This post will explain PK Chunking in Bulk API.
-
Skew means something is not right and in a data set, if the data is not distributed uniformly then it is referred to as Data skew.
-
LightDOM is the DOM tree along with ShadowDOM that defines the web component’s content. This post will throw some light on Light DOM.
-
Skinny tables are custom tables that Salesforce creates on customer’s request to optimize search results and query performance. Skinny tables can be created to contain frequently used fields and to avoid…
-
Both Queueable and Batch Apex are Asynchronous Apex which is used when some long-running operation is required.