A practical 2026 guide to integrating Salesforce with project management tools — Jira, Asana, monday.com, Smartsheet and more — so won deals flow stra...
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 pageGive a Docker container its own routable IP on the LAN — no port binding, no NAT — using the modern macvlan network driver (with ipvlan and the host-r...
A practical 2026 guide to tracking issues and projects in GitLab — issues, boards, labels, milestones, epics, iterations, quick actions, time tracking...
CRM Analytics is the Salesforce BI platform formerly known as Wave Analytics, Einstein Analytics, and Tableau CRM. Learn the name history, core buildi...
Share a Django session and login across subdomains by setting SESSION_COOKIE_DOMAIN to a leading-dot domain, with a shared SECRET_KEY, session store, ...
There are two honest ways to run an Elasticsearch or OpenSearch cluster on AWS in 2026: the fully managed Amazon OpenSearch Service, or self-managed E...
Arrow is a Python library that makes dates, times and timestamps human-friendly with one tidy API: relative 'x minutes ago' via .humanize(), easy time...
Part 2 of our Core Web Vitals guide goes deeper on the back end and asset pipeline: cut TTFB with Django query tuning and Redis caching, then shrink b...
A current, end-to-end guide to building and hosting Python project documentation on Read the Docs in 2026: write a valid .readthedocs.yaml v2 config, ...
Make csv.DictReader ignore header case and whitespace by overriding fieldnames, plus a dict-comprehension alternative, BOM and newline handling, csv.S...
A 2026 guide to sending transactional email from a Django app on Heroku with SendGrid: API-key auth (the literal apikey username), SMTP and django-any...
You can run both a Django app and a WordPress site on a single Amazon EC2 instance under one domain, with nginx as the front door — proxying Django to...