Blog Posts

Introduction to multi-tenant apps with django

What are multi-tenant apps

Multi-tenancy is an architecture in which a single instance of a software applicat...

Letter to aspiring software developers

User registration and authorization on a django API with djoser and JSON web tokens.

In the first part of the intro django rest framework, we set up the project and did an overview of what the project is all ...