12 followers
π Backend Developer | Python π | Django | Node.js | writes code with one hand and drinks tea with the other.
As our application grows, we need to scale our system to handle increasing traffic and load. Two popular strategies to achieve this are vertical...
When you run a Python script, several steps take place behind the scenes to execute your code. Hereβs a brief overview of how it works: Compilation...
Django comes with a robust authentication system that handles both authentication and authorization. In this post let's talk about two of its methods...
A Comprehensive Guide to Python Dictionary Β· A dictionary is one of the many built-in datatypes of Python, A dictionary allows us to store data in...
Learn how to build your first app with Express - a beginner-friendly guide Β· In this article, we are going to create our first express app, to get...
Lifting Variables to the Top: Understanding Hoisting in JavaScript Β· Hosting is a concept in JavaScript in which you can use variables and functions...