https://youtu.be/2IgogdGUl60
#3.1 How to upload images and preview the image name | Html, CSS, JavaScript, and PHP
@programmingInsider
#3.1 How to upload images and preview the image name | Html, CSS, JavaScript, and PHP
@programmingInsider
https://youtu.be/0mAL4UuVWbU
#3.2 How to display data from database | Html, CSS, and PHP
@programmingInsider
#3.2 How to display data from database | Html, CSS, and PHP
@programmingInsider
❤1
https://youtu.be/Glevv0E6vNg
#3.3 How to add products to the cart without refreshing the page | Html, CSS, PHP, and JavaScript
@programmingInsider
#3.3 How to add products to the cart without refreshing the page | Html, CSS, PHP, and JavaScript
@programmingInsider
Building Ecommerce website Upload Images to database, display from database, and add product to cart
https://youtu.be/_NIIPOYSZo0
@programmingInsider
https://youtu.be/_NIIPOYSZo0
@programmingInsider
Add_to_Cart_or_for_#3_1,_#3_2,_#3_3_videos_tutorial_all_materials.zip
49 MB
All Materials of "Building eCommerce website upload Images to database, display from database, and add products to cart"
👍2
https://youtu.be/3fenadylHYw
#4 Searching Students information from the database without refresh the page | Html, SQL, And PHP
@programminginsider
#4 Searching Students information from the database without refresh the page | Html, SQL, And PHP
@programminginsider
#4 search students information without refresh the page.zip
472 KB
All materials for "#4 search students information without refresh the page"
https://youtu.be/aFoXJcS3baU
#5.1 How to make Register, Login, and Logout System on website | Html, CSS, SQL, PHP and JavaScript
@programmingInsider
#5.1 How to make Register, Login, and Logout System on website | Html, CSS, SQL, PHP and JavaScript
@programmingInsider
❤1
https://youtu.be/1NyIcV6dHs4
#5.2 How to create a like and dislike system for websites | Html, CSS, SQL, PHP and JavaScript
@programmingInsider
#5.2 How to create a like and dislike system for websites | Html, CSS, SQL, PHP and JavaScript
@programmingInsider
Register, Login Logout, like and dislike All source files.zip
26.5 MB
Register, Login, Logout, like and dislike All source files.......These source files is for both of above videos.
❤1
Connect MongoDB with Nodejs.zip
1.6 MB
Creating MongoDB database and Connecting with
Nodejs/ ExpressJs
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/Creating-MongoDB-database-and-Connecting-with-Nodejs-ExpressJs
Subscribe to my channel to support me https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
Nodejs/ ExpressJs
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/Creating-MongoDB-database-and-Connecting-with-Nodejs-ExpressJs
Subscribe to my channel to support me https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
https://youtu.be/VregpzxN_9M
This video explores how to insert/ store user data into the MongoDB database by using Express and Mongoose. While we store user information on the database we encrypt the password and validate other inputs too, always security is first!
Contents of the video
00:15 Inputs Validation
10:10 Create MongoDB database
17:44 Create Schema and Model
21:58 Store/ Insert Data
44:04 Checking If there is a registration by the email
48:00 Encrypt Password
52:01 Encrypt Password in Mongoose middleware (recommended)
@programminginsider
This video explores how to insert/ store user data into the MongoDB database by using Express and Mongoose. While we store user information on the database we encrypt the password and validate other inputs too, always security is first!
Contents of the video
00:15 Inputs Validation
10:10 Create MongoDB database
17:44 Create Schema and Model
21:58 Store/ Insert Data
44:04 Checking If there is a registration by the email
48:00 Encrypt Password
52:01 Encrypt Password in Mongoose middleware (recommended)
@programminginsider
YouTube
How to Insert Data in the MongoDB Database and encrypt the password as well | Expressjs, and MongoDB
#react #nodejs #expressjs
This video explores how to insert/ store user data into the MongoDB database by using Express and Mongoose. While we store user information on the database we encrypt the password and validate other inputs, always security is…
This video explores how to insert/ store user data into the MongoDB database by using Express and Mongoose. While we store user information on the database we encrypt the password and validate other inputs, always security is…
👍1
Store Data in MongoDB database by using expressjs.zip
207.8 KB
How to Store / Insert Data in MongoDB Database| Nodejs, Expressjs, and MongoDB
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/How-to-Store-Data-on-mongoDB-database-by-using-expressjs
Subscribe to my channel to support me https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/How-to-Store-Data-on-mongoDB-database-by-using-expressjs
Subscribe to my channel to support me https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
👍1
Programming Insider pinned «https://youtu.be/VregpzxN_9M This video explores how to insert/ store user data into the MongoDB database by using Express and Mongoose. While we store user information on the database we encrypt the password and validate other inputs too, always security…»
https://youtu.be/QANzvoWmKo0
This video explores how to login by generating JWT(JSON web token). While the user logs in the password must be compared to the original password in a database, and if it is matched then it generates JWT and stores it in the browser localStorage. I hope you enjoy the video and learn a lot of concepts regarding login, logout, comparing passwords, and JWT (JSON Web Token).
Contents of the video
00:00 - Intro
00:42 - Validating HTML form Inputs
05:54 - Create Route and Controllers in ExpressJs/ NodeJs
07:38 - Connect ExpressJs routes (API) to frontend by using Axios
11:52 - Checking if there is a registration by the email
16:42 - Compare or Decrypt Password by using bcryptjs
21:23 - Generate JWT (JSON Web Token)
40:30 - Logout
@programminginsider
This video explores how to login by generating JWT(JSON web token). While the user logs in the password must be compared to the original password in a database, and if it is matched then it generates JWT and stores it in the browser localStorage. I hope you enjoy the video and learn a lot of concepts regarding login, logout, comparing passwords, and JWT (JSON Web Token).
Contents of the video
00:00 - Intro
00:42 - Validating HTML form Inputs
05:54 - Create Route and Controllers in ExpressJs/ NodeJs
07:38 - Connect ExpressJs routes (API) to frontend by using Axios
11:52 - Checking if there is a registration by the email
16:42 - Compare or Decrypt Password by using bcryptjs
21:23 - Generate JWT (JSON Web Token)
40:30 - Logout
@programminginsider
YouTube
How to Login and Logout By Generate (JWT) JSON Web Token | Nodejs, Expressjs, and MongoDB
#react #nodejs #expressjs
This video explores how to login by generating JWT(JSON web token). While the user logs in the password must be compared to the original password in a database, and if it is matched then it generates JWT and stores it in the browser…
This video explores how to login by generating JWT(JSON web token). While the user logs in the password must be compared to the original password in a database, and if it is matched then it generates JWT and stores it in the browser…
Login and logout system by generate JWT (JSON Web Token).zip
210.9 KB
How to create a Login and Logout System By Generate JWT (JSON Web Token) | Expressjs, and MongoDB
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/Login-and-logout-system-by-generate-JWT-JSON-Web-Token-
Subscribe to my channel https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
All materials (like pictures, gifs, and codes....) are provided on
• GitHub: https://github.com/ProgrammingInsider/Login-and-logout-system-by-generate-JWT-JSON-Web-Token-
Subscribe to my channel https://www.youtube.com/@ProgrammingInsider?sub_confirmation=1
@programminginsider
https://youtu.be/LiSOYTHnA2Y
This video explores how to display data from the MongoDB database by authenticating the token
Contents of the video
00:00 - Intro
01:15 - Passing Bearer Token authorization header
18:18 - Fetch / Display data by using the Authenticated token
@programminginsider
This video explores how to display data from the MongoDB database by authenticating the token
Contents of the video
00:00 - Intro
01:15 - Passing Bearer Token authorization header
18:18 - Fetch / Display data by using the Authenticated token
@programminginsider
YouTube
How to Display Data From MongoDB Database by Authenticating Token | Nodejs, Expressjs, and MongoDB
#react #nodejs #expressjs
This video explores how to display data from the MongoDB database by authenticating the token
Contents of the video
00:00 - Intro
01:15 - Passing Bearer Token authorization header
18:18 - Fetch / Display data by using the Authenticated…
This video explores how to display data from the MongoDB database by authenticating the token
Contents of the video
00:00 - Intro
01:15 - Passing Bearer Token authorization header
18:18 - Fetch / Display data by using the Authenticated…