The problem I kept running into I was building a small system made of multiple services (one API, one worker, one “data fixer” job). The goal was si...
I ran into a frustrating problem while building a little “best trade-offs” engine: I needed a live Pareto front (set of non-dominated solutions) that ...
The weird bug that sent me into JSON-LD debugging mode I hit an annoying mismatch while building an API that returned JSON-LD (JSON for Linked Data)...
I got bitten by a bug that looked “nondeterministic” at first: sometimes my API returned the exact same data but the downstream system rejected it any...
I tripped over a surprisingly nasty bug while building a little “route planner” for a grid. The UI asked for: “minimum travel time” and also showed ho...
The weird bug I hit: the “same” response produced different cache keys I ran into a maddening issue while building a small API service that cached r...
The weekend problem I kept running into I was building a small system that scheduled short background jobs. Nothing fancy—just a single service, mul...
I ran into a maddening problem while wiring up signed webhooks: the signature verification would randomly fail even though the “same” payload was bein...
I hit a fun (and annoying) problem while building a service that stores user edits as a stream of CRDT (Conflict-free Replicated Data Types) operation...
The bug I chased: “login works on one subdomain, breaks on the other” I ran into a weird authentication failure while building a setup like this: - ...