devops / foundations
DevOps: Culture & Foundations
DevOps is less a toolset than a way of working — shipping software faster and more reliably by breaking down the wall between development and operations. Start here to learn the mindset, then branch into the tools. All resources free and current.
Before the tools — Docker, Terraform, Kubernetes — comes the why. DevOps is a culture of automation, fast feedback, and shared ownership between the people who build software and the people who run it. Google formalized the reliability side of this into Site Reliability Engineering (SRE). Learn the principles below, then use the rest of this track to go deep on each practice.
01 · THE MINDSET
Principles & roadmap
What DevOps actually is, and the path through it.
- The DevOps Roadmap ↗A free, visual, step-by-step map of everything a DevOps engineer learns — from Linux and networking to CI/CD and cloud. The best orientation there is.roadmap.sh
- Atlassian DevOps Guide ↗A clear, free explainer of DevOps culture, practices, and the CI/CD lifecycle from the makers of Jira and Bitbucket.atlassian.com
- The Twelve-Factor App ↗The classic, free methodology for building modern, deployable, scalable cloud applications. Short and essential reading.12factor.net
02 · RELIABILITY
Site Reliability Engineering
Google's discipline for running production systems — the operations half of DevOps.