Django and React -Implementing Token Authentication with Simple JWT🤖Token authentication is a cornerstone of modern web applications, especially when decoupling frontend(React) and backend(Django) services…Feb 9Feb 9
Setting up a React Project with Tailwind CSS and Parcel: A Clean ApproachWhen starting a new React project, create-react-app is often the go-to choice. However, setting up a project manually gives us more control…Feb 8Feb 8
Building 🛠️ LLM from scratch ft. Andrej KarpathyThis article purely word to word blog article based on a video posted by Andrej Karpathy, who was a founding member of OpenAI on Youtube.Feb 1Feb 1
Mastering React🔥 -The only guide you need to refer for React![DRAFT]-The one and only guide you need to master ReactNov 15, 2024Nov 15, 2024
Fogot AWS keypair? No worries — Easy method to followSo recently, we have stumbled upon a problem, when in transmission, somebody messed up the keypairs and we were not able to use the…Jul 15, 2024Jul 15, 2024
Closures| Temporal Dead Zone -‘The God guide to mastering Javascript’ — Part 5The ability to treat functions as values, combined with the fact that the bindings are re-created every time a function is called , brings…Jun 23, 2024Jun 23, 2024
var, let and const 🤔| Temporal Dead Zone -‘The God guide to mastering Javascript’ — Part 5hmm, what is this var, let and const? are they just variable declaration keywords, if so why we need this much keywords if the purpose of…Jun 15, 2024Jun 15, 2024
The Scope Chain, 🔥Scope & Lexical Environment -‘The God guide to mastering Javascript’ — Part 4“Scope is directly related to lexical environment, if you understand lexical environment, it is easy to understand about scope and scope…Jun 11, 2024Jun 11, 2024
Namaste Javascript! -The Shortest JS Program 🔥 -‘The God guide to mastering Javascript’ — Part 3If you execute the javascript code with out even writing a single line of code, they engine will start executing and do the memory…Jun 5, 2024Jun 5, 2024
Namaste Javascript! -Functions❤️— ‘The God guide to mastering Javascript’ — Part 2As the saying goes, ”The most beatiful thing in a person is a pure heart”. Function is the heart of Javascript, and we are going to go…May 28, 2024May 28, 2024