馃殌 Exploring uv: The Fast, Modern Python Package & Environment Manager馃搶 Published by Biswarup Naha Recently, I dove into uv, a lightning-fast Python package and environment manager by Astral. What I found was a game-changer鈥攅specially for anyone juggling Python environments, CLI tools, or even one-off scripts. Here鈥檚...Apr 16, 2025路2 min read
Day-4 of learning Express JSToday I've learnt about auth, its types and various measures of how we can use it under different conditions to suit our needs. authentication: verifying identity (401 Unauthorized) authorization: verifying permissions (403 Forbidden) Username/p...May 3, 2024路7 min read
Day-3 of learning Express JSToday I've learnt about the MVC architecture in Express JS. Let me briefly describe about my learning. What is MVC architecture? MVC stands for Model, View, Controller and in this architecture we build the application as follows:- Model: it defines ...Apr 13, 2024路5 min read
:: Day-2 of learning Express JS ::Today I've learnt about middleware and its uses alongwith HTTP headers and why do we need them. What are middlewares? Middlewares are functions that have access to the request object(req), the response object(res), and thenext function in the applica...Apr 7, 2024路5 min read
Day-1 of learning Express JSToday I've learned about what is backend, node, how to setup a backend server using express and also learned about route params. Let us begin with what Backend is: The backend of a web application refers to the server-side part of the application tha...Mar 25, 2024路8 min read