Section 03 / Writing
Notes from the build.
Engineering write-ups, interface teardowns and research notes. Written while the problem is still fresh.
13 Jul 2026
14 min
Systems
Passing Data Between Microservices
RedisClaim checkCloud Run
A 47 KB payload met a 32 KB limit in production. How we framed the problem, compared four ways to fix it, and why Redis was the right call.
↗13 Jul 2026
12 min
Systems
Split the Pipeline by Workload Shape
QueuesGoBackpressure
An honest accounting of splitting a pipeline into an async Go worker and a sync Python API: what the pattern buys you, what it really costs, and when not to do it.
↗30 May 2026
10 min
Engineering
My Experience with Test-Driven Development
TestingProcessDesign
A practical, point-by-point guide to how I use TDD in real projects: what it is, why it helps, and how to start without overthinking.
↗