Cloud & Kubernetes
Cloud operations and platform engineering patterns — Kubernetes, automation, infra decisions, and production hardening lessons.
What you’ll learn
- Make infrastructure decisions that age well
- Automate provisioning and delivery workflows
- Harden production systems for scale and recovery
Recreating PlanetScale's pg_strict in Rust: A Build Log
A detailed build log of cloning PlanetScale's pg_strict in Rust. From the pitfalls of sqlparser and executor hooks to the zero-overhead solution using Postgres' native post_parse_analyze_hook.
postgres
January 2026 Changelog
Theme management, Mermaid diagrams, and infrastructure improvements.
changelog
Deploying a Next.js App to Production in any server
Build a docker image of your nextjs app that can be deployed to any server, without any propreitary cloud provider lock-in.
nextjs