Programming.
logs from the trenches: code, infra, performance.
005 entries · sorted newest first
filter: # rust # distributed # postgres # wasm # observability # compilers # tooling # webflow # cms # frontend
How I added custom-designed blog layouts to a Webflow CMS blog
A practical way to keep a Webflow CMS blog intact while allowing selected posts to use fully custom editorial layouts.
8 min
Shipping a write-ahead log in three evenings
The naive version is forty lines. The version that survives a power-cut is six hundred. Here is what changed between them, and the moment I almost gave up.
11 min
Observability is just paranoia with graphs
Why I instrument everything, even the parts that "obviously cannot fail." A field guide to wiring tracing into a small system without losing your weekend.
9 min
WASM as a plugin runtime — what nobody warns you about
The pitch is great. The reality involves four layers of ABI, two flavors of memory, and exactly one segfault you will spend a Saturday on.
14 min
Compilers are just string manipulation with anxiety
Building a tiny language for fun, learning what a parser actually is, and discovering that the hard part was never the parser.
16 min
← prev page 01 / 01 next →