JBJoydeep Banerjeeinjoydeepx.hashnode.dev00Linux File System Hunting3d ago · 6 min read · When I first started using Linux, I thought learning a bunch of terminal commands meant I understood the system. But that idea didn’t last long. The more I explored, the more I realized something impoJoin discussion
JBJoydeep Banerjeeinjoydeepx.hashnode.dev00JavaScript Modules: Import and Export Explained4d ago · 4 min read · JavaScript feels simple at first… until your entire project ends up inside one file. At the beginning, you might write everything together — variables, functions, API calls, UI logic. It works… but onJoin discussion
JBJoydeep Banerjeeinjoydeepx.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 13 · 10 min read · In programming, we often deal with things that have both information and behavior. For example, a student has a name, age, and course. A car has a brand, model, and color. At the same time, a student Join discussion
JBJoydeep Banerjeeinjoydeepx.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 13 · 5 min read · JavaScript has a small word that confuses almost every beginner at some point: this It looks simple, but its behavior can feel unpredictable at first. Sometimes it refers to an object, sometimes to thJoin discussion
JBJoydeep Banerjeeinjoydeepx.hashnode.dev00Understanding Objects in JavaScriptMar 13 · 5 min read · In JavaScript, we often create things that have both data and actions. For example, a student can have a name and age, and also perform an action like showing details. A car can have a brand and colorJoin discussion