Why We Chose Rust for Our CLI Tools
A practical comparison of building CLI tools in Rust versus Go and Python — performance, developer experience, and the tradeoffs we encountered.
Read articleWriting about code & ideas
Long-form writing that takes the time to go deep — examining how things work, why they're designed that way, and what it means for the craft.
A practical comparison of building CLI tools in Rust versus Go and Python — performance, developer experience, and the tradeoffs we encountered.
Read articleBreaking down the event loop — the mechanism at the heart of JavaScript's concurrency model — to understand what actually happens when your code runs.
Read articleA deep look into the mechanics of garbage collection — from mark-and-sweep to generational strategies — and why it matters for your code's performance.
Read article