A Salesforce inbound Email Service routes incoming email to an Apex class that implements Messaging.InboundEmailHandler, so you can parse the subject,...
MicroPyramid Blog
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageOutbound Messaging pushes a SOAP message to an external endpoint when a Salesforce record changes. Here is how to set it up, plus the honest 2026 stor...
A 2026 guide to running a Django app and a WordPress blog side by side on one host with Docker Compose v2 — each in its own container, behind an nginx...
Salesforce ships three major releases a year — Spring, Summer, and Winter — each pushed to your org automatically on a staggered schedule. This evergr...
Learn how to configure Salesforce Web-to-Lead: generate the HTML form, set your Org ID, map the required Last Name and Company fields, enable assignme...
A practical 2026 guide to Salesforce case escalation rules: the Setup path, rule entries and criteria, business-hours behaviour, age options, escalati...
A practical guide to Apex Map methods in Salesforce — put, get, keySet, values, the Map SOQL constructor, trigger maps, and bulkification patterns to ...
Web-to-Case turns a form on your website into Salesforce Case records. Here is how to enable it, generate the HTML, set assignment and auto-response r...
Large Data Volumes (LDV) slow Salesforce reads once objects pass a few million rows. Skinny tables, custom indexes, selective SOQL, and Big Objects ke...
Salesforce Financial Services Cloud (FSC) is the industry CRM built on Sales and Service Cloud for banking, wealth management, and insurance. Here are...
Salesforce Schema Builder is a drag-and-drop ERD tool for viewing and editing your data model. Open it from Setup (Quick Find: Schema Builder) or the ...
Salesforce ships lookup, master-detail and many-to-many (junction) relationships — but no native one-to-one field type. To get a true 1:1, you add a l...