devzodiac.hashnode.devDocker + Django in 10 Days: From Zero to Production [Day: 05]馃幆 Goal of Day 5 By the end of today, you will: Understand why Docker Compose exists Run Django + PostgreSQL together Learn how services talk to each other Stop rebuilding containers on every code change Be very close to production-style setups ...Feb 8路3 min read
devzodiac.hashnode.devDocker + Django in 10 Days: From Zero to Production [Day: 04]馃幆 Goal of Day 4 By the end of today, you will: Run a Django project inside Docker Understand how Django works inside a container Learn best practices for Docker + Django (basic level) Be ready for multi-container setup (Day 5) 馃 Big Picture ...Feb 3路3 min read
devzodiac.hashnode.devDocker + Django in 10 Days: From Zero to Production [Day: 03]馃幆 Goal of Day 3 By the end of today, you will: Understand what a Dockerfile is Learn the most important Dockerfile instructions Build your own Docker image Run a container from your own image Understand how this applies to Django-DRF 馃攣 Quic...Jan 31路4 min read
devzodiac.hashnode.devDocker + Django in 10 Days: From Zero to Production [Day: 02]馃幆 Goal of Day 2 By the end of today, you will: Clearly understand Images vs Containers (practically) Run your first Docker container Learn the most important Docker commands See how Docker actually works on your machine Today is hands-on, but ...Jan 27路3 min read
devzodiac.hashnode.devDocker + Django in 10 Days: From Zero to Production [Day: 01]馃幆 Goal of Day 1 By the end of today, you should: Understand what Docker is Know why backend developers use it Clearly differentiate Image vs Container Understand how Docker fits into Django-DRF projects Be mentally ready to write Dockerfiles fr...Jan 26路4 min read