
Infrastructure
hlab: Turning a Proxmox Homelab into a Tiny Platform
A hobby project that turns Proxmox VM creation into a self-service platform experience: plans, templates, a dashboard TUI, and a headless CLI for automation and AI agents.
IssueVol. 1
An engineering field notebook — Explain complex engineering until it feels obvious.

Cover story
AI Engineering
I gave several LLMs the same Go backend assessment to see which one is actually useful in day-to-day software development. The result was less about who writes the most code and more about who survives verification.
In this issue
Departments
The library
A canonical explanation of CQRS: treating reads and writes as two different problems with two different models, why that split exists, and when it is worth the cost.
A canonical explanation of event sourcing: storing the full history of what happened as an append-only log of facts, and deriving current state by replaying it.
A canonical explanation of the outbox pattern: how to update a database and publish an event without the two silently drifting apart when one of them fails.
Index
// continue exploring