Recent posts

Customize DRF Simplejwt

4 minute read

Introduction In this post, I am going to talk about how I customized a part of the drf-simplejwt repository to build a custom authentification flow for my to...

AWS VPC Crash Course

6 minute read

Introduction In this post, I am going to explain the basic concepts of AWS’s VPC, which includes VPC Subnets & CIDR Range NACL & Security Grou...

JWT feat. Django

5 minute read

Introduction In this post, I am going to talk about JSON Web Token(JWT), and how to implement it in DRF. First of all, JSON Web Token itself is just “an open...