Blog
Technical deep-dives, opinions on frontend trends, tutorials, and lessons learned.
Posts
Automating Visual Regression Testing in GitHub Actions
A CI pipeline that catches visual regressions with Playwright screenshots, auto-updates baselines via workflow dispatch, and re-triggers itself using a PAT.
3 min read
Building an Auto-Generated Table of Contents with Scroll Spy
A responsive, accessible TOC that extracts headings from rendered MDX, tracks reading position with IntersectionObserver, and adapts between a sticky sidebar and a mobile bottom sheet.
3 min read
Building a Unified Content Pipeline with Next.js and MDX
How I refactored from duplicated per-type data files to a single content registry, cutting the cost of adding new content types from 6+ files to 3.
1 min read