All blog posts

13-04-2025

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.

16-03-2025

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.

09-03-2025

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.