Posts tagged: devops_1

DevOps Server Hardening Deployment IaC

How I Deploy My Django App: One VM, Ansible, Docker, and What I Learned Writing It Down

Most portfolio deploys are done by hand and remembered by hope. I rewrote mine as code: Ansible to provision and harden a Hetzner VM, Docker Compose for dev and prod, Nginx with Let's Encrypt, Gunicorn, …

CI/CD Git Django DevOps

Staging Is Not Dev: Understanding Git Workflows and Environments

One of the biggest confusions for junior developers: where do I code, where do I test, and how does Git fit in? This post breaks down the three environments, the Git workflow that keeps things …