Lightning Web Components are used to create user interfaces for custom component requests. This post will explain the LWC enhancement in Salesforce Winter’23.
-
-
YAML is a human-readable data serialization standard that can be used with all types of programming languages. It is used to write the configuration files.
-
Salesforce Flow is an application that automates complex business processes. This post will explain the Salesforce Flow update in Salesforce Winter’23.
-
Integration is important for Salesforce application. We have many types of integration patterns in Salesforce. This post will explain all Salesforce patterns.
-
A big object stores and manages massive amounts of data on the Salesforce platform. This post will explain Big objects and its benefit to using.
-
Custom Setting and Custom Metadata Type are used to store application secrets. This post will give similarities and differences of both storage features.
-
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.