In this article, you will learn how to convert UTC datetime to user’s local timezone using Javascript. Your database is centralized, but your user’s are…
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…
End-to-end encrypted chats are more secured than the ones where encryption is done on the server side. Because the messages get encrypted even before sending…
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…
In this tutorial, we will teach you, how you can add emoji between text using jQuery. Emoji picker is a library that allows you to…
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 this article, we are going to show you a technique that helps you call a function when the user stops writing in an input…
In this tutorial, we will teach you, how you can do pagination on arrays of documents in MongoDB. If you have a very large database,…
Google Chrome by default autocomplete the input field. The HTML autocomplete attribute no longer works on chrome. We present to you 2 methods you can…
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…