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: - ...