django

How to deploy django application to production

Django is a popular web framework with all batteries included. In this blog post, we will learn how to deploy it to production

Read

How I built domain hunter using OpenAI in a weekend

I built domain hunter which generates domains available for registration based on the given terms using OpenAI.

Read

Database Migrations in Django

Django gives a powerful framework to manage database migrations. We will deep dive into Django migrations and how they work under the hood

Read