database

web scraping node
Node.js

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
Laravel-redis-cache
Laravel

Laravel Cache Redis And File Store Tutorial With Example.

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 More
Laravel Concept E-commerce Product Model
Laravel

Laravel E-commerce Product Model With Price and Discount Concept.

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 More
node.js
Node.js

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
Node.js MySQL database CRUD model Express tutorial
Node.js

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
laravel migration
Laravel

How to add a new column to an existing table via 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 More
Laravel API
Laravel

Laravel 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 More
WordPress Configuration
WordPress

How to configure the database after deploying WordPress to cPanel

After deploying a WordPress website to cPanel on shared hosting or server, you may wonder where you can configure the database connection. So that, you can use the admin dashboard and the website start to work correctly.

Read More
Laravel CRUD web application tutorial with Example
Laravel

Laravel CRUD web application tutorial with Example

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