The lab.
Deep dives, project stories, and engineering notes - anything we build that's worth writing about.

Settling the Framework Debate: Why Svelte 5 Won
After fifteen years of religious wars over frontend frameworks, one of them quietly solved the problem. A technical case for Svelte 5 - runes, the compiler, the benchmarks, and the honest tradeoffs - from a consultancy that ships across the stack.

Rust on microcontrollers: a pragmatic field report after 12 months
We've shipped Rust firmware on three production embedded projects. Here's the honest accounting - where it genuinely earns its keep, where C++ is still the right call, and what living with the toolchain is actually like.
NULL: How Do You Define Nothing? And Why Would You?
Null pointers quietly do nothing at all - and that's exactly the problem. A deep dive into the origins, memory mechanics, and how C, C++, Rust, Go, Java, and Swift each tackle the absence of a value.