<articles />
The Blog
Notes on frontend engineering, architecture decisions, and building production software for the modern web.
Invalid Date1 min read
Designing Glassmorphic Interfaces That Perform
Backdrop blur is cheap — but doing it well under heavy DOM work takes care. A practical guide to glass surfaces that stay buttery.
#Design#CSS#Performance
Read articleInvalid Date1 min read
Server Actions vs API Routes in 2026
When forms mutate your Neon database, do you reach for a Server Action or a route handler? Here is the decision framework I use.
#Next.js#Architecture
Read article