NFNausheen Faiyazincodexninja.hashnode.dev10Beyond the Terminal: My Hunt Through the Linux File SystemApr 21 · 12 min read · At first, Linux felt like magic. You open the terminal, type a command… and things just work. No questions asked. But after a while, that “magic” started bothering me. Because I kept thinking: Where Join discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Callbacks in JavaScript: Why They ExistMar 25 · 5 min read · If you’ve been learning JavaScript, you’ve definitely seen this word callback And at first it feels like: Okay… it’s a function… but why is it passed inside another function??? And then when async cJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev10Synchronous vs Asynchronous JavaScriptMar 25 · 6 min read · Let’s be real. When you first hear synchronous and asynchronous in JavaScript, it feels like some big complicated concept. But the truth is… it’s actually very simple. You just need the right way to lJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 15 · 7 min read · When people start learning JavaScript seriously, sooner or later they hear this term:Object-Oriented Programming (OOP). At first it sounds like something very complicated or “advanced”. But honestly, Join discussion
NFNausheen Faiyazincodexninja.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 14 · 7 min read · If you’ve been learning JavaScript for a while, you’ve probably seen the keyword this and thought: Wait… what exactly is this pointing to here? And then later you discover call(), apply(), and bind(Join discussion