Rrishijaiswal3002inprogramming-guides.hashnode.dev·Apr 6 · 10 min readUnderstanding Callbacks: The Foundation of Async JavaScriptJavaScript is a single-threaded language. This means it can execute only one piece of code at a time on its main thread. But modern applications don’t work in a single straight line. They fetch data, 00
Rrishijaiswal3002inprogramming-guides.hashnode.dev·Feb 28 · 7 min readHow to start thinking like a programmer, for absolute beginnersLearning a programming language isn’t difficult. The real difficulty is learning how to think in code. Most beginners don’t fail because a programming language is complex. They fail because they try t00