MMMr Madhukarinlinux-file-system-hun-ting.hashnode.dev·May 6 · 11 min readLinux File System HuntingI Spent a Night Crawling Through the Linux File System — Here's What I Found A system investigation blog for people who want to actually understand what's running under them. I've been using Linux fo00
MMMr Madhukarinjavascript-callbacks-new.hashnode.dev·Mar 26 · 4 min readCallbacks in JavaScript: Why They ExistJavaScript Callback Functions Explained (Beginner to Advanced) Introduction JavaScript is a powerful language used to build interactive websites and applications. One important concept you will see ev00
MMMr Madhukarinjavascript-template-literals.hashnode.dev·Mar 26 · 3 min readTemplate Literals in JavaScriptJavaScript Template Literals: A Complete Guide JavaScript has evolved a lot, and one of the most useful features introduced in modern JavaScript (ES6) is template literals. If you’ve ever struggled wi00
MMMr Madhukarinjavascript-array-flatten.hashnode.dev·Mar 25 · 4 min readArray Flatten in JavaScriptFlatten Nested Arrays in JavaScript (Beginner to Advanced Guide) Introduction When working with data in JavaScript, you often deal with arrays. But sometimes, arrays can contain other arrays inside th00
MMMr Madhukarinjavascript-modules.hashnode.dev·Mar 25 · 4 min readJavaScript Modules: Import and Export ExplainedJavaScript Modules Explained: A Beginner to Advanced Guide Modern JavaScript development is not just about writing code—it is about writing organized, maintainable, and scalable code. As your projects00