Experience
4+ years
Projects
20 shipped
Tech Stack
35 technologies
Posts
(3 items)// Blog posts, articles, and write-ups
Django Rest Framework + React — Authentication workflow 2023 (Part 1)
This blog, we will cover the complete authentication workflow. We will go from Project setup, git setup, backend configuration, JWT (access + refresh) configuration, creating APIs, private end point and much more.
Django Rest Framework + React — Authentication workflow 2023 (Part 2)
This blog, we will go through the frontend part of the authentication workflow. We will create pages, components, custom hooks, utility functions, cookies handling, global user store & routes with route guard. By the end of this blog, you will have a full-blown, blazingly fast authentication workflow for your future full stack applications.