How to build an Authentication system in Node.js with JWT Token

By Siddharth Saurav

Hello programmers, In this article, you will learn about how we can build a user authentication system in Node.js where users can sign up and log in to their account in Nodejs. So .... Read More

localtime() function in C++ with an example

By Shubhobroto Mukherjee

In this tutorial, we will learn about what is localtime() function in c++ is, we want to make this tutorial easy to understand for you and learn in-depth concepts of such function .... Read More

How to create a custom Skybox in Unity3D

By Y SAI KIRAN

Hello programmers, In this article, I will show  “How to create a custom Skybox in Unity3D” Let’s get started with the building process. Step:-1 First, we should downloa.... Read More

How to change voice in pyttsx3 in Python – Male to female

By Varun Bhattacharya

Hello programmers, we will see how to change voice to text using pyttsx3 in Python in this tutorial. The library pyttsx3 is a text-to-speech conversion library in Python. This libr.... Read More

Print each element from an associative array in Java

By Shristi Rani

In this tutorial, we will learn how to print each element in the associative array in Java, yes there are many ways to do so but here I want to make this tutorial easy to understan.... Read More

How To Get Yesterday’s Date in PHP

By Shristi Rani

In this tutorial, we will learn how to get yesterday’s date using PHP,  yes there are many ways to get yesterday’s date in PHP but here we want to make this tutorial e.... Read More

Check if a variable is an array or not using C++

By Arjun Singh

In this tutorial, we will learn how to check if a variable is an array or not in C++. An array contains a collection of the same type of variables. The array is created for example.... Read More

Fetch_sub() in C++ example

By Arjun Singh

Fetch_sub() in C++ provides operational support for the type to do atomic addition and subtraction on a stored address. Fetch_sub() in C++ The operation work in the same ways as it.... Read More