How to create a simple blog using Django 3 – part 1
In this tutorial series I'm going to show you how to create a simple blog using Django 3. It's going to look similar to this exact blog. (more…)
Read more »Docker is the software development and devops tool everyone wants to use on their projects. It’s a platform that allows you to easily create isolated environments (aka Containers) that can run… Read more