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…
We created a chat application in native Android using Kotlin and Node JS. We have used Mongo DB as a database. Modern and professional UI…
It is a single-page ecommerce website developed in Vue JS. Vue JS is an open-source Javascript framework specifically built to design user interfaces and is…
In this tutorial, we will teach you how to develop a password-less authentication system in Node JS and Mongo DB. We will create a simple…