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
Automating the build, test, and analysis pipeline to run on every commit, surfacing integration failures quickly.
2mo ago
devops beginner
DevOps
A culture and set of practices that unifies development and operations teams to deliver software faster and more reliably.
2mo ago
devops beginner
Dedicated endpoints that report application and dependency status, enabling load balancers, container orchestrators, and monitors to route traffic correctly.
2mo ago
devops beginner
Semantic Versioning (SemVer) PHP 5.0+
A versioning scheme (MAJOR.MINOR.PATCH) where version numbers communicate the nature of changes to consumers.
2mo ago
devops beginner