Yasin Sarkaryasinsarkar.hashnode.dev·Oct 22, 2024🚀 Understanding JavaScript’s Callbacks, Promises, and Async/Await: A Guide to Asynchronous Programming 💻JavaScript, by design, is a single-threaded language 🧵. This means it can only execute one task at a time. However, many modern applications require operations like network requests 🌐, file handling 📁, or database queries 🗄️, which can take time ...Discuss·29 readsJavaScript
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 15, 2024Beyond Redux - How MobX and Zustand stack up with the OG state managementIntroduction State management is a critical component of JavaScript application development, and Redux has been a dominant player in this arena. However, with the evolution of the JavaScript ecosystem, alternatives like MobX and Zustand have emerged,...Discuss·14 likes·1.0K reads#FrontEndDevelopment
Shivathmaj Shenoy Mshivathmaj.hashnode.dev·Feb 26, 2023Crack the Angular Code: 50 Questions to Test Your Knowledge and SkillsAngular is one of the most popular web application frameworks in the world, used by developers to build everything from simple websites to complex enterprise applications. Whether you're a beginner just learning the basics or an experienced developer...Discuss·44 readsAngular