What are LWCs?
| | |

Salesforce LWC Master Class (Ep1): What Are Lightning Web Components, when to use them, and why to use them.

If you are a Salesforce developer (or an admin looking to level up), you’ve likely heard the buzz around Lightning Web Components (LWC). But what exactly are they? Why should you use them over flows or Aura components? And how do you actually build one? In the first episode of the Salesforce LWC Master Class,…

What is the DOM?
| | |

Salesforce LWC Master Class: What is the DOM? (Ep. 2)

In Episode 2 of the Lightning Web Component Master Class, we’ll tackle a concept that sounds intimidating but is the absolute bedrock of frontend development: The DOM (Document Object Model). If you are a Salesforce developer moving from Apex/Visualforce to LWC, understanding the DOM is crucial because it bridges the gap between the code you…

Inheritance in Apex
| |

Design Patterns in Salesforce: Mastering Inheritance in Apex (Ep. 4)

It has been a long time coming, but we are back with Episode 4 of the Design Patterns tutorial series! In this installment, we dive deep into one of the fundamental pillars of Object-Oriented Programming (OOP): Inheritance. If you are an Apex developer looking to write cleaner, more efficient code, understanding inheritance is non-negotiable. Here…