MRMuzzammil Rajiinrajidev.hashnode.dev·Dec 16, 2024 · 2 min readAnother PromiseHey guys, I hope you are all doing great. In one of my last posts, I talked about Promise in Asynchronous JavaScript, so today I would love to talk about another way of calling promise to improve responsiveness and reduce waiting time in web loading ...00
MRMuzzammil Rajiinrajidev.hashnode.dev·Dec 2, 2024 · 1 min readThe callback hellWell, in Javascript programming, it is very usual to do a callback. But once it becomes chaining multiple and nesting one asynchronous data into another multiple times, we fall into what we call callback hell. Let's take this example below. fetch('ht...00
MRMuzzammil Rajiinrajidev.hashnode.dev·Nov 25, 2024 · 2 min readAsychronization In JsOn my journey as a self-taught developer i would love to share what I learned yesterday about asynchronous javascript. in, javascript there are two types of executions which are synchronous and asynchronous. okay, what do I mean by that and what do t...00
MRMuzzammil Rajiinrajidev.hashnode.dev·Nov 22, 2024 · 2 min readMy journey so far.Good day, everyone. Before I delve into my journey of becoming a web developer, let me formally introduce myself. My name is Raji Muzzammil Mosebolatan, and I'm also known as D-rajh. One of my reasons for starting this blog is to gain real-life exper...00