Become The Dev You Want To Be
Unlock The Force
Learn how to become an expert dev on the platform. Access 100+ hours of the most in depth Salesforce development tutorials available.
Our Latest Blog Posts
Our Latest Blog Posts

Salesforce Admin Quick Tip: How to Rename Standard Objects and Fields
As a Salesforce Admin, a request you will inevitably receive is to rename a standard object or field. Perhaps your organization refers to “Accounts” as

Salesforce Quick Tip: How to Use Lightning Data Service (LDS) in an LWC to Retrieve Data Without Apex
One of the most powerful features of Lightning Web Components (LWC) is the ability to fetch record data directly from the client side without writing

Salesforce Developer Quick Tip: How to Run Anonymous Apex in Visual Studio Code
As an Apex developer, you often need to quickly test a class or verify logic without going through the full process of writing a formal

Salesforce Admin Quick Tip: Why You Can’t See Object Tab Settings in Permission Sets
Have you ever created a new Permission Set in Salesforce, navigated to Object Settings to grant visibility to a specific tab (like Accounts), and realized

Salesforce Admin Quick Tip: How to instantly tell why a user has access to a record
As a Salesforce Admin or Developer, one of the most common (and frustrating) security questions you’ll face is: “Why can this user see this record?”

Salesforce Developer Quick Tip – How to Dynamically Get Record Type IDs in Apex
As a Salesforce developer, you will inevitably face a scenario where you need to assign a specific Record Type ID to a record you are

Salesforce Developer Tutorial – How to Calculate the Distance Between Records Using Data Integration Rules and SOQL Distance Queries in Salesforce
Have you ever needed to find all the Contacts within 10 miles of an office? Or maybe locate the nearest Leads to a traveling sales

Mastering Lightning Web Component (LWC) Styles: A Quick Guide to Styling Hooks
If you’ve ever tried to change the background color of a pre-built component from the LWC component library, that you are using within your own

The Complete Guide to LWC Lifecycle Hooks
If you want to move beyond basic “Hello World” components and build robust, professional Salesforce applications, you have to understand the LWC Lifecycle. In this

The Complete Guide to LWC Jest Testing: From Setup to Advanced Mocking
If you are a Salesforce developer, you know the drill: Apex requires 75% code coverage to deploy. But what about your Lightning Web Components (LWC)?