Alembic Textbook Ch. 7 — CI Integration

Alembic CI patterns: drift detection, migration round-trip tests, dry-run, deploy gates, and pre-merge checks.

May 10, 2026 · 3 min · 637 words · Manvendra Rajpoot

Alembic Cheatsheet 08 — CI Integration

Cheatsheet: GitHub Actions, drift test, up-down round-trip, dry-run SQL, deploy gates.

May 15, 2026 · 3 min · 565 words · Manvendra Rajpoot

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