What CPQ Solves & the Conga Landscape
Why CPQ exists, the problems it solves on the quote-to-cash path, and where Conga CPQ sits in the product landscape.…
Conga CPQ — The Big Picture
Understand Conga CPQ (formerly Apttus) end to end: product catalog, bundles, pricing, constraint rules, approvals, quotes and documents.…
Start CourseScratch orgs & CI
Modern Salesforce DevOps: source-driven scratch orgs, the SF CLI, and continuous integration pipelines.…
Platform Events
Decouple systems with Platform Events — Salesforce’s publish/subscribe event bus for real-time messaging.…
REST callouts & named credentials
Call external REST APIs from Apex, and manage endpoints and auth cleanly with named credentials.…
Wiring Apex & LDS
Get Salesforce data into components two ways: the Lightning Data Service (no code) and wired Apex methods.…
Reactivity & events
How LWC re-renders on state change, and how components talk: properties down, custom events up.…
LWC anatomy
An LWC is a bundle of HTML, JavaScript, and metadata. Learn the file structure and how a component renders.…
Testing to 75%
Apex requires 75% test coverage to deploy — but write tests that assert real behaviour, not just chase a number.…
Triggers & handler pattern
Triggers run on record changes. Keep them thin and maintainable with a one-trigger-per-object handler pattern.…
SOQL & DML
Read data with SOQL and change it with DML — efficiently, in bulk, and within governor limits.…
Apex fundamentals
Apex is a strongly-typed, Java-like language for the platform. Types, collections, classes, and the bulk mindset.…
Governor limits
The multitenant platform enforces per-transaction limits. Know the key ones and the bulkification mindset they demand.…
The metadata model
Everything you build is metadata. Understand metadata types, the API name, and why source-driven development works.…
Developer setup & VS Code
Set up a professional Salesforce dev environment: VS Code, the Salesforce Extension Pack, and the SF CLI.…
Salesforce Developer Roadmap
From admin to developer: Apex, SOQL, triggers, Lightning Web Components, integrations and DevOps.…