All blog posts
On frontend development — mostly CSS, testing and the parts of Next.js that surprise you.
- 2025-04-13
A Practical Guide to Frontend Testing
An overview of frontend test types, tools, and trade-offs—complete with practical examples to help you get started.
testingvitestcypress - 2025-03-16
Things you might not know about tag revalidation in Nextjs
Understanding tag revalidation in Next.js can be tricky. In this post, I share my experience with tag revalidation and its unexpected side effects.
next.jscaching - 2025-03-09
Aligning product cards with subgrid
I finally had a real use case for CSS subgrid! In this post, I share how a misaligned product card layout led me to explore subgrid for the first time.
cssgrid