Salesforce Quip integration embeds collaborative documents, spreadsheets, and slides directly on records, so teams build account plans, close plans, a...
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 page2Checkout was acquired by Verifone in 2020 and now runs as 2Checkout (now Verifone). This updated Python 3 guide wires its hosted/inline checkout into...
Custom labels are translatable text values you define once and reference from Apex, Visualforce, Aura, LWC, and Flow. This guide covers how to create ...
Email-to-Case turns inbound support emails into Salesforce Case records. Compare standard vs On-Demand Email-to-Case, then follow exact Setup steps fo...
Set reminder pop-ups on Salesforce Tasks and Events, then automate reminder emails and follow-up tasks with Flow. Learn why Workflow Rules and Process...
Salesforce Live Agent (later Chat) is being retired. Learn why Messaging for In-App and Web (MIAW) is the current standard for live chat and how to mi...
A practical guide to Django acceptance testing with Robot Framework: write keyword-driven .robot suites with the Playwright-based Browser Library, run...
"Angular 2" is the 2016 rewrite and is long obsolete. Modern Angular (v17-v20+) starts with the CLI: ng new, standalone components, signals, and built...
A Django "plugin" is really a reusable app. Learn how to structure one, package it with a modern pyproject.toml, publish it to PyPI, and add real plug...
Django has no built-in nested formset. Learn how to nest an inline formset inside each parent form in Django 5.x β handling unique prefixes, the per-r...
Generate, crop, and resize image thumbnails on the fly in Django with sorl-thumbnail β template tag, get_thumbnail() API, WebP, and modern alternative...
A modern, 2026-ready guide to integrating the LinkedIn API in Python Django. The old OAuth 1.0a flow, r_basicprofile/r_emailaddress scopes, and the py...