How To Setup Socket.IO with Express Application Generator
- Ahmed Shaltout
- January 21, 2024
- Node.js
- WebSockets
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 MoreWeb Scraping IMDB With Node & cheerio
- Ahmed Shaltout
- December 10, 2023
- cheerio
- database
- mysql
- Node.js
- Web scraping express
Let’s get movies from IMDb using Cheerio and save the data in the Mysql database using Sequelize.
Read MoreHow To Detect Toxic & Inappropriate Comments Using AI And Node.js.
- Ahmed Shaltout
- June 24, 2023
- tensorFlow
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 MoreNestJS Controllers And Routes Guide Tutorial With Examples
- Ahmed Shaltout
- March 19, 2023
Guide Tutorial for creating controllers and routes quickly, we will focus on the code for a quick start to develop your Nest application.
Read MoreAdmin Routes And Auth Middleware express JWT in Node.js
- Ahmed Shaltout
- October 23, 2022
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 MoreAuthentication In Node.js And MongoDB
- Ahmed Shaltout
- September 27, 2022
- authentication
- database
- MongoDB
- Node.js
This tutorial will explain the easiest way to make an authentication system using Node.js and Mongo Database using JWT and Mongoose
Read MoreResizing Videos By fluent-ffmpeg & Upload to s3
- Ahmed Shaltout
- August 9, 2022
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 MoreNode.js MySQL database CRUD model Express tutorial.
- Ahmed Shaltout
- May 6, 2022
- database
- Node.js
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