Writing
Notes on Drupal development
- ·2 min read
Headless Drupal with Next.js: A Practical Architecture Guide
How to architect a decoupled Drupal backend with a Next.js frontend — covering JSON:API, authentication, content modeling, and deployment strategies.
Drupal 10Next.jsJSON:APIDecoupled - ·2 min read
Building Custom Drupal 10 Modules: A Complete Guide
Learn how to build production-ready custom modules for Drupal 10 — from project scaffolding to hook implementations, services, and plugin architecture.
Drupal 10Module DevelopmentPHPBackend - ·2 min read
Drupal 7 to Drupal 10 Migration: Strategies and Pitfalls
A field guide to migrating from Drupal 7 to Drupal 10 — covering migration paths, data pipeline design, common pitfalls, and testing strategies.
Drupal 10MigrationPHPDrupal 7