Back to Home
Engineering

The Stack I Didn't Plan: From HTML to Next.js (And Why SEO Drove Every Decision)

From static HTML through WordPress and Gatsby to Next.js — a stack that evolved by necessity, with SEO forcing every migration decision.

2026-06-14 9 min read
Read More
SEO

JSON-LD Structured Data Done Right: Product Reviews, Brand Ratings, and GTINs in Next.js

Rich snippets not showing in Google? The fix is almost always missing GTINs, brand typed as a plain string, or aggregateRating nested in the wrong place.

2026-05-29 12 min read
Read More
AI & Productivity

How I Use AI to Audit and Fix WCAG 2.2 Compliance Issues (An Australian Developer's Workflow)

Practical AI workflow for auditing and fixing WCAG 2.2 issues — alt text, contrast, keyboard nav, and CI/CD integration. DDA/AHRC compliance for AU developers.

2026-05-16 15 min read
Read More
AI & Productivity

AI as Your Frontend Debugger: From Cryptic Error to Fix in Under 5 Minutes

Stop staring at hydration errors for 45 minutes. Here’s how to use AI as a real debugging partner in your Next.js workflow — with the exact prompts that work.

2026-05-15 10 min read
Read More
Developer Tools

Why Lorem Ipsum Lies to Your CMS Layouts (And What to Use Instead)

Plain lorem ipsum gives you identical paragraphs. Real CMS content has headings, images, tables, and lists — and your layout breaks when it finally gets them.

2026-04-25 8 min read
Read More
Design Systems

The Agentic Design System: How AI is Closing the Gap Between Tokens and Components

Design tokens plus an AI diff agent: how Figma variable changes become reviewed Next.js theme PRs automatically — architecture and workflow.

2026-04-19 7 min read
Read More