Docker Cheatsheet 16 — CI/CD with Docker

Cheatsheet: GitHub Actions docker, build cache, deploy patterns.

May 22, 2026 · 3 min · 554 words · Manvendra Rajpoot

CI/CD Best Practices in 2026 — Fast, Safe, Boring

What good CI/CD looks like in 2026. Pipeline speed, caching, parallelism, branch protection, deploy gates, and the boring habits that compound.

April 30, 2026 · 3 min · 587 words · Manvendra Rajpoot

GitHub Actions CI/CD for Python Apps

Build a real CI/CD pipeline for Python apps on GitHub Actions: lint, type-check, test with services, multi-version matrix, Docker build/push, and a deploy step that won’t break.

April 28, 2026 · 7 min · 1416 words · Manvendra Rajpoot