In this tutorial, you will learn how to call a function in your Node JS server file from the EJS template file. First, we are…
Learn how to securely upload and view image in Node JS and Mongo DB. Most of the time when we create a website where we…
In this tutorial, we are going to teach you, how you can create video streaming and buffering like YouTube in NodeJS. In YouTube, you have…
Microservices architecture in NodeJS is a group of loosely-coupled services that works independently of each other. Failure in one service does not affect the other…
Middleware in Node JS is called before the request is handled by the router function. They stand between the router and the request. Middlewares are…
In one of our tutorial, we learned how to create a function in async await and how to create a function that uses callback. Video…
MEVN stands for Mongo DB, Express JS, Vue JS, and Node JS. It is a technology stack used by developers to create full-fledged web applications.…
In this tutorial, we will teach you how you can login a user with JWT (JSON Web Token) in the android app using Kotlin and…
This tutorial will create an android user registration activity in Kotlin. You will learn the following: Creating an activity First, we will create an empty…