Web 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 MoreLaravel Cache Redis And File Store Tutorial With Example.
- Ahmed Shaltout
- December 6, 2022
- database
- Laravel
Let’s create a Laravel cache class to store data in a Redis server or files. Laravel has powerful APIs for caching so let’s get started.
Read MoreLaravel E-commerce Product Model With Price and Discount Concept.
- Ahmed Shaltout
- December 6, 2022
- database
- Laravel
Let’s create a Multi-languages product table, model, and controller, and Calculate the price according to a discount for a period of time automatically.
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 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 MoreHow to add a new column to an existing table via Laravel migration
- Ahmed Shaltout
- November 13, 2021
- database
- Laravel
- migration
Sometimes we need to add a new column or update an existing one to an existing table in the database after the migration. it’s so easy to do, we will add a new column and rename and change the data type of another one. let’s get started.
Read MoreLaravel Secure RESTful API CRUD With Access Token tutorial
Sometimes we need to build a single-page application or we just need two applications to talk to each other for example backend Laravel app needs to communicate with the frontend Vuejs app, here comes the RESTful API solution.
Read MoreLaravel CRUD web application tutorial with Example
- Ahmed Shaltout
- July 31, 2021
- crud
- database
- Laravel
In this tutorial, I’m going to explain to you how to create a sample CRUD Laravel web application with code example from the real world for inserting, editing, showing, and delete data from the database that will put you in the start position. we use Laravel 8, so let get started.
Read More