Understanding DevOps in AWS Jan 1, 2023 AWS Understanding DevOps in AWS DevOps is a software development approach that aims to improve collaboration and communication between development and operations teams. It aims to reduce the time it
Django shorts: #9 Protecting sensitive information Dec 26, 2022 Django Django shorts: #9 Protecting sensitive information The internet can be a very dangerous place. One of the reasons for this is that whatever you decide to put online is at risk
Django shorts: #8 [FREE] deployment options Dec 21, 2022 Django Django shorts: #8 [FREE] deployment options Deployment. One of the most important topics in development that is talked about by everyone. Whether you are a developer who just wants to check
How to dockerise a Django web application Dec 19, 2022 Django How to dockerise a Django web application It's always been a challenge for Django developers to find the easiest and most efficient way to dockerize their applications. In this article
Django shorts: #7 Blank vs Null? Dec 18, 2022 Django Django shorts: #7 Blank vs Null? The Django models API contains two options which are similar in nature. These options are known as blank and null. The main difference between blank