The way to write your code

Verify an image URL in JavaScript - Clue Mediator

Verify an image URL in JavaScript

In this short article, we will show you how to verify an image URL in JavaScript. Here, we will use the Regular Expression to validate the image url using JavaScript....

Important HTTP Status Codes - Clue Mediator

Important HTTP Status Codes

Today we will show you the list of the important HTTP Status Codes. Checkout more articles on JavaScript/Node.js Top 8 popular npm packages for React and Node.js Barcode scanner in...

How to add a Progress Bar in React - Clue Mediator

How to add a Progress Bar in React

Today we will show you how to add a Progress Bar in React application. Here, we will create a small application to show the progress bar using bootstrap. To indicate...

Enable CORS for multiple domains in PHP - Clue Mediator

Enable CORS for multiple domains in PHP

Today, we’ll explain to you how to permit CORS requests for multiple origins in PHP. To get the response from a simple cross-origin POST request, we need to include the...

How to set up a proxy in React App - Clue Mediator

How to set up a proxy in React App

In this article, we will show you how to set up a proxy in React Application. Most of the beginners are facing the CORS issue while they are working with...

How to add a loading in React AG Grid - Clue Mediator

How to add a loading in React AG Grid

Today we’ll show you how to add a loading in React AG Grid. In the previous article, we have implement server side pagination in React AG Grid. Here, we’ll show...