Writing
Notes from production - migrations, incidents and architecture decisions from systems I actually run. No listicles.
- Migrating a live IoT platform off self-hosted Kubernetes - without a single forced app update
Moving an accessibility platform to Google Cloud Run starting from backups, with three different databases, a telemetry stream that never pauses, and one hard rule: nobody gets forced to update the app.
- HTTP finally has a QUERY method. I spent an hour finding out what works today
RFC 10008 gives HTTP a safe, idempotent method with a request body - the thing search endpoints have needed forever. Here is what actually works right now: Node, fetch, curl, and my own Cloudflare-hosted site.