PAParikar Agarwalinasync-js-event-loop.hashnode.dev·Apr 25 · 5 min readAsync Await - Promises but more ReadableWhenever developers would write promises, they would thank them for existing as a way to avoid callback hell. But that was for the generation that wrote callbacks or used the Async.js library. Over ti00
PAParikar Agarwalinasync-js-event-loop.hashnode.dev·Apr 25 · 9 min readThe Architecture of JavaScript PromisesPromises are very difficult to understand! This is the first statement I come across when I try to learn them before even coming across the definition. But I believe that is a very funny thing to say.00
PAParikar Agarwalinasync-js-event-loop.hashnode.dev·Apr 24 · 8 min readFrom Callbacks to a PromiseAssume you hired a worker and want him to perform work for you. Naturally, you would have a lot of tasks prepared for him to do. But how would he know what to do next? Surely you can't be sitting near00
PAParikar Agarwalinasync-js-event-loop.hashnode.dev·Apr 24 · 6 min readCallbacks in JavaScriptWe all value our time. Don't we? When we are tasked with doing something, we try to think if we can do something in parallel to save time. Even peeling vegetables while watching television is an examp00
PAParikar Agarwalinlinux-ditback.hashnode.dev·Apr 22 · 12 min readThe Linux File System"What is Linux?" is an important question to be answered before we even start talking about its components. And to understand this, we need to understand what it is actually doing. Suppose you had a C00