Skill: devops
What I do
I teach DevOps practices for building reliable deployment pipelines, infrastructure as code, containerisation, and operational excellence. This makes deployments repeatable, auditable, and safe.
When to use me
- Setting up CI/CD pipelines (GitHub Actions, GitLab CI)
- Writing Dockerfiles and container orchestration
- Infrastructure as Code (Terraform, CloudFormation, Nix)
- Deployment automation and strategies (blue/green, canary, rolling)
- Building reproducible environments
- Implementing monitoring and observability
- Zero-downtime deployments
Core principles
- Automate Everything - Manual processes are error-prone and slow
- Infrastructure as Code - Treat infrastructure like application code
- Fail Fast - Detect problems early in the pipeline