DevOps from Zero to Hero: What It Actually Means and Why You Should Care

2026-04-21 | 10 min read

We will explore what DevOps actually means beyond the buzzword, the DORA metrics that measure it, how it relates to SRE and Platform Engineering, and what this series will cover...

DevOps from Zero to Hero: Your First TypeScript API with Express and Docker

2026-04-24 | 10 min read

We will build a simple REST API with TypeScript and Express, then containerize it with Docker using multi-stage builds and best practices...

DevOps from Zero to Hero: Version Control for Teams

2026-04-27 | 6 min read

We will explore branching strategies, pull request best practices, conventional commits, and how to set up protected branches for team collaboration...

DevOps from Zero to Hero: Automated Testing

2026-04-30 | 19 min read

We will explore the testing pyramid, write unit and integration tests with Vitest and Supertest, and discuss why coverage metrics can be misleading...

DevOps from Zero to Hero: Your First CI Pipeline with GitHub Actions

2026-05-03 | 17 min read

We will build a complete CI pipeline with GitHub Actions covering linting, testing, Docker builds, caching, matrix builds, and reusable workflows...