Writing an API using FastAPI: setting up the code
Introduction After having experimented with the Django Rest Framework, I decided it was time to experiment with the...
Design patterns in Python: Abstract Factory
The Abstract Factory Pattern is a way to group the creation of related objects, like products of a...
AzureAzure Kubernetes ServiceDjangoDjango Rest FrameworkDockerKubernetesNginxPostgresPythonUncategorized
Deploy a Django Rest Framework App on Azure
Introduction In the previous three posts we have created a local kubernetes cluster, with the Django Rest Framework...
Deploying a simple Django (DRF) app to a Kubernetes cluster, part 3: using an nginx pod as proxy
Introduction In my previous two posts we set up a kubernetes deployment for a Django Rest Framework Application....
Deploying a simple Django (DRF) app to a Kubernetes cluster part 1: setting up
Introduction For the past couple of years I have been reading about Django and the Django Rest Framework,...