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.
Internal Developer Platform (IDP)
A curated, self-service layer on top of cloud and CI/CD infrastructure that product teams use to ship services without filing tickets — paved roads that make the right thing the easy thing.
3w ago
devops intermediate
Servers are never modified after deployment — to update, you build a new image and replace the old server entirely, eliminating configuration drift.
2mo ago
devops intermediate
A structured process for detecting, containing, investigating, and recovering from security incidents or system failures.
2mo ago
devops intermediate
Infrastructure as Code (IaC) PHP 5.0+
Managing servers, networks, and services through version-controlled machine-readable configuration files rather than manual processes.
2mo ago
devops intermediate
Infrastructure Drift
When the actual state of infrastructure diverges from its declared desired state — caused by manual changes, failed deployments, or out-of-band modifications that bypass IaC.
2mo ago
devops intermediate