Skip to content

Instantly share code, notes, and snippets.

@martipoe
Last active March 28, 2024 15:43
Show Gist options
  • Select an option

  • Save martipoe/eb9437f073f063f514b8de4063d8654c to your computer and use it in GitHub Desktop.

Select an option

Save martipoe/eb9437f073f063f514b8de4063d8654c to your computer and use it in GitHub Desktop.
Learning Resources for Ops / Sysadmin / Devops
Devops:
- "The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win" https://itrevolution.com/product/the-phoenix-project/
- "The Unicorn Project: A Novel about Digital Disruption, Developers, and Overthrowing the Ancient Powerful Order" https://itrevolution.com/product/the-unicorn-project/
- "The DevOps Handbook. How to Create World-Class Agility, Reliability, & Security in Technology Organizations" https://itrevolution.com/product/the-devops-handbook-second-edition/
- "Accelerate: The Science Behind Devops: Building and Scaling High Performing Technology Organizations" https://itrevolution.com/product/accelerate/
- "Accelerate State of DevOps Report 2023" https://services.google.com/fh/files/misc/2023_final_report_sodr.pdf
- "Infrastructure as Code: Dynamic Systems for the Cloud Age" https://www.oreilly.com/library/view/infrastructure-as-code/9781098114664/
- "The Practice of System and Network Administration: Volume 1: DevOps and other Best Practices for Enterprise IT" https://www.oreilly.com/library/view/the-practice-of/9780133415087/
- "DevOps Roadmap 2023" https://github.com/milanm/DevOps-Roadmap
- "Monthly 'Getting into DevOps' thread - 2022/08" https://www.reddit.com/r/devops/comments/wdmw2s/monthly_getting_into_devops_thread_202208/
- https://github.com/tferrari92/automate-all-the-things
- "The Twelve Factor App" https://12factor.net/
SRE:
- "The Site Reliability Engineering: How Google Runs Production Systems" https://sre.google/books/
- "The Site Reliability Workbook: Practical Ways to Implement SRE" https://sre.google/books/
Architecture:
- "Scaling to 100k Users" https://alexpareto.com/scalability/systems/2020/02/03/scaling-100k.html
- "How to Estimate How Many Website Visitors Your Hosting Can Deal With" https://servebolt.com/articles/calculate-how-many-simultaneous-website-visitors/
Networking:
- "TOTAL: CompTIA Network+ (N10-008)" https://www.udemy.com/course/total-comptia-network-n10-008/
Security:
- "CIS Benchmarks List" https://www.cisecurity.org/cis-benchmarks
- "Mastering Linux Security and Hardening" https://www.packtpub.com/product/mastering-linux-security-and-hardening-third-edition/9781837630516
- "BSI IT-Grundschutz" https://www.bsi.bund.de/DE/Themen/Unternehmen-und-Organisationen/Standards-und-Zertifizierung/IT-Grundschutz/it-grundschutz_node.html
- "OWASP Cheat Sheet Series" https://cheatsheetseries.owasp.org/
Time Management:
- "Time Management for System Administrators: Stop Working Late and Start Working Smart" https://www.goodreads.com/book/show/376236.Time_Management_for_System_Administrators
- "The One Thing: The Surprisingly Simple Truth Behind Extraordinary Results" https://www.goodreads.com/book/show/16256798-the-one-thing
Business processes:
- "The Effective Executive: The Definitive Guide to Getting the Right Things Done" https://www.goodreads.com/book/show/48019.The_Effective_Executive
- "Lean Enterprise: How High Performance Organizations Innovate at Scale" https://www.oreilly.com/library/view/lean-enterprise/9781491946527/
- "How Big Tech Runs Tech Projects and the Curious Absence of Scrum" https://blog.pragmaticengineer.com/project-management-at-big-tech/
- "The Goal: A Process of Ongoing Improvement" https://www.goodreads.com/book/show/113934.The_Goal
- "Toyota Kata: Managing People for Improvement, Adaptiveness and Superior Results" https://www.amazon.com/Toyota-Kata-Managing-Improvement-Adaptiveness/dp/0071635238
- "The Lean Product Playbook: How to Innovate with Minimum Viable Products and Rapid Customer Feedback" https://leanproductplaybook.com/
Programming and Scripting:
- "Automate the Boring Stuff with Python" https://automatetheboringstuff.com/
- "Bash Scripting and Shell Programming (Linux Command Line)" https://www.udemy.com/course/bash-scripting/
Databases:
- "SQL Antipatterns: Avoiding the Pitfalls of Database Programming" https://www.oreilly.com/library/view/sql-antipatterns/9781680500073/
- "ACID vs BASE" (https://en.wikipedia.org/wiki/ACID, https://en.wikipedia.org/wiki/Eventual_consistency)
- "CAP theorem" https://en.wikipedia.org/wiki/CAP_theorem
Philosophy:
- "The structure of a system is determined by the communication patterns of the people who design it" https://en.wikipedia.org/wiki/Conway%27s_law
- "Hype Driven Development" https://blog.daftcode.pl/hype-driven-development-3469fc2e9b22
- "Don’t Let Architecture Astronauts Scare You" https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you/
- "Basics of the Unix Philosophy" http://www.catb.org/~esr/writings/taoup/html/ch01s06.html
- "The Tao of Programming" https://www.mit.edu/~xela/tao.html
- "The Joel Test: 12 Steps to Better Code" https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
Psychology:
- "The 7 Habits of Highly Effective People: Powerful Lessons in Personal Change" https://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People
- "Influence: The Psychology of Persuasion" https://www.goodreads.com/book/show/28815.Influence
Tools:
Docker:
- "Docker anti-patterns" https://codefresh.io/blog/docker-anti-patterns/
- "Best practices for building containers" https://cloud.google.com/architecture/best-practices-for-building-containers
- "Best practices for operating containers" https://cloud.google.com/architecture/best-practices-for-operating-containers
- "CIS Docker Benchmark v1.6.0" https://downloads.cisecurity.org/#/
- "Docker Bench for Security" https://github.com/docker/docker-bench-security
- "OWASP Docker Security Cheat Sheet" https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html
Terraform:
- https://www.terraform-best-practices.com/
Prometheus:
- https://samber.github.io/awesome-prometheus-alerts/rules.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment