Automation Lightning App: Centralized Flow Management
If you have ever spent way too long hunting for a specific flow in the Setup menu, you are going to love this. The...
If you have ever spent way too long hunting for a specific flow in the Setup menu, you are going to love this. The...
You don't need a whole Apex class just to find out who is logged in. I'll show you how to use Lightning Data...
Writing Apex for every single data fetch is a huge time sink. Lightning Data Service handles record access and...
If you are working in older Salesforce orgs, you need to know how Aura data binding works. It is the glue that...
Ever tried to call one controller function from another and got stuck? The secret is keeping your controller thin...
Tired of messy event bubbling? Lightning Message Service lets your components talk to each other even if they...
Choosing between Application vs Component events can be tricky when you are in the middle of a sprint. I will...
If you've built a public portal but aren't seeing any traffic, you might have missed a simple step. This guide...
Most customer portals are just glorified contact forms that don't actually talk to your data. I'm breaking down...