Salesforce

The Salesforce syllabus.

Career navigation, platform depth, real org dynamics — no vendor spin.

Exception Handling in Apex: try, catch, and finally

Learn how to handle runtime errors in Apex using try, catch, and finally blocks to build resilient Salesforce applications.

Field Sets in Salesforce: Dynamic Field Display in Apex

Learn how to use Salesforce Field Sets to build admin-configurable field lists without hardcoding.

Custom Settings vs Custom Metadata in Salesforce: When to Use Which

Learn the key differences between Custom Settings and Custom Metadata Types in Salesforce.

Custom Metadata in Salesforce: Configuration That Survives Deployments

Learn how to use Custom Metadata Types in Salesforce to store configuration data that deploys safely across orgs.

Custom Settings in Salesforce: Org-Wide Configuration in Apex

How to use Hierarchy and List Custom Settings in Apex — when to use them vs Custom Metadata, how to query them, and the patterns that work in production.

Custom Labels in Salesforce: Text You Can Change Without Code

How to create and use Salesforce Custom Labels in Apex, LWC, Flows, and Visualforce — for multilingual support, configurable messages, and URL management.

Order of Execution in Salesforce: What Runs When

The complete Salesforce order of execution — from System Validation to workflow rules, triggers, rollups, and commits — and why it matters for trigger design.

Security in Apex: User Mode vs System Mode

How Apex runs with or without sharing, when to enforce field-level security and CRUD, and how to use WITH USER_MODE and WITH SYSTEM_MODE in SOQL.

Dynamic SOQL in Apex: Runtime Queries Done Right

How to build SOQL queries at runtime using Database.query(), avoid SOQL injection, use bind variables, and handle dynamic field lists safely.

Describe SObject: Reading Salesforce Metadata at Runtime

How to use Schema.describeSObjects() and DescribeFieldResult to inspect field metadata, enforce field-level security, and build dynamic Apex at runtime.

Governor Limits: The 101 Error and CPU Time Limit in Apex

How to understand, diagnose, and fix the most common Apex governor limit errors — SOQL 101 and CPU time — with patterns that work at scale.

Apex Sharing in Salesforce: Manual Share, With Sharing, Without Sharing

Learn how Apex sharing works in Salesforce, including manual share records, With Sharing, and Without Sharing keywords.

Static Resources in Salesforce: Upload, Reference, and Use in Apex and LWC

Learn how to upload static resources in Salesforce and reference files in Apex code and Lightning Web Components.

Queueable Apex: Asynchronous Processing Done Right

How to use Queueable Apex to run background jobs, chain executions, pass complex state, and stay within governor limits.

Invocable Methods in Apex: The Bridge Between Salesforce Automation and Code

How to expose Apex logic to Flow Builder using @InvocableMethod and @InvocableVariable — with wrapper classes, bulkification, exception handling, and a test class.

The Salesforce Skill That Actually Gets You Promoted (It's Not Certifications)

You can have eight certifications and still get passed over. What actually separates the people who advance is not what they know — it is what decision-makers can see them knowing.

Will AI Replace Salesforce Admins? The Honest Answer.

Everyone is asking this question. The vendor answer is no. The honest answer is: it depends on exactly what you do every day — and most Admins don't know which category they fall into.

The Salesforce Career Map Nobody Publishes

Admin, Developer, BA, Consultant, Architect. These are not rungs on a ladder — they are different paths with different ceilings, different day jobs, and different futures.

The Salesforce Admin Role Isn't Dying. It's Splitting Into Two Careers.

The split has been happening slowly for years. AI is accelerating it. Which version are you building toward?

The Salesforce Certification Trap: Which Ones Actually Matter in 2026

Salesforce has over 40 certifications. Most hiring managers care about a handful. Here's which ones still signal something.

BA, Admin, or Dev: Your Path to Full Stack Salesforce

Every starting point has one gap AI can't close for you. Here's what it is.

Admin vs Developer: The Line Is Already Gone

Salesforce has two official roles. AI is turning them into one.

Why Most Salesforce Orgs Are a Mess (And Who's Actually Responsible)

Fields nobody uses, flows nobody documented, automations nobody dares touch. Here's how it happens — and who actually owns it.