I build things.
- full-stack, end to end
03
Top Tracks
04
Favorites
2008
The Mentalist
2013
Agents of S.H.I.E.L.D
2008
Breaking Bad
2005
Prison Break
2015
Better Call Saul
2010
Sherlock
05
All postsWriting
Building a Type-Safe REST API with Elysia and Bun
Elysia gives you end-to-end type safety, a great DX, and performance that beats Express by a wide margin. Here's how I structure a real API with it.
2026-03-05#Elysia#Bun#Backend#TypeScript#API
CSS Things I Wish I Knew Earlier
Not another flexbox tutorial. These are the CSS features that changed how I approach layout and styling problems — some new, some that have been there for years.
2026-03-04#CSS#Frontend#Design
React Patterns I Stopped Using (And What Replaced Them)
Some patterns that were once considered best practice have better alternatives today. Here's what I removed from my codebase and why.
2026-03-03#React#Patterns#Frontend