© 2026 Hashnode
Before the days of the Fetch API and Axios, developers used callback-based HTTP requests. They manually managed requests with asynchronous operations and, in the process, wrote deeply nested code. This was known as callback hell. Then, in 2015, a pro...

Before starting, I have a question. Let's say you get a 404 error (file not found) while fetching a request. Where will the data get stored: in resolve or reject? Stay connected with the article to find the answer by the end. You must have been using...

A while ago I was going through a C# code a wrote which was a code to fetch top tracks from a particular artist (ASAKE) Nigerian artist of course ☺️ Still haven't finished that hopefully I do complete it anytime soon. Then I saw a javascript method u...
