HTTP RedirectsURL redirection also known as URL forwarding is a technique to give more than one URL address to a page, a form, a whole website, or a web application. HTTP has a special kind of response, called a HTTP redirect, for this operation. eg; What you see ...Apr 29, 2025·1 min read
Lazy LoadingDefinition 1: Lazy loading means waiting to render content on a webpage until the user or the browser needs it. Lazy loading can help speed up webpage load times. Performance for Developers. Resources above the fold will show because they're supposed...Jan 18, 2024·3 min read
JWT . JavaScript Web Token.🚀 Navigating the intricate landscape of Node.js authentication? It's vital to grasp the nuances between JWTs 🌐 and Sessions 🔄 for decisions that align seamlessly with your application's requirements. Let's dive into the details: **JWTs (JSON Web...Jan 17, 2024·2 min read
PORT numberWhat is a port number? A port number is a way to identify a specific process to which an internet or other network message is to be forwarded when it arrives at a server. All network-connected devices come equipped with standardized ports that have a...Jan 16, 2024·4 min read
CPU vs GPUTo learn Software engineering, I found it important to first have great knowledge about the hardware architecture. I realized about that some years a go while I made a decision to a lifelong learning on SWE. Two important elements in hardware arc...Jan 14, 2024·2 min read
Time and Space ComplexityHow to Use Big O to Ace Your Technical Interviews: Firstly, what is Big O Notation? Big O describes an algorithm's runtime or memory consumption without the interference of contextual variables like RAM and CPU. It gives programmers a way to compare ...Jan 14, 2024·2 min read