Engineering notes, written down properly
Long-form technical writing on WordPress and WordPress VIP architecture, Gutenberg and ACF block development, e-commerce engineering, AI and RAG integration, and Core Web Vitals performance - written from production work, not theory.
React & Next.js
Next.js App Router: Layouts, Routing and Data Fetching Patterns
Nested layouts, streaming boundaries, route groups, server actions and the migration decisions that matter when moving off the Pages Router.
6 min read · React & Next.js
Headless & Composable CMS
Contentstack Content Modelling That Survives a Redesign
Content types, modular blocks, references and locales - modelling decisions in Contentstack that decide whether the next redesign is a CSS job or a migration.
6 min read · Headless & Composable CMS
Web Performance
Full-Stack Web Performance: From Next.js SSR to Database Query Budgets
Optimizing Core Web Vitals, server component rendering, edge caching, and query budgets across modern stacks.
7 min read · Web Performance
Enterprise WordPress
Building Scalable Headless CMS & Gutenberg Architectures
Content modeling, GraphQL/REST APIs, and pairing custom CMS backends with modern React/Next.js frontends.
6 min read · Enterprise WordPress
React & Next.js
React Performance: Re-renders, Memoisation and Profiling
Reading the Profiler before reaching for memo, why most memoisation does nothing, and how render work turns into a failing INP score.
6 min read · React & Next.js