SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Callbacks in JavaScript: Why They Exist2d ago · 14 min read · Imagine you order food from a restaurant. You don’t stand in the kitchen waiting for it to be prepared. Instead, you place the order and continue doing other things. Once the food is ready, the restauJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Deep Dive: Exploring Linux’s File System Secrets3d ago · 13 min read · Developers often recommend Linux as the preferred operating system for development, servers, and system-level work. However, many beginners—including me—know Linux mainly through basic commands withouJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Array Flatten in JavaScriptApr 17 · 9 min read · While working with arrays in JavaScript, we often encounter situations where data is not in a simple, single-level structure. Instead, arrays can contain other arrays, creating what we call nested arrJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00JavaScript Modules: Import and Export ExplainedApr 8 · 8 min read · As a beginner, you might think building a web or mobile application only requires a few lines of code. But in reality, even a simple application can involve thousands of lines of code. Now imagine wriJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScript Mar 15 · 4 min read · The Magic of this, call(), apply(), and bind() in JavaScript (With Visual Examples) JavaScript is a flexible language, but beginners often get stuck with this and its friends call(), apply(), and bindJoin discussion