CI/CD, automation, and infrastructure end to end — culture books, the DORA research, the repos and channels that teach you to ship reliably. Links open in a new tab.
Books
| Resource | What | Link |
| The Phoenix Project — Gene Kim | DevOps culture, as a novel. | book |
| The DevOps Handbook — Gene Kim | Comprehensive how-to guide. | book |
| Accelerate — Nicole Forsgren | Research-based practices (DORA). | book |
| Continuous Delivery — Jez Humble | CI/CD principles. | book |
| Infrastructure as Code — Kief Morris | IaC patterns. | book |
Research Papers
| Resource | What | Link |
| State of DevOps Report (DORA) | Annual industry research. | site |
| Borg, Omega, and Kubernetes | Container orchestration lineage. | site |
| Large-scale Cluster Management at Google | The Borg system. | site |
| Above the Clouds: A Berkeley View | Foundational cloud computing. | site |
GitHub Repositories
| Resource | What | Link |
| DevOps Roadmap | Visual learning path. | repo |
| DevOps Exercises | Hands-on practice. | repo |
| Kubernetes The Hard Way | K8s from first principles. | repo |
| Terraform AWS Modules | Reusable IaC modules. | repo |
Videos & Courses
| Resource | What | Link |
| TechWorld with Nana | DevOps tutorials. | video |
| Bret Fisher — Docker & DevOps | Docker deep dives. | video |
| Kubernetes Official | K8s tutorials. | video |
| AWS re:Invent | AWS conference sessions. | video |
| CNCF | Cloud-native tech. | video |
Articles & Blogs
| Resource | What | Link |
| AWS Architecture Blog | AWS patterns. | book |
| Google Cloud Blog | GCP updates. | site |
| Docker Blog | Container news. | site |
| Kubernetes Blog | K8s updates. | site |
| High Scalability | Real-world architectures. | site |
Recommended Reading
| Resource | What | Link |
| DevOps Roadmap (roadmap.sh) | Visual learning path. | site |
| AWS Well-Architected Framework | Best practices. | book |
| CNCF Landscape | Cloud-native tools map. | site |
| The Twelve-Factor App | App design principles. | site |
where to start
Start with The Phoenix Project for the why, then the DevOps Handbook for the how. Follow roadmap.sh/devops, practice with devops-exercises, and watch TechWorld with Nana.