
How to Build an Authentication API with JWT Token in Node.js
In this tutorial, we will learn how to use JWT in Node.js to secure endpoints and even authenticate users. It’s pretty simple to write code and develop applications. Yet, […]
In this tutorial, we will learn how to use JWT in Node.js to secure endpoints and even authenticate users. It’s pretty simple to write code and develop applications. Yet, […]
cURL (client URL) is a free tool used to make network requests from the terminal using various protocols available. It is very useful when one wants […]
Google Translate is a multilingual language translation service developed by Google to translate text, words, phrases and, documents from one language to another. Google translates […]
Websites usually store a small amount of data on the browsers. There are three main kinds of browser-based storage: session storage, local storage, and cookie […]
Whenever we submit a form on the client-side of any website, all the form data goes to the server-side. Usually, form-data gets encoded before we […]
If you work with Node.js applications often, you might be familiar with the default script npm start, which will generally run your server directly. This may […]
Web applications have access to large amounts of data that belongs to people, organizations, and governments. The more the data is accessed, the higher the […]
Choosing the right JavaScript tech stack in the massive ecosystem is challenging. One of the Node.js web server framework that is rising in popularity these […]
In this tutorial, we’ll be discussing the concepts of the Node.js Express generator tool. The Express-generator package is a utility that provides a command-line tool […]
In this tutorial, we will go over how to build RESTful APIs using the Node.js Express framework, test them locally using docker-compose. We will then […]
The performance of a web application is an integral part of the application. Statistics have shown that slow web applications can result in loss of […]
During the development phase, the developer performs several processes of installation and coding to build and run an application. But, the end-users are just interested […]
Debugging an application involves detecting and removing existing errors also known as bugs in a code which can cause it to work unexpectedly or even […]
Most modern day applications make use of databases mainly to store data. In many modern backend architectures, we model everything else around the data and […]
Twitch, is an online streaming platform that allows streamers and audiences to lively interact with each other. What begun as a small game streaming platform […]
Nest.js is built on Node.js and Express, which is arguably the most popular way to build servers with JavaScript. Nest.js is a TypeScript-based JavaScript framework for […]
React.js is a common and famous front-end web frameworks. Yet, in most situations, a web application will require back-end services to process different transactions. React.js […]
Weather forecasting is very necessary for our daily lives. It helps us to prepare and make plans depending on the expectations. Many weather stations are […]
In this tutorial, we will use the Node.js platform to build a real time chat application that sends and shows messages to a recipient instantly without any […]
PHP and Node.js are both powerful backends for dynamic websites. They both fall under the same category, yet their features are quite distinct. 1. PHP […]