SGSameer Gedaminarray-mehods.hashnode.dev·Apr 1 · 5 min readReact Basics - Zero to HeroWhat is React? React is a JavaScript library built and maintained by Facebook. It is widely used by companies like Netflix, Instagram, and many more. React helps developers build reusable UI component00
SGSameer Gedaminarray-mehods.hashnode.dev·Feb 25 · 7 min readCallbacks, Promises, and the Event LoopJavaScript’s single-threaded, non-blocking architecture is both its superpower and its greatest source of confusion. In this post, we’ll understand how asynchronous operations truly work — from legacy00
SGSameer Gedaminarray-mehods.hashnode.dev·Feb 9 · 11 min readMastering Higher Order Functions and Array Methods in JavaScriptIntroduction: The Power of Functional Programming in JavaScript When I first started learning JavaScript, I often found myself writing repetitive loops and struggling with unexpected undefined values. It wasn't until I discovered higher order functio...00