How To Setup Socket.IO with Express Application Generator
Let’s have WebSockets for Node.js and Express.js framework. One of the confusing things is to add Socket.IO to the Express application When you use the Express application generator.
Read More
Web Scraping IMDB With Node & cheerio
Let’s get movies from IMDb using Cheerio and save the data in the Mysql database using Sequelize.
Read More
How To Detect Toxic & Inappropriate Comments Using AI And Node.js.
AI will stop offensive, toxic, or inappropriate comments from your application using the TensorFlow Toxicity classifier model in Javascript no need for humans to review every single word.
Read More
NestJS Controllers And Routes Guide Tutorial With Examples
Guide Tutorial for creating controllers and routes quickly, we will focus on the code for a quick start to develop your Nest application.
Read More
Admin Routes And Auth Middleware express JWT in Node.js
Let’s protect our routes and create roles for our users. And make admin routes and middlewares to check if the user logged in or have the authorization to visit a route.
Read More
Authentication In Node.js And MongoDB
This tutorial will explain the easiest way to make an authentication system using Node.js and Mongo Database using JWT and Mongoose
Read More
Resizing Videos By fluent-ffmpeg & Upload to s3
We will learn how to resize video via fluent-ffmpeg. In addition, to upload and delete media from s3 and Digital Ocean spaces for storing.
Read More
Node.js MySQL database CRUD model Express tutorial.
In this tutorial, we are going to create a reusable CRUD model class for MySQL database in Node.js and Express.js with RESTful API.
Read More