All Modules
Syntax and Basics
Learn the basics of syntax in Apex and all the basic topics you need to know to start writing code.
SOQL
Learn the basics of SOQL, the Salesforce Object Query Language, and how to use it to query data from Salesforce.
Triggers in Apex
Learn the basics of Triggers, Trigger Framework and how to write production ready Triggers.
Asynchronous Apex
Learn how to worth with Asynchronous Apex like Queueables, Future Methods, Batch and how to use the in real-life.
Integrations in Apex
Learn how to make HTTP callouts in Apex, how to test them and, everything related to real-world Integrations in Apex.