PinnedInDev GeniusbyAditya Yaduvanshi·Dec 28, 2021How JavaScript Works behind the scenes?An overview walk-through of all the core components that are involved in the execution of JavaScript code.A response icon15A response icon15
PinnedInDev GeniusbyAditya Yaduvanshi·Jun 11, 2024Working with Subdomains in Next.js 14Master Advanced Subdomain Techniques for High-Performance Web DevelopmentA response icon4A response icon4
PinnedInDev GeniusbyAditya Yaduvanshi·Feb 3, 2022Inside the JavaScript EngineA brief explanation of the JavaScript EngineA response icon2A response icon2
InLevel Up CodingbyAditya Yaduvanshi·Jun 26Your App Is Leaking Secrets and You Don’t Know ItMost apps encrypt data in transit, forget it at rest, and never even think about data in use. Here’s where your secrets quietly walk out…
InDev GeniusbyAditya Yaduvanshi·Jul 21, 2025Inside JavaScript’s Event Loop: Deep Dive into Microtasks, Macrotasks, and Async OptimizationFrom callbacks to cutting-edge optimization: How the event loop truly works under the hood
InDev GeniusbyAditya Yaduvanshi·Apr 24, 2025Building a Multi-Tenant SaaS App with Next.js 14A Step-by-Step Guide to Implementing Subdomain Routing & SSO Authentication with Auth.js for Scalable SaaS ApplicationsA response icon1A response icon1
InDev GeniusbyAditya Yaduvanshi·Sep 30, 2024Micro-Frontends: The LEGO Approach to Web DevelopmentBuilding Scalable, Flexible Web Apps Piece by PieceA response icon1A response icon1
InLevel Up CodingbyAditya Yaduvanshi·Aug 22, 2024Building a Custom CLI Tool with Node.js: A Step-by-Step GuideMaster Node.js by building your own CLI tool for task automation.A response icon2A response icon2
InDev GeniusbyAditya Yaduvanshi·Aug 14, 2024Next.js Middleware Decoded: From Zero to HeroMaster Server-Side Logic, Authentication, and Subdomain Handling
InDev GeniusbyAditya Yaduvanshi·Aug 12, 2023Event Loop Explained: How JavaScript Handles Asynchronous TasksUnlocking the Power of Asynchronous JavaScript: A Journey through the Event Loop