home Homebuild Tools bug_report Errorsmenu_book Guides lightbulb Tipssmart_toy Promptsextension Extensions folder_open Resourcesinfo About
search
box
Comprehensive Guide

Salesforce Order of Execution

The exact sequence Salesforce follows when a record is saved — validation rules, triggers, workflow, flows, and more. Essential reading for every developer.

ApexPatterns
15 min read
code
Comprehensive Guide

Apex Best Practices

Write clean, scalable, governor-limit-safe Apex code. Covers design patterns, bulkification, error handling, and testing strategies for production-grade applications.

ApexPatternsTesting
15 min read
memory
Comprehensive Guide

Flow Best Practices

Bulkification, fault paths, subflows, before-save vs after-save, when to use Flow vs Apex. Write flows that survive enterprise data volumes

FlowPatternsTesting
15 min read
database
Performance Guide

SOQL Optimization Guide

Master query performance with selective queries, proper indexing, relationship queries, aggregate functions, and strategies for large data volumes.

SOQLPerformanceIndexing
12 min read
web
Frontend Guide

Lightning Web Components Guide

Build modern Salesforce UIs with LWC. From component lifecycle, data binding, wire service, to advanced patterns like pub-sub and custom events.

LWCJavaScriptFrontend
20 min read
speed
Platform Guide

Governor Limits Explained

Understand every Salesforce governor limit — SOQL, DML, CPU, heap, callouts — why they exist and practical strategies to stay within bounds.

LimitsArchitecturePlatform
10 min read
integration_instructions
Integration Guide

REST API Integration Patterns

Connect Salesforce with external systems using REST APIs. Covers authentication, callouts, named credentials, and handling responses.

APIIntegrationREST
18 min read
verified_user
Testing Guide

Apex Testing Complete Guide

Write comprehensive test classes with proper assertions, test data factories, mocking callouts, and achieving meaningful code coverage.

TestingApexTDD
14 min read
smart_toy
AI Agent Guide

Agentforce Guide

Build autonomous AI agents on the Salesforce platform — from topics and actions to Apex integration and deployment best practices.

AgentforceAIAgents
22 min read
book
Career

Salesforce Interview Questions

Top Salesforce developer interview questions with detailed answers. Apex, SOQL, LWC, Flow, triggers, and architecture — all the topics that actually come up.

InterviewCareerSalesforce
22 min read