DevOps & Infrastructure¶
Containers, orchestration, CI/CD, databases, and infrastructure practices.
Topics¶
- Docker & Containerization
- Kubernetes Basics & Beyond
- CI/CD Pipelines (GitHub Actions, GitLab CI, etc.)
- Database Setup & Optimization
- Infrastructure as Code (IaC)
- Monitoring & Logging
- Disaster Recovery & High Availability
Recent Articles¶
Best-Practicess¶
- Docker Production Migration: From Development Server to Gunicorn Multi-Container — Migrating from mkdocs serve to production multi-container Docker setup with gunicorn, shared volumes, and Traefik reverse proxy routing.
Guides¶
- Secrets Cleanup: How to Find & Remove Leaked Credentials from Git History — Practical guide to scanning git history for exposed API keys, tokens, and database credentials, with incident response procedures and prevention strategies.