Northstar CLI Cookbook
A terminal-first setup guide for installing, configuring, checking, and removing Northstar CLI in everyday developer environments.
A Practical Guide to Sequence Models: RNNs, LSTMs and Beyond
Recurrent neural networks remain one of the most intuitive ways to reason about sequential data. Here's how they actually work, where they break, and what replaced them.
I Rebuilt My Blog in Vanilla JS and Deleted 847 Dependencies
Six months ago I was shipping a personal blog that required a 3-second CI compile step and had a node_modules folder the size of a small operating system. Here's what I learned going framework-free.
The JavaScript Tooling Problem Nobody Wants to Admit
We've built an ecosystem where you need a PhD in Webpack config just to run a TypeScript file. Vite helped. Bun helped more. But the underlying issue is cultural, not technical.
CSS Container Queries: The Layout Primitive I've Been Waiting For
After years of media query gymnastics and JS-based component sizing, container queries finally let components respond to their own available space. Here's how I rewrote my entire component library to use them.
What Git Objects Actually Are (And Why It Matters)
Git is a content-addressable filesystem wearing a version-control costume. Once you understand how blobs, trees, commits and tags actually work under .git/objects, the entire CLI makes intuitive sense.