SSSmita Subudhiinsmita-writes-tech.hashnode.dev00The new Keyword in JavaScriptApr 28 · 13 min read · In JavaScript, creating objects is something we do all the time. But have you ever stopped to think about what actually happens behind the scenes when you use the new keyword? Consider this: const useJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Callbacks in JavaScript: Why They ExistApr 23 · 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 SecretsApr 22 · 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