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…

What is HTML?
| |

Salesforce LWC Master Class (Ep.3) – What is HTML (Hypertext Markup Language)?

If you are starting your journey into Salesforce development, particularly with Lightning Web Components (LWC), the syntax can sometimes feel like a foreign language. In this third episode of the Lightning Web Component Master Class, we go back to the absolute building blocks of the web: HTML. Whether you are a complete beginner or an…

Polymorphism in Apex
| |

Design Patterns in Salesforce (Ep. 5) – What is Polymorphism?

If you ask five developers to define polymorphism, you might get five different answers. But at its core, the concept is simple: it means “having many forms.” In the world of Salesforce development, polymorphism allows your code to behave differently based on the specific context or “form” it takes at runtime. Instead of writing rigid,…

LWC Master Class What is CSS?
|

Salesforce Lightning Web Component (LWC) Master Class Episode 4: What is CSS (Cascading Style Sheets)?

Welcome to the fourth installment of the Lightning Web Component (LWC) Master Class. If you’ve been following along, you’ve likely built your first component using HTML. But let’s face it—without styling, even the best code looks like a relic from the early 90s. In this guide, we’re diving into CSS (Cascading Style Sheets). We’ll cover…

Salesforce Quick Tips Image
| |

Salesforce Quick Tips: How to Set Up and Display Field History Tracking

As a Salesforce Admin, it’s not a matter of if you’ll be asked to track field changes, but when. Whether it’s for auditing purposes, data integrity, or simply to answer the age-old question, “Who changed this value?”, Field History Tracking is a vital tool in your admin toolkit. In this guide, we’ll walk through the…

The beginners guide to lightning web components (lwcs)
|

Salesforce Developer LWC Tutorial (2026): The Beginner’s Guide to LWCs

If you’ve ever tried to build a Salesforce page layout that’s “almost right,” you already know the moment when clicks, flows, and standard UI stop being enough. That’s where Lightning Web Components (LWCs) come in. They let you build custom user interface elements that feel like Salesforce, but behave the way your business actually needs….

Salesforce Architecture Tutorial: Profiles vs. Permission Set Groups (Designing Object Level Access)
|

Salesforce Architecture Tutorial: Profiles vs. Permission Set Groups (Designing Object Level Access)

Hold up homeslice, are you still usin profiles???!!! It’s 2023 playur! In this episode we’re gonna go over exactly when you should use profiles as opposed to permission sets and permission set groups. After you watch this, you’ll be a permissions wizard and the admins and developers in your org will thank you for this…

Salesforce Architecture Tutorial – How to Choose the right Auth Flow for your Integrations

Salesforce Architecture Tutorial – How to Choose the right Auth Flow for your Integrations

Auth flows, what even are they bro? In this episode we’re gonna go over every single integration authorization flow and figure out exact when and why you should use each one. Don’t waste 200 hours figuring out all this for yourself! I’ve done the work the work for you! Just press play and whisk your…