MGmanav goyalinmanavgoyal011102.hashnode.dev·Jan 12, 2024 · 6 min readMastering Asynchronous JavaScript: A Comprehensive GuideAsynchronous JavaScript (Async JS) is crucial for building responsive and efficient applications. Asynchronous programming allows you to perform tasks without blocking the main execution thread, ensuring a smoother user experience. In this comprehens...00
MGmanav goyalinmanavgoyal011102.hashnode.dev·Jan 7, 2024 · 4 min readRefactoring Legacy Code with SOLID Principles IntroductionIn the ever-evolving landscape of software development, maintaining a clean and maintainable codebase is crucial for long-term success. This report focuses on the application of SOLID principles, a set of design principles that aim to enhance the rob...00
MGmanav goyalinmanavgoyal011102.hashnode.dev·Jan 6, 2024 · 4 min readJavaScript: A Guide to Higher Order Methods, Functions, and CallbacksHigher Order Functions in JavaScript In JavaScript, a higher order function is a function that can accept other functions as arguments or return them as values. These functions provide a level of abstraction, allowing for more modular and reusable co...00