Published inFolkloreumSahasrakavach : The demon with 1000 Armours.Hindu mythology is full of intriguing stories about gods, demigods, and demons. One lesser-known story is about Sahasrakavach, “One with a…3d ago13d ago1
Avoid eval() and with: Best Practices for Cleaner JavaScript CodeScope in JavaScript is primarily determined during the compilation phase, establishing a predictable structure that the program will follow…Dec 30, 2024Dec 30, 2024
Why var is Still a Valuable Tool in Modern JavaScript DevelopmentI have often wondered why developers and linting tools hate var. While researching more on it I came across a chapter in You Don't Know JS…Jun 6, 20241Jun 6, 20241
Understanding Hoisting in JavascriptAs a Javascript developer we often come across the question:Apr 2, 2024Apr 2, 2024
Free website hosting on Cloudflare PagesCloudflare Pages offers developers free hosting for static websites and web applications, integrating seamlessly with popular Git…Mar 7, 2024Mar 7, 2024
Deploying a NestJS application with PM2 on a Ubuntu server.This article attempts to break down the deployment of a NestJS application with PM2 into simple and easily followable steps.Oct 19, 2023Oct 19, 2023
Analysis of Time Complexity of AlgorithmsIn computer science, we can have multiple algorithms to solve a single problem statement, but the crucial part is choosing the correct…May 20, 2021May 20, 2021