AArch64 Assembly for People Who Know C
A practical introduction to AArch64 assembly — registers, calling convention, common patterns — written for develope…
6 articles
A practical introduction to AArch64 assembly — registers, calling convention, common patterns — written for develope…
I've run workloads on both. Here's what the benchmarks don't tell you — operational complexity, failure modes, and whe…
A tour through Rust's error handling patterns — from .unwrap() to thiserror to custom error enums — with notes on wh…
A hand-written lexer for a toy language in about 300 lines of C — no flex, no dependencies, just pointer arithmetic an…
Most Go developers never read the memory model spec. Here's what you're missing — and why data races are scarier than …
What it feels like to drop into Zig after years of C and Rust — the good, the sharp edges, and the comptime magic.