Start typing to search.

Blog

My Articles

Explore my technical articles about Salesforce, development, and modern technologies.

Query Plan Architecture: Pattern for Apex Triggers
Salesforce Featured
20 min read

Query Plan Architecture: Pattern for Apex Triggers

Learn how to structure complex Salesforce triggers with the Query Plan Architecture pattern. Separate logic into 4 phases (Collect, Load, Run, Commit) to eliminate duplicate SOQL, respect governor limits, and simplify testing.

Salesforce Apex Triggers +3
Read full article
Bulk DML Service Pattern: Partial DML Operations in Salesforce
Salesforce
25 min read

Bulk DML Service Pattern: Partial DML Operations in Salesforce

Complete technical documentation of the Bulk DML Service Pattern framework for Salesforce. Learn to perform resilient DML operations with partial success using a familiar Unit of Work-style API.

Salesforce FFLib DML +3
Read full article
Salesforce Architecture with FFLib: Enterprise Patterns
Salesforce
15 min read

Salesforce Architecture with FFLib: Enterprise Patterns

Complete guide on implementing enterprise architectural patterns in Salesforce using FFLib. Includes Domain Layer, Selector Layer, Service Layer, and Unit of Work.

Salesforce FFLib Enterprise Architecture +1
Read full article
CI/CD for Salesforce: Deployment Automation
Salesforce Featured
18 min read

CI/CD for Salesforce: Deployment Automation

Complete implementation of CI/CD pipelines for Salesforce using GitHub Actions, SFDX CLI, and Scratch Orgs. Includes best practices and troubleshooting.

Salesforce CI/CD DevOps +2
Read full article
Agentforce: The AI Revolution in Salesforce
Salesforce
20 min read

Agentforce: The AI Revolution in Salesforce

Explore Agentforce, Salesforce's new autonomous AI agents platform. Learn to create, configure, and deploy intelligent agents to automate business processes.

Salesforce Agentforce AI +2
Read full article