Authentication 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 MoreSwitch Between Hyperlink And Scrollspy in Bootstrap And Vue 3
- Ahmed Shaltout
- September 19, 2022
Sometimes in the navbar, we have a link that scrolls to an element on the same page. But the problem comes when we navigate to another page. This tutorial will show how to solve this problem using Vue 3 Scrollspy and Bootstrap 5 without needing too much code or packages.
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 MoreVue 3 login with Vuex Tutorial
- Ahmed Shaltout
- April 15, 2022
- Vuejs
In this Vue 3 login example tutorial, we will cover using Vuex. And creating a store in a Vue.js app for making a user login.
Read MoreHow to upload & retrieve images by Laravel media library
- Ahmed Shaltout
- April 12, 2022
- Laravel
Using the Laravel-media library package for handling media via Restful API makes it a piece of cake and a time saver. That is what we will learn in today’s tutorial.
Read MoreHow To Add ads.txt File In WordPress
- Ahmed Shaltout
- March 13, 2022
- Website
- WordPress
If you got this alert in Google AdSense Account “Earnings at risk – You need to fix some ads.txt file issues to avoid severe impact to your revenue.” then you need to add the ads text file to your WordPress Website.
Read MoreHow To Use Bootstrap 5 Modal With Vue.js 3
- Ahmed Shaltout
- February 24, 2022
- Bootstrap
- How To
- Vuejs
Using Bootstrap’s Modal inside your Vue 3 application is a little bit tricky but it is worth it, Bootstrap’s Modal uses JavaScript to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read MoreHow To Upgrade From Laravel 8 To Laravel 9.
- Ahmed Shaltout
- February 15, 2022
- Laravel
Laravel 9 is now released, and we’re excited to check it out because it’s the most up-to-date technology available. So, let’s upgrade step by step.
Read MoreHow to generate a sitemap for a Laravel website
- Ahmed Shaltout
- January 29, 2022
- Laravel
- sitemap
Sitemaps are very important, search engines such as Google read the sitemap file to crawl your site more efficiently. Sitemaps tell which pages and files, you think are important in your website but how can we create a sitemap in a Laravel website.
Read More