Skip to content
TOPIC

Architecture.

POSTS
6
OLDEST
2014
NEWEST
2026

All posts.

MAR 31 2026

How We Built a Native sf Plugin for Salesforce Security

We had a working Python script. Here is why we rewrote it as a native sf plugin, and the design decisions that made 22 parallel security checks practical.

SalesforceArchitectureTypeScriptsf pluginSecurityOpen Source
AUG 3 2025

Mixed DML Operations: Enterprise User Provisioning Patterns for Salesforce

Master the complex challenge of mixing setup and non-setup object operations in Salesforce user provisioning workflows with production-proven patterns and error handling strategies.

SalesforceApexUser ManagementArchitectureSecurityMixed DML
JAN 26 2025

CPU Timeout Resolution: Advanced Debugging and Architecture Patterns for Salesforce Apex

Master advanced techniques for diagnosing, preventing, and recovering from CPU timeout errors in production Salesforce environments with architectural patterns that scale.

SalesforceApexPerformance OptimizationGovernor LimitsArchitectureDebugging
JAN 25 2025

Automatic Document Sharing: From Child to Grandparent Records in Salesforce

Learn how to automatically share documents with grandparent records when uploaded to child records using clean, maintainable Salesforce code patterns.

SalesforceApexTrigger Action FrameworkDocument ManagementArchitecture
JAN 21 2025

The Specification Crisis: How Different User Personas Complicate Software Development

Explore how different user personas in software development teams create specification drift, amplified by LLMs, and discover solutions for better collaboration.

ArchitectureDevelopment Best PracticesTeam DynamicsAILLM
NOV 1 2014

Secure APIs against XEE Attacks (XML Injection Attacks)

Learn how to secure your APIs against XML External Entity (XEE) attacks, including XML Injection and XML Expansion attacks, with practical mitigation steps for Java and RestEasy.

ArchitectureDevelopment Best PracticesProgramming LanguagesSecurityAPIXMLJava