To replace all the occurrences in a string in Javascript, we will use the following method. For example, you have the following string variable. And…
In this short tutorial, I will show you how you can fix CORS error in socket IO in NodeJS. First, you need to use the…
If you are creating an API in Python, and came across a problem where you have to create a middleware but for only specific route.…
In this tutorial, we will show you how you can create global variable and access them in different modules in Python. First, you need to…
Suppose you are given a date of birth of any user and you have to get his age from it. You can do it in…
In the previous tutorial, we created a URL shortener app where user can make their URL short and easily shareable. In this tutorial, we are…
In this tutorial, we will create a URL shortener app in Vue JS, Python and Mongo DB. We will use Vue JS as frontend, Python…
In this article, we will talk about basic Python API development. Python API development Install python3. Download from its official website and install. Create API…
In this article, we are going to teach you, how you can record and save audio from web using Javascript. For saving audio files, we…
In this tutorial, I am going to show you, how you can use Gmail SMTP for sending emails in PHP. Video tutorial – Gmail SMTP…