Devops terms
Shipping fast, breaking nothing, sleeping soundly
The gap between writing code and running it reliably in production is where DevOps lives. CI/CD pipelines, infrastructure as code, containerisation, deployment strategies, monitoring, and incident response — this category covers the culture, tools, and practices that let teams ship with confidence and recover quickly when things go wrong.
Gradually routing a small percentage of traffic to a new release, monitoring for issues before a full rollout.
2mo ago
devops intermediate
Security practices for building and running containers — minimal base images, non-root users, read-only filesystems, image scanning, and runtime security controls.
2mo ago
devops intermediate
Packaging PHP applications and their dependencies into Docker containers for consistent, reproducible environments from dev to production.
2mo ago
devops intermediate
Automatically deploying every commit that passes CI to production, eliminating manual release steps.
2mo ago
devops intermediate