Tag
#DevOps
3posts

Tech5 min read
CI/CD Pipeline: The 'Factory Assembly Line' Mental Model
Why does 'works on my machine' still happen with Docker? A mastery guide to CI/CD pipelines, GitHub Actions, and zero-downtime Blue/Green deployments.
#DevOps#CI/CD#GitHub Actions#Docker

Tech4 min read
Observability: Logs vs. Metrics vs. Tracing — The 'Doctor's Kit' Mental Model
Your app is slow. Is it the DB? The queue? The network? A mastery guide to the three pillars of observability and how they work together.
#DevOps#Observability#Monitoring#Python

Tech4 min read
Docker vs. Kubernetes: The 'Hotel Manager' Mental Model
Why do I need K8s if I have Docker? A mastery guide to understanding Containers (Robots) vs Orchestration (The Manager).
#DevOps#Docker#Kubernetes