JavaScript

4 articles
How to intercept JavaScript Fetch API requests and responses

How to intercept JavaScript Fetch API requests and responses

When working with JavaScript Fetch API, you may want to intercept requests and responses to add custom headers, modify the request or response, or log the request and response data. In this article, you will learn how to intercept Fetch API requests and responses using the Fetch API interceptors.

How to Setup Queue Jobs in NextJs with BullMQ

How to Setup Queue Jobs in NextJs with BullMQ

Learn How to integrate BullMQ with Next.js to create a background job queue for processing tasks in the background. We will setup the BullMQ queue, create a job, and process the job in the background.

How to use absolute (alias) imports in Javascript

How to use absolute (alias) imports in Javascript

In this tutorial, you will Learn how to import javascript or typescript modules with absolute paths in webpack & VSCode. Absolute paths are a great way to import modules in your project. It makes the code cleaner and more readable. You can import modules from anywhere in your project without worrying about the relative path. You can also move files around without breaking the import paths.

Build an error handler for Javascript Promises(async await)

Build an error handler for Javascript Promises(async await)

If you are a javascript developer, you may have used async and await, I know its simple to use and you love to. No more callbacks or .then() chain, just like synchronous javascript. but you may also have faced runtime errors/exceptions and you endup wrapping everything inside try.. catch... but that seems a lot of work. In this article, I will explain how you can add a custom function for your promise.

Vishal's Profile Picture

Vishal Garg

Fulltime Developer, Part-time Blogger and Entrepreneur with over 9 years of experience in web development and a passion for sharing knowledge.

Tags

Categories

Last Project

Reviews Importify

A fast loading and easy to use review app, helps you to import reviews from multiple sources like AliExpress, Amazon, Etsy, Walmart, and more...

View project