Database Lifecycle
I developed a semi-automated method to keep databases roughly in sync across environments.
Development tools, Continuous Integration and Continuous Delivery/Deployment (CI/CD), and generally the processes that streamline development operations.
I developed a semi-automated method to keep databases roughly in sync across environments.
Pa11y and Pa11y-ci are helpful accessibility testing tools, as part of your CI workflow or running locally.
Playwright is a helpful testing tool, both locally and in your CI processes.
PHP Linting and CS Testing as CI/CD jobs to confirm you did not introduce a major error.
Using GitLab CI/CD to deploy new containers with Docker swarm, and run the Drupal database update script.
A simple job to prune old Docker objects on a runner.
A script to run on first build of the local dev environment including supporting Playwright, pa11y, and phpunit.
The devcontainer file specifies how VS Code will run this environment, including extensions, settings, and scripts.
Docker Compose for the Drupal setup, including a two-tiered approach for differentiating local.
How to build a project's Docker image in a GitLab CI/CD job and store it in the GitLab container registry.