Sublime
An inspiration engine for ideas
GitHub - awesome-foss/awesome-sysadmin: A curated list of amazingly awesome open-source sysadmin resources.
awesome-fossgithub.com

The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations
Gene Kim, Patrick Debois, Jez Humble, John Willis
amazon.com
The DevOps Handbook: How to Create World-Class Agility, Reliability, & Security in Technology Organizations
amazon.com

Cloud Disaster Recovery Strategies 👇
Any DR strategy starts with finalizing:
𝟭. 𝗥𝗧𝗢 (𝗥𝗲𝗰𝗼𝘃𝗲𝗿𝘆 𝗧𝗶𝗺𝗲 𝗢𝗯𝗷𝗲𝗰𝘁𝗶𝘃𝗲):
How much downtime one can accept ?
𝟮. 𝗥𝗣𝗢 (𝗥𝗲 𝗰𝗼𝘃𝗲𝗿𝘆 𝗣𝗼𝗶𝗻𝘁 𝗢𝗯𝗷𝗲𝗰𝘁𝗶𝘃𝗲):
How much data loss one can accept... See more

CI/CD Pipeline Explained to Kids
Section 1 - SDLC with CI/CD
The software development life cycle (SDLC) consists of several key stages: development, testing, deployment, and maintenance. CI/CD automates and integrates these stages to enable faster, more reliable releases.
When code is pushed... See more