My Blogs

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.

PythonDjangoDjangorestframeworkJwt
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.

ReactViteZustandJwt
Building a User Online Status (Presence) system in WebApps using Firebase and vue.js 2021.

Here we are going to build a presence system for any group chat/personal chat WebApp using our favorites Firebase Realtime Database and vue.js.

Vue.JsFirebase