Did you ever face the challenge of requiring to stub one method of the same class-type with different implementations? In this article I’d like to highlight the (simple) possibility within the fflib framework.
Apex Loop & Map performance comparisons
Do you know applying a different way of writing a for-loop could save you up to a second or 70% performance per execution?! This article highlights three optimal implementations in Apex, hopefully to make everyone aware of the end-user impact of choosing one or the other implementation.
Securely support unsupported OAuth Flows in Salesforce
In need to authenticate using a not-supported OAuth Flow in Salesforce? No need to hardcode passwords in code or setup! This article explains in details how to securely support unsupported OAuth Flows, while giving a hint on how to allow debugging of your custom Auth Provider.
Display SEO Page Title in ThemeLayout
Do you want to use the Community Page Title in your Layout? This undocumented event allows you to capture it!
RecordType restricted picklist values in Flow
Ever ran into the issue Picklist values were not restricted by RecordType in Lightning Flow Screens? That’s history! This simple Component can be easily added to your environment, allowing to only show valid picklist values.
Style Distributor (PubSub & Messaging Service)
Ever wondered how PubSub and the Lightning Messaging Service work? Or curious how CSS Variables can be really applied? This article showcases a hobby project and shares a demo and repository for a reusable Style Distributor Lightning Web Component.
CSS variables in Lightning Components
What are CSS Variables and how can they help you make your Lightning Web Components more maintainable and reusable? This article gives a short introduction on why and how to apply them, with a particular focus on Lightning Web Components.