Tailwind CSS v4
Tailwind CSS v4 is a complete rewrite of the framework, shifting from a JavaScript-based configuration model to a CSS-first approach. The migration story is smo...
Tailwind CSS v4 is a complete rewrite of the framework, shifting from a JavaScript-based configuration model to a CSS-first approach. The migration story is smo...
React Server Components (RSC) represent the most significant architectural shift in React since hooks. The mental model: components that run only on the server,...
A digital garden is a different way of thinking about a personal website. Unlike a blog — where posts are dated, finished, and pushed into a feed — a garden is...
The Zettelkasten ("slip-box") method is a personal knowledge management system developed by sociologist Niklas Luhmann. He produced over 90 books and hundreds o...
Algorithms and data structures are the grammar of computation. You can write software without thinking about them explicitly, but the moment performance matters...