Ā© 2026 Hashnode
You've been on a 400 day Duolingo streak. Your vocabulary is great. Your grammar is solid. Then you actually try speaking to someone and they look at you like you're speaking an entirely different language. Familiar? Welcome to the weird world of lan...

Hereās what I found after going down the rabbit hole. Whatās a Transpiler, Again? Both Babel and SWC are transpilers, they convert code from one version of a language to another. For JavaScript, that means turning modern syntax (like async/await, opt...

JavaScript has evolved massively over the years, and modularization is a core part of writing maintainable, scalable code. This guide covers everything from CommonJS to ES6 modules, how tools like Babel make them compatible, and when to use what. š°...

Hey friends! If you remember, in my previous post, I shared that I decided to build a mini Excel clone using vanilla JavaScript ā without any frameworks. This time, I want to show you how I set up Webpack manually, why I chose specific tools, and wha...

When designing an SD-WAN underlay, choosing between OSPF and BGP depends on the architecture: Hub-and-Spoke: BGP is usually the better choice. Full Mesh: Neither is ideal, but BGP scales better than OSPF. Letās break this down. 1. Hub-and-Spoke ...
