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.
Container Registry PHP 5.0+
A storage and distribution system for Docker images — Docker Hub, Amazon ECR, GitHub Container Registry (GHCR), and Google Artifact Registry store versioned, immutable image tags.
2mo ago
devops beginner
Gradually routing a small percentage of traffic to a new release, monitoring for issues before a full rollout.
2mo ago
devops intermediate
Deliberately injecting failures into a production system to discover weaknesses before they cause unplanned outages.
2mo ago
devops advanced
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
Automating the build, test, and analysis pipeline to run on every commit, surfacing integration failures quickly.
2mo ago
devops beginner