Writing

Blog

Deep dives into cloud architecture, DevOps practices, and edge computing.

Start here
How I Built This Website: Edge-First Architecture with Cloudflare & Astro

How this site is built and what it costs to run — the piece the rest of the site is evidence for.

2025-10-01

Securing MCP Servers with DCR

Authorization for tool-using agents: what an MCP server needs before it touches real systems.

2026-01-14

Build Hybrid Search with Postgres

BM25 and pgvector together, without a vector database — retrieval that stays debuggable.

2026-03-02

Multi-Region Kubernetes with GitOps

Fleet management across regions, when one control plane stops being enough.

2025-10-04

Secure AI Coding Agents with Containers

Container and VM isolation for agents that execute code you did not write.

2026-02-02

Debugging Kubernetes Kernel Memory

A kernel-level memory bug inside a cluster, and the tooling that made it findable.

2026-02-28

Deploy Linux Systems with Bootc
5 min

Deploy Linux Systems with Bootc

Bootc and OSTree deliver atomic updates, instant rollbacks, and git-like system versioning for Linux infrastructure. Modernize deployment workflows.

linux devops infrastructure automation
Read full article
Debugging Kubernetes Kernel Memory
6 min

Debugging Kubernetes Kernel Memory

Diagnose Kubernetes kernel memory issues with slab allocators and page cache analysis. Production-tested strategies to prevent OOMKills and memory pressure.

kubernetes linux devops observability
Read full article
Shrinking Go Binaries 70%
5 min

Shrinking Go Binaries 70%

Practical techniques to reduce Go binary sizes by 70%+ in production: build flags, symbol stripping, UPX compression, and dependency optimization.

go devops optimization containers
Read full article
Deploy SQLite in Production
5 min

Deploy SQLite in Production

Master SQLite for production workloads. Learn when to choose SQLite over PostgreSQL or MySQL for faster queries and lower costs. Migration guide included.

sqlite database infrastructure devops
Read full article

Showing 1–9 of 84 posts