Practical notes on building with Craft CMS, modern tooling, and the things I run into along the way.
How to build fast, faceted search and listing pages in Craft CMS using Algolia and InstantSearch.js. Indexing with Scout, configuring filters, and real-world lessons from a property listings project.
How to architect multi-site and multi-language Craft CMS installations. When to use multi-site, shared vs separate content, language patterns, and the configuration details that matter.
An opinionated guide to the best Craft CMS plugins organized by use case. SEO, forms, caching, images, navigation, and more. Based on 70+ client projects.
Reflections on being an Official Craft CMS Partner. What the program is actually like, how it changed my business, and honest advice for developers thinking about applying.
How to integrate AI into Craft CMS workflows without overcomplicating things. Covers content generation helpers, image alt text automation, smart search, and custom AI modules.
An honest comparison from someone who's built with both for 20+ years. When Craft is the better choice, when WordPress still wins, and how to make the call for your project.
The complete guide to running Craft CMS locally with DDEV. Covers installation, project setup, database management, Xdebug, Vite integration, and the commands you'll use every day.
How to set up a proper deployment pipeline for Craft CMS. Covers Project Config, GitHub Actions, database migrations, Forge deploy scripts, and zero-downtime patterns.
A side-by-side guide for WordPress developers learning Craft CMS. Maps WP concepts to Craft equivalents, compares template code, and covers the mental model shift.
How to make Craft CMS fast. Covers eager loading to fix N+1 queries, template caching, static caching, query optimization, and the tools I use to find bottlenecks.
A practical comparison of headless Craft CMS approaches. When to use GraphQL, when Element API makes more sense, and when you should just stick with Twig.
How to build custom modules for project-specific logic. Covers module scaffolding, event listeners, Twig extensions, console commands, and when a module makes more sense than a plugin.
A practical guide to migrating Craft CMS from version 4 to 5. Covers the big changes, step-by-step process, Twig updates, plugin compatibility, and the gotchas nobody warns you about.
How to replace Webpack or Mix with Vite in your Craft CMS projects. Covers the full setup from scratch, including hot module replacement, Twig integration, and production builds.