
8 GB | 49min 43s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 -What is NodeJS.mp4 (31 MB)
2 -History of NodeJS.mp4 (16.17 MB)
3 -How Node JS works.mp4 (27.89 MB)
4 -Installing NodeJS in System.mp4 (33.67 MB)
5 -Writing first Node Code.mp4 (31.61 MB)
6 -Make VS Code COOL [Optional].mp4 (16.15 MB)
1 -What are Modules in Node.mp4 (21.9 MB)
2 -Creating own module.mp4 (41.2 MB)
3 -Accessing Module in other Modules.mp4 (25.6 MB)
4 -Exercise - For own module.mp4 (19.8 MB)
5 -Using Path Module.mp4 (42.3 MB)
6 -Getting Operating System details.mp4 (15.14 MB)
7 -File System or fs module.mp4 (22.36 MB)
8 -Creating Server using Http Module.mp4 (26.37 MB)
9 -How to handle different routes.mp4 (19.52 MB)
1 -Introduction of NPM.mp4 (23.18 MB)
2 -Create Package json File.mp4 (27.38 MB)
3 -Installing Package in Project.mp4 (30.46 MB)
4 -Uninstalling Packages.mp4 (6.48 MB)
5 -Install Package as Developer Dependency.mp4 (12.63 MB)
6 -Outdated Packages & Updating them.mp4 (40.29 MB)
7 -Remove unused Packages from Project.mp4 (10.65 MB)
1 -API vs REST API.mp4 (55.19 MB)
2 -Planning API List for Project 01.mp4 (8.93 MB)
3 -Setup a new Application.mp4 (6.8 MB)
4 -Build server using Express js.mp4 (30.67 MB)
5 -Exercise - For Creating Express Server.mp4 (12.42 MB)
6 -Creating API for Getting all todos list.mp4 (22.2 MB)
7 -Setup the NodeMon globally.mp4 (13.02 MB)
8 -Environment Variables [ENV].mp4 (21.68 MB)
9 -Route Parameters & Query Parameters.mp4 (25.41 MB)
10 -Get Single Todo by ID.mp4 (31.54 MB)
11 -Create POST API for Adding new todo.mp4 (68.48 MB)
12 -Validating user Data with Status Code.mp4 (19.78 MB)
13 -Sending Status Code.mp4 (26.34 MB)
14 -res send vs res json.mp4 (22.66 MB)
15 -Update single Todo with PUT Request.mp4 (36.75 MB)
16 -Exercise - Delete Specific Todo.mp4 (26.26 MB)
1 -Introduction of Middleware.mp4 (25.4 MB)
2 -Creating Custom Middleware.mp4 (22.5 MB)
3 -Built-in Middleware.mp4 (29.83 MB)
4 -Sharing Static Files from Server.mp4 (39.09 MB)
5 -Useful Third-Party middlewares.mp4 (40.05 MB)
6 -How to Code according to Environment.mp4 (28.17 MB)
7 - env file and dotenv package.mp4 (29.6 MB)
8 -Different Settings for different ENV.mp4 (22.66 MB)
9 -Template Engines in Node Application.mp4 (36.04 MB)
10 -Cleaning up the Code App Structure.mp4 (52.02 MB)
1 -Asynchronous vs Synchronous.mp4 (63.9 MB)
2 -Callbacks in JavaScript.mp4 (42.38 MB)
3 -Solving Problem using Callback.mp4 (50.54 MB)
4 -Callback Hell.mp4 (22.84 MB)
5 -Promise in JavaScript.mp4 (33.37 MB)
6 -Replacing Callbacks with Promises.mp4 (63.34 MB)
7 -Async-await in JavaScript.mp4 (53.79 MB)
1 -Why we need Database.mp4 (7.81 MB)
2 -Introduction of Database.mp4 (36.7 MB)
3 -Installing MongoDB in Windows.mp4 (50.98 MB)
4 -Connect MongoDB with Node app.mp4 (33.02 MB)
5 -Importance of Schema.mp4 (24.04 MB)
6 -Defining Schema for Document.mp4 (27.28 MB)
7 -Creating Models.mp4 (23.77 MB)
8 -Saving a new Data.mp4 (29.62 MB)
9 -Query the data.mp4 (42.13 MB)
10 -Comparison Operators in MongoDB.mp4 (37.01 MB)
11 -Logical Operators.mp4 (44.18 MB)
12 -Regular Expression in MongoDB.mp4 (33.49 MB)
13 -Count and estimate document count.mp4 (16.45 MB)
14 -Pagination & Infinite Query.mp4 (37.54 MB)
15 -Update the Data.mp4 (53.63 MB)
16 -Update Operators in MongoDB.mp4 (11.27 MB)
17 -Delete the Data.mp4 (14.42 MB)
18 -Exercise 01 - Configure MongoDB.mp4 (48.35 MB)
19 -Exercise 02 - For Storing Data.mp4 (44.25 MB)
20 -Exercise 03 - For Fetching Data.mp4 (44.46 MB)
21 -Exercise 04 - Updating & Removing Tasks.mp4 (53.62 MB)
1 -Built-in Validators.mp4 (55.27 MB)
2 -Custom Validators.mp4 (36.87 MB)
3 -Async Validators.mp4 (15.66 MB)
4 -Useful SchemaTypes Options.mp4 (7.34 MB)
5 -Relationship between models.mp4 (24.54 MB)
6 -Hybrid approach for Relationship.mp4 (17.41 MB)
7 -Applying Reference Approach.mp4 (35.2 MB)
8 -How to extract data from Reference [Populate].mp4 (18.37 MB)
9 -Applying Embed Approach.mp4 (34.9 MB)
10 -Applying Hybrid Approach.mp4 (24.03 MB)
11 -Indexes in MongoDB.mp4 (89.56 MB)
12 -How indexes works in MongoDB.mp4 (72.37 MB)
1 -Introduction of Project 02 & Planning.mp4 (13.78 MB)
2 -Creating a new Server.mp4 (16.49 MB)
3 -Connecting to Database.mp4 (13.54 MB)
4 -Exercise - Creating User Model.mp4 (26.24 MB)
5 -Creating the new User.mp4 (70.79 MB)
6 -Hashing the Password for security.mp4 (31.1 MB)
7 -User input validation using Joi.mp4 (65.02 MB)
8 -How authentication works.mp4 (21.49 MB)
9 -Generate the JWT token for user.mp4 (39.04 MB)
10 -Setting Expiry of Token.mp4 (14.54 MB)
11 -Secure the Security key in Environment.mp4 (10.79 MB)
12 -Exercise - Create Login route.mp4 (49.25 MB)
13 -How to Authenticate User logged in or not.mp4 (69.56 MB)
14 -OAuth in Details.mp4 (30.79 MB)
15 -OAuth in Node Application - Sign-in with Google.mp4 (88.29 MB)
16 -OAuth with JWT.mp4 (108.59 MB)
17 -Sign-in with Facebook using OAuth.mp4 (78.44 MB)
18 -Simplifying the Code.mp4 (28.29 MB)
1 -Creating the Category Model.mp4 (23.17 MB)
2 -Create a new Category API with Image upload.mp4 (71.52 MB)
3 -Set file name & filter in multer.mp4 (92 MB)
4 -Getting all categories API.mp4 (9.29 MB)
5 -Sharing Static Images from Server.mp4 (14.66 MB)
6 -Exercise - Defining the Products Model.mp4 (47.49 MB)
7 -Role Based Authorization.mp4 (57.23 MB)
8 -Custom Role Based Authorization.mp4 (40.15 MB)
9 -Handling Multiple Images of Products.mp4 (28.31 MB)
10 -Create a new Products.mp4 (53.9 MB)
11 -Getting all Products Data.mp4 (75.01 MB)
12 -Pagination or Infinite Query.mp4 (41.39 MB)
13 -Sending Products by Category.mp4 (25.48 MB)
14 -Sending Products by Search.mp4 (19.43 MB)
15 -Exercise - Getting Single Product Data.mp4 (34.85 MB)
16 -Exercise - Deleting the Product.mp4 (79.2 MB)
17 -Extra - Searching Product by Title & Description.mp4 (28.13 MB)
1 -Why we handle errors.mp4 (19.82 MB)
2 -Handling Rejected Promises.mp4 (28.89 MB)
3 -Create Error Middleware.mp4 (26.6 MB)
4 -Remove try catch blocks.mp4 (14.61 MB)
5 -Log the errors in file.mp4 (96.87 MB)
6 -Log the errors in mongoDB.mp4 (21.06 MB)
7 -Uncaught Exceptions.mp4 (69.91 MB)
8 -Unhandled Promise Rejections.mp4 (31.69 MB)
9 -Recap of Error Handling & Logging.mp4 (16.18 MB)
1 -Creating Cart Model.mp4 (49.51 MB)
2 -Defining API list for Cart.mp4 (7.96 MB)
3 -Adding Products to Cart.mp4 (139.86 MB)
4 -Getting the User Cart.mp4 (13.69 MB)
5 -Increase the Product Quantity.mp4 (62.03 MB)
6 -Decrease the Product Quantity.mp4 (34.33 MB)
7 -Removing the Single Product from Cart.mp4 (36.85 MB)
8 -Creating Orders Model.mp4 (29.03 MB)
9 -Workflow of Payments.mp4 (18.68 MB)
10 -Implementing Razorpay Payment Gateway.mp4 (360.37 MB)
11 -International Payment Integration.mp4 (322.07 MB)
12 -Getting the User orders sort by time.mp4 (13.32 MB)
13 -Change the Order Status as Admin.mp4 (33.34 MB)
14 -Cleaning up the Code of Index js.mp4 (40.68 MB)
1 -Introduction of Project 03.mp4 (6.95 MB)
2 -Setting up Project 03.mp4 (31.09 MB)
3 -Create User Model.mp4 (31.64 MB)
4 -Registering a new user.mp4 (66.04 MB)
5 -Exercise - User Login API.mp4 (1.26 MB)
6 -Solution - User Login API.mp4 (28.64 MB)
7 -Current Logged in User Details.mp4 (44.14 MB)
8 -Resetting User Password.mp4 (84.02 MB)
9 -Ways of sending email in NodeJS.mp4 (12.17 MB)
10 -Setup Amazon SES for Sending Emails.mp4 (147.98 MB)
11 -Sending email for FREE [2nd way].mp4 (60.09 MB)
12 -Followers and Following Logic.mp4 (14.6 MB)
13 -Follow the User.mp4 (56.21 MB)
14 -AcceptReject Follow Request.mp4 (56.83 MB)
15 -Exercise - Getting the list of Followers and Following.mp4 (44.32 MB)
16 -Exercise - Unfollow the User.mp4 (24.72 MB)
1 -Introduction of this Section.mp4 (4 MB)
2 -Create Posts Model.mp4 (23.58 MB)
3 -Create a new Post.mp4 (94.9 MB)
4 -Getting Current user Posts.mp4 (22.5 MB)
5 -Getting Home Feed.mp4 (53.69 MB)
6 -Deleting the Post.mp4 (45.84 MB)
7 -Like and Unlike the Post.mp4 (29.11 MB)
8 -Implementing Comments Features.mp4 (38.92 MB)
9 -Adding Reply to Comments.mp4 (32.47 MB)
10 -Removing Specific Comment.mp4 (33.98 MB)
11 -Error Handling.mp4 (26.8 MB)
1 -Introduction of this Section.mp4 (8.69 MB)
2 -Creating Chat - Message Model.mp4 (45.11 MB)
3 -Getting Chats for User.mp4 (40.56 MB)
4 -Getting Messages of Specific Chat.mp4 (20.91 MB)
5 -API for Sending Messages.mp4 (67.69 MB)
6 -What are Web Sockets.mp4 (27.05 MB)
7 -Connection of Socket.mp4 (67.76 MB)
8 -Socket emit and on Methods.mp4 (56.31 MB)
9 -Getting messages for both users.mp4 (14.35 MB)
10 -Logic of Joining Chat Room.mp4 (21.21 MB)
11 -Implementing Joining a Chat Room.mp4 (31.82 MB)
12 -Exercise - Typing Indicator.mp4 (61.28 MB)
13 -Applying real send message code.mp4 (41.63 MB)
14 -Authenticate user in Socket.mp4 (89.47 MB)
15 -Marking Users as Online and Offline.mp4 (26.77 MB)
16 -Multiple Sockets for Single User.mp4 (38.88 MB)
17 -Updating message status to delivered.mp4 (121.26 MB)
18 -Updating message status to Seen.mp4 (71.58 MB)
19 -Adding Group fields in Schema.mp4 (17.7 MB)
20 -Create a new Group API.mp4 (26.2 MB)
21 -Adding Group Chat Logic in Socket Events.mp4 (121.8 MB)
1 -Beginning of Deployment Process.mp4 (14.1 MB)
2 -Simplifying the Code.mp4 (66.11 MB)
3 -Preparing Node App for Production.mp4 (17.24 MB)
4 -Overview of Deployment Process.mp4 (2.61 MB)
5 -Uploading Node application on GitHub.mp4 (40.07 MB)
6 -Deploying node app to Render.mp4 (27.54 MB)
7 -Adding MongoDB cloud.mp4 (48.38 MB)]
Screenshot
NitroFlare
https://nitroflare.com/view/C68DA70E25C4E03/ https://nitroflare.com/view/9999E420B256446/ https://nitroflare.com/view/33EFBE2F1FC0F00/ https://nitroflare.com/view/9146E58659FF694/ https://nitroflare.com/view/C3890E3C3A05F07/ https://nitroflare.com/view/03E3725CF8BDF4F/ https://nitroflare.com/view/D4CF94D28C79B89/ https://nitroflare.com/view/BB068CC9171798F/
DDownload
https://ddownload.com/36qnps2oxska https://ddownload.com/cjmu8bkxtchk https://ddownload.com/j273h3cad7c5 https://ddownload.com/jd3zi6q1qfdp https://ddownload.com/v9vussn3rdu8 https://ddownload.com/elendatb89ld https://ddownload.com/zeixtwjfu3zd https://ddownload.com/fp9na9ytm54x
