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.

From embedded to cloud - why we work both ends of the stack
Most teams own one layer. We own the whole pipeline, from the C++ on a sensor to the pixel on a dashboard - because the worst bugs live in the seams between them.

LLM inference in production: latency, caching, and the hidden costs
Running language models in production is an engineering problem long before it's a product problem. What we've learned about streaming, prompt caching, batching, the self-host-versus-API decision, and the costs nobody puts on the slide.
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.