Scratch orgs & CI
Modern Salesforce DevOps: source-driven scratch orgs, the SF CLI, and continuous integration pipelines.…
Topic
Modern Salesforce DevOps: source-driven scratch orgs, the SF CLI, and continuous integration pipelines.…
Decouple systems with Platform Events — Salesforce’s publish/subscribe event bus for real-time messaging.…
Call external REST APIs from Apex, and manage endpoints and auth cleanly with named credentials.…
Get Salesforce data into components two ways: the Lightning Data Service (no code) and wired Apex methods.…
How LWC re-renders on state change, and how components talk: properties down, custom events up.…
An LWC is a bundle of HTML, JavaScript, and metadata. Learn the file structure and how a component renders.…
Apex requires 75% test coverage to deploy — but write tests that assert real behaviour, not just chase a number.…
Triggers run on record changes. Keep them thin and maintainable with a one-trigger-per-object handler pattern.…
Read data with SOQL and change it with DML — efficiently, in bulk, and within governor limits.…
Apex is a strongly-typed, Java-like language for the platform. Types, collections, classes, and the bulk mindset.…
The multitenant platform enforces per-transaction limits. Know the key ones and the bulkification mindset they demand.…
Everything you build is metadata. Understand metadata types, the API name, and why source-driven development works.…
Set up a professional Salesforce dev environment: VS Code, the Salesforce Extension Pack, and the SF CLI.…
From admin to developer: Apex, SOQL, triggers, Lightning Web Components, integrations and DevOps.…