I was looking for a tool that allows me to write API documentation so I can provide it to the frontend developers and also for…
In order to include a React JS component dynamically, we need to use the Javascript’s built-in fetch API. Let’s say you have a simple component…
If you are working in MySQL, you can use joins to match rows between multiple tables. In Mongo DB, however you are working in documents…
Developing an API in Node JS and Mongo DB allows you to create real-time, high performance and scalable applications. When you are building a website…
Let’s say you have a webpage where you want to show an anchor link to the user that will redirect the user to his previous…
Suppose you have a database where data of all players of any sports team is stored. Every player has a name and a shirt number.…
In order to check if a URL is valid in PHP, we are going to use the cURL. You can get the complete reference on…
Suppose you have custom post type in WordPress that you want to sort such that it displays the first created post on top. By default,…
In order to send money from remitly.com to NayaPay (Pakistan), you need to follow the following steps. Step 1: Create an account First, you need…