CI/CD
Continuous Integration and Continuous Deployment – automated pipelines for testing, building, and reliably deploying code changes to production.
Drupal Pro Developer
Advanced Drupal architecture for developers who already know the basics. Build custom modules the right way, integrate external services, and deploy a modern RAG chatbot into the Drupal admin — with an AI agent accelerating the work and a code review discipline to keep it correct. Open source. The course builds on a public docker-compose stack for Drupal 11 — a multi-stage PHP 8.4 image with Xdebug in the development layer and without it in production, switched by a single variable. Exactly the setup we deploy through the CI/CD pipeline on the course. Docker is part of the repository, next to the Drupal codebase, so the environment is versioned by the same git history as the application and cannot drift from it.