Recommended Reading¶
DevOps & Culture¶
- The Phoenix Project — Gene Kim, Kevin Behr, George Spafford
- The Unicorn Project — Gene Kim
- The DevOps Handbook — Gene Kim, Jez Humble, Patrick Debois, John Willis
- Accelerate — Nicole Forsgren, Jez Humble, Gene Kim
- The Goal — Eliyahu M. Goldratt
- Beyond the Phoenix Project — Gene Kim, John Willis
Site Reliability Engineering¶
- Site Reliability Engineering — Google (free online | Amazon)
- The Site Reliability Workbook — Google (free online | Amazon)
- Building Secure & Reliable Systems — Google (free online | Amazon)
- Seeking SRE — David N. Blank-Edelman
Systems & Networking¶
- The Linux Command Line — William Shotts (free online)
- UNIX and Linux System Administration Handbook — Evi Nemeth et al.
- TCP/IP Illustrated, Volume 1 — W. Richard Stevens
Cloud & Infrastructure¶
- Terraform: Up & Running — Yevgeniy Brikman
- Kubernetes Up & Running — Brendan Burns, Joe Beda, Kelsey Hightower
- Docker Deep Dive — Nigel Poulton
- AWS Certified Solutions Architect Study Guide — Ben Piper, David Clinton
CI/CD & Automation¶
- Continuous Delivery — Jez Humble, David Farley
- Python Crash Course — Eric Matthes
- Automate the Boring Stuff with Python — Al Sweigart (free online)
Security¶
- The Web Application Hacker's Handbook — Dafydd Stuttard, Marcus Pinto
- Security Engineering — Ross Anderson (free online)
AI & Machine Learning¶
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow — Aurélien Géron
- Designing Machine Learning Systems — Chip Huyen