Sometimes you have to call the class method from the PHP variable. Let’s say you have a class with few functions with arguments. Then you…
In this htaccess tutorial, you will learn how to create custom routes. You will also learn how you can prevent file listing using htaccess. Video…
A clone of TrustPilot website is created in PHP and MySQL using Laravel framework version 11. For frontend rendering, I am using Vue JS 3…
Today, you will learn, how you can show a loader in VueJS when an AJAX is called. We will be using Axios library for calling…
In this tutorial, you will learn, how you can save and display images in Binary in NodeJS and MongoDB. We will also create an API…
In this article, you will learn, how to remove an array element in a for loop using Javascript. We will be looping in reverse. Video…
In this tutorial, you will learn, how you can upload, retrieve, and delete files using MongoDB GridFS. Video tutorial: Upload the file to MongoDB GridFS…
In this article, you will learn how you can manage your website, hosted on Shared, VPS, or dedicated server, using Git version control. Video tutorial:…
In this article, we will show you, how you can return an image from the response of an API in Node JS. Video tutorial: First,…