
Debugging a Dockerized Django app with VSCode
I am a huge advocate for integrating Docker into your development process.
There are many benefits to this, such as:
Consistent developer environmentsParity of development and production environmentsDependency isolation from your…

How to use Terraform via Docker Compose for Pros
This topic is covered in-depth in our 14 hour DevOps course.
In this tutorial, I'll show you how professional developers should use Terraform on a project.
If you prefer to watch this tutorial in video format, find the video below:
If…

How do you debug a Django application that is running in Docker?
Students of our advanced course on building REST API's often ask: How can I use my editors integrated debugging tools when running Django in Docker?
It may surprise you, however personally I avoid using any integrating debugging tools where…

Setting up PostgreSQL database with a Django Docker application
In this video, I’ll show you how to set up a PostgreSQL database with a Django Docker application. This post follows from a previous post which shows you how to Dockerize a Django REST Framework project. Both videos were inspired by my course…

Dockerizing a Django REST Framework Project
In this video I'll show you how to create a Docker container for a Django REST Framework project. This video was inspired by my Build a REST API course on Udemy. In the course, I build a REST API using Vagrant, but Vagrant is not the only…
