Build a Saga Orchestrator in Python - From Zero to Live Dashboard3 May 2026·9 minsA hands-on guide to building a saga orchestrator from scratch in Python, ending with a live dashboard that visualizes transaction flows in real time.
Project Anatomy: Why Smart Teams Ship and Nothing Happens1 April 2026·9 minsFive ownership gaps that silently kill projects - and the questions to ask before writing a single line of code.
Finding and Fixing a Memory Leak in OpenTelemetry: A Debugging Walkthrough20 January 2025·Updated: 25 May 2025·8 minsA mysterious memory leak in production turned out to be caused by a bug in the OpenTelemetry Python library that only occurred in serverless environments, not during local testing.