In this article I want to discuss django REST framework views: what they are, how they differ from django views, and the different ways that they can...
In this article I will discuss how a simplified, yet functional network, server and storage infrastructure can be implemented as Infrastructure as a...
I recently did a DevOps bootcamp program called SheCodeAfrica - Cloud School. During the three month program I learned different cloud and DevOps...
Here is how I set up local Kubernetes on a DigitalOcean virtual machine(VM) using minikube. minikube is a local Kubernetes, that allows to create...
Every user account in Linux belongs to a mandatory primary group and an optional secondary group(s). Why do we need the distinction ? When a user...
Here is a short guide on how to create a virtual environment with an upgraded python version than what is installed on the system. We are going to...