06. Working with Dynamic Content & Adding Templating Engines/13. Adding the Layout to Handlebars/13. Adding the Layout to Handlebars.mp4 100.3 MB
28. Working with GraphQL/22. Deleting Posts/22. Deleting Posts.mp4 100.0 MB
06. Working with Dynamic Content & Adding Templating Engines/15. Working on the Layout with Partials/15. Working on the Layout with Partials.mp4 99.8 MB
25. Working with REST APIs - The Practical Application/23. Using & Validating the Token/23. Using & Validating the Token.mp4 98.4 MB
11. Understanding Sequelize/25. Resetting the Cart & Fetching and Outputting Orders/25. Resetting the Cart & Fetching and Outputting Orders.mp4 96.9 MB
28. Working with GraphQL/24. Managing the User Status/24. Managing the User Status.mp4 96.5 MB
09. Dynamic Routes & Advanced Models/13. Editing the Product Data/13. Editing the Product Data.mp4 96.3 MB
07. The Model View Controller (MVC)/06. Storing Data in Files Via the Model/6. Storing Data in Files Via the Model.mp4 95.4 MB
06. Working with Dynamic Content & Adding Templating Engines/12. Converting our Project to Handlebars/12. Converting our Project to Handlebars.mp4 91.2 MB
06. Working with Dynamic Content & Adding Templating Engines/14. Working with EJS/14. Working with EJS.mp4 91.2 MB
13. Working with Mongoose/16. Creating & Getting Orders/16. Creating & Getting Orders.mp4 90.6 MB
10. SQL Introduction/05. Setting Up MySQL/5. Setting Up MySQL.mp4 90.6 MB
30. Testing Node.js Applications/05. Testing the Auth Middleware/5. Testing the Auth Middleware.mp4 89.4 MB
25. Working with REST APIs - The Practical Application/13. Uploading Images/13. Uploading Images.mp4 88.8 MB
24. Working with REST APIs - The Basics/07. Sending Requests & Responses and Working with Postman/7. Sending Requests & Responses and Working with Postman.mp4 87.6 MB
03. Understanding the Basics/15. Using the Node Modules System/15. Using the Node Modules System.mp4 87.3 MB
29. Deploying our App/13. A Deployment Example with Heroku/13. A Deployment Example with Heroku.mp4 87.2 MB
28. Working with GraphQL/03. Understanding the Setup & Writing our First Query/3. Understanding the Setup & Writing our First Query.mp4 86.0 MB
28. Working with GraphQL/05. Adding a Mutation Resolver & GraphiQL/5. Adding a Mutation Resolver & GraphiQL.mp4 85.6 MB
20. File Upload & Download/07. Storing File Data in the Database/7. Storing File Data in the Database.mp4 84.1 MB
12. Working with NoSQL & Using MongoDB/24. Displaying the Cart Items/24. Displaying the Cart Items.mp4 83.1 MB
15. Adding Authentication/12. Using a CSRF Token/12. Using a CSRF Token.mp4 74.5 MB
28. Working with GraphQL/11. Adding a Create Post Mutation/11. Adding a Create Post Mutation.mp4 74.4 MB
17. Advanced Authentication/06. Adding Logic to Update the Password/6. Adding Logic to Update the Password.mp4 74.2 MB
15. Adding Authentication/05. Implementing an Authentication Flow/5. Implementing an Authentication Flow.mp4 73.9 MB
09. Dynamic Routes & Advanced Models/11. Pre-Populating the Edit Product Page with Data/11. Pre-Populating the Edit Product Page with Data.mp4 73.8 MB
15. Adding Authentication/15. Providing User Feedback/15. Providing User Feedback.mp4 73.6 MB
25. Working with REST APIs - The Practical Application/19. Signing Users Up/19. Signing Users Up.mp4 72.1 MB
27. Understanding Websockets & Socket.io/08. Synchronizing POST Additions/8. Synchronizing POST Additions.mp4 72.0 MB
09. Dynamic Routes & Advanced Models/10. Using Query Params/10. Using Query Params.mp4 71.6 MB
25. Working with REST APIs - The Practical Application/22. Logging In & Creating JSON Web Tokens (JWTs)/22. Logging In & Creating JSON Web Tokens (JWTs).mp4 71.2 MB
14. Sessions & Cookies/17. Making Add to Cart Work Again/17. Making Add to Cart Work Again.mp4 70.7 MB
25. Working with REST APIs - The Practical Application/10. Static Images & Error Handling/10. Static Images & Error Handling.mp4 70.6 MB
12. Working with NoSQL & Using MongoDB/14. Working on the Product Model to Edit our Product/14. Working on the Product Model to Edit our Product.mp4 70.5 MB
06. Working with Dynamic Content & Adding Templating Engines/02. Sharing Data Across Requests & Users/2. Sharing Data Across Requests & Users.mp4 70.1 MB
05. Working with Express.js/09. Parsing Incoming Requests/9. Parsing Incoming Requests.mp4 69.8 MB
04. Improved Development Workflow and Debugging/10. Logical Errors/10. Logical Errors.mp4 57.2 MB
12. Working with NoSQL & Using MongoDB/19. Creating New Users/19. Creating New Users.mp4 57.0 MB
04. Improved Development Workflow and Debugging/12. Restarting the Debugger Automatically After Editing our App/12. Restarting the Debugger Automatically After Editing our App.mp4 56.7 MB
13. Working with Mongoose/13. Working on the Shopping Cart/13. Working on the Shopping Cart.mp4 56.2 MB
12. Working with NoSQL & Using MongoDB/28. Adding Relational Order Data/28. Adding Relational Order Data.mp4 56.1 MB
03. Understanding the Basics/03. Creating a Node Server/3. Creating a Node Server.mp4 55.9 MB
28. Working with GraphQL/07. Handling Errors/7. Handling Errors.mp4 40.9 MB
13. Working with Mongoose/12. One Important Thing About Fetching Relations/12. One Important Thing About Fetching Relations.mp4 40.8 MB
07. The Model View Controller (MVC)/07. Fetching Data from Files Via the Model/7. Fetching Data from Files Via the Model.mp4 40.5 MB
09. Dynamic Routes & Advanced Models/04. Adding the Product ID to the Path/4. Adding the Product ID to the Path.mp4 40.4 MB
12. Working with NoSQL & Using MongoDB/11. Fetching All Products/11. Fetching All Products.mp4 40.3 MB
12. Working with NoSQL & Using MongoDB/26. Deleting Cart Items/26. Deleting Cart Items.mp4 40.3 MB
25. Working with REST APIs - The Practical Application/17. Adding a User Model/17. Adding a User Model.mp4 40.0 MB
24. Working with REST APIs - The Basics/06. Creating our REST API Project & Implementing the Route Setup/6. Creating our REST API Project & Implementing the Route Setup.mp4 39.9 MB
27. Understanding Websockets & Socket.io/04. Setting Up Socket.io on the Server/4. Setting Up Socket.io on the Server.mp4 39.9 MB
30. Testing Node.js Applications/16. Wrap Up & Mastering Tests/16. Wrap Up & Mastering Tests.mp4 39.9 MB
11. Understanding Sequelize/16. Using Magic Association Methods/16. Using Magic Association Methods.mp4 39.8 MB
12. Working with NoSQL & Using MongoDB/27. Adding an Order/27. Adding an Order.mp4 39.7 MB
14. Sessions & Cookies/16. Fixing Some Minor Bugs/16. Fixing Some Minor Bugs.mp4 39.6 MB
19. Error Handling/08. Updating the App/8. Updating the App.mp4 39.4 MB
05. Working with Express.js/14. Creating HTML Pages/14. Creating HTML Pages.mp4 39.3 MB
18. Understanding Validation/07. More Validators/7. More Validators.mp4 39.1 MB
14. Sessions & Cookies/15. Deleting a Cookie/15. Deleting a Cookie.mp4 39.1 MB
12. Working with NoSQL & Using MongoDB/04. Setting Up MongoDB/4. Setting Up MongoDB.mp4 39.1 MB
11. Understanding Sequelize/23. Adding an Order Model/23. Adding an Order Model.mp4 38.6 MB
14. Sessions & Cookies/11. Using the Session Middleware/11. Using the Session Middleware.mp4 37.9 MB
27. Understanding Websockets & Socket.io/05. Establishing a Connection From the Client/5.1 01-frontend-establishing-a-connection-from-the-client.zip 94.9 kB
27. Understanding Websockets & Socket.io/10. Updating Posts On All Connected Clients/10.1 03-frontend-updating-posts-on-all-connected-clients.zip 94.1 kB
25. Working with REST APIs - The Practical Application/24. Adding Auth Middleware to All Routes/24.1 10-frontend-adding-auth-middleware-to-all-routes.zip 92.7 kB
28. Working with GraphQL/13. Sending the Create Post Query/13.2 06-frontend-sending-the-create-post-query.zip 90.3 kB
28. Working with GraphQL/10. Adding Login Functionality/10.2 04-frontend-adding-login-functionality.zip 89.2 kB
25. Working with REST APIs - The Practical Application/22. Logging In & Creating JSON Web Tokens (JWTs)/22.2 09-frontend-logging-in-and-creating-jwt.zip 89.2 kB
28. Working with GraphQL/26. Fixing a Pagination Bug/26.1 11-frontend-fixing-a-pagination-bug.zip 88.6 kB
28. Working with GraphQL/08. Connecting the Frontend to the GraphQL API/8.2 03-frontend-connecting-the-frontend.zip 87.9 kB
28. Working with GraphQL/20. Viewing a Single Post/20.2 09-frontend-viewing-a-single-post.zip 87.5 kB
25. Working with REST APIs - The Practical Application/08. Setting Up a Post Model/8.1 02-frontend-setting-up-a-post-model.zip 87.4 kB
25. Working with REST APIs - The Practical Application/11. Fetching a Single Post/11.2 05-frontend-fetching-a-single-post.zip 87.0 kB
25. Working with REST APIs - The Practical Application/05. Fetching Lists of Posts/5.1 01-frontend-fetching-list-of-posts.zip 86.9 kB
28. Working with GraphQL/17. Adding Pagination/17.2 07-frontend-adding-pagination.zip 85.8 kB
28. Working with GraphQL/18. Uploading Images/18.1 08-frontend-uploading-images.zip 85.5 kB
25. Working with REST APIs - The Practical Application/16. Adding Pagination/16.2 08-frontend-adding-pagination.zip 85.1 kB
25. Working with REST APIs - The Practical Application/30. Useful Resources & Links/assignment-frontend-solution.zip 85.0 kB
12. Working with NoSQL & Using MongoDB/28. Adding Relational Order Data/28.1 11-adding-relational-order-data.zip 44.6 kB
12. Working with NoSQL & Using MongoDB/30. Removing Deleted Items From the Cart/30.1 12-removing-deleted-items-from-the-cart.zip 44.6 kB
12. Working with NoSQL & Using MongoDB/12. Fetching a Single Product/12.1 03-fetch-a-single-product.zip 44.4 kB
12. Working with NoSQL & Using MongoDB/11. Fetching All Products/11.1 02-fetching-all-products.zip 44.1 kB
12. Working with NoSQL & Using MongoDB/24. Displaying the Cart Items/24.1 09-displaying-the-cart-items.zip 44.0 kB
13. Working with Mongoose/19. Getting & Displaying the Orders/19.1 09-getting-and-displaying-orders.zip 43.8 kB
12. Working with NoSQL & Using MongoDB/17. Deleting Products/17.1 05-deleting-products.zip 43.3 kB
11. Understanding Sequelize/14. Adding a One-To-Many Relationship/14.1 06-adding-a-one-to-many-relationship.zip 43.1 kB
06. Working with Dynamic Content & Adding Templating Engines/15. Working on the Layout with Partials/15.1 05-working-on-layout-with-partials.zip 42.9 kB
13. Working with Mongoose/03. Connecting to the MongoDB Server with Mongoose/3.2 01-connecting-to-the-mongodb-server.zip 42.9 kB
25. Working with REST APIs - The Practical Application/14. Updating Posts/14. Updating Posts.srt 17.8 kB
24. Working with REST APIs - The Basics/07. Sending Requests & Responses and Working with Postman/7. Sending Requests & Responses and Working with Postman.srt 17.6 kB
28. Working with GraphQL/22. Deleting Posts/22.2 10-backend-deleting-posts.zip 17.5 kB
03. Understanding the Basics/03. Creating a Node Server/3. Creating a Node Server.srt 17.5 kB
27. Understanding Websockets & Socket.io/10. Updating Posts On All Connected Clients/10.2 03-backend-updating-posts-on-all-connected-clients.zip 17.4 kB
30. Testing Node.js Applications/05. Testing the Auth Middleware/5. Testing the Auth Middleware.srt 17.3 kB
05. Working with Express.js/18. Styling our Pages/18. Styling our Pages.srt 17.3 kB
06. Working with Dynamic Content & Adding Templating Engines/02. Sharing Data Across Requests & Users/2.1 01-sharing-data-across-requests-and-users.zip 17.0 kB
27. Understanding Websockets & Socket.io/05. Establishing a Connection From the Client/5.2 01-backend-establishing-a-connection-from-the-client.zip 16.6 kB
28. Working with GraphQL/13. Sending the Create Post Query/13.1 06-backend-sending-the-create-post-query.zip 16.5 kB
30. Testing Node.js Applications/15. Testing Code That Requires Authentication/15. Testing Code That Requires Authentication.srt 16.4 kB
30. Testing Node.js Applications/08. Using Stubs/8.1 testing-04-using-stubs.zip 16.3 kB
28. Working with GraphQL/20. Viewing a Single Post/20.1 09-backend-viewing-a-single-post.zip 16.3 kB
28. Working with GraphQL/10. Adding Login Functionality/10.1 04-backend-adding-login-functionality.zip 16.3 kB
28. Working with GraphQL/08. Connecting the Frontend to the GraphQL API/8.1 03-backend-connecting-the-frontend.zip 16.0 kB
25. Working with REST APIs - The Practical Application/24. Adding Auth Middleware to All Routes/24.2 10-backend-adding-auth-middleware-to-all-routes.zip 15.9 kB
28. Working with GraphQL/11. Adding a Create Post Mutation/11.1 05-adding-a-create-post-mutation.zip 15.9 kB
28. Working with GraphQL/18. Uploading Images/18.2 08-backend-uploading-images.zip 15.9 kB
28. Working with GraphQL/17. Adding Pagination/17.1 07-backend-adding-pagination.zip 15.8 kB
06. Working with Dynamic Content & Adding Templating Engines/04. Installing & Implementing Pug/4.1 02-added-pug.zip 15.5 kB
09. Dynamic Routes & Advanced Models/09. Adding a Cart Model/9. Adding a Cart Model.srt 15.4 kB
03. Understanding the Basics/14. Node.js - Looking Behind the Scenes/14. Node.js - Looking Behind the Scenes.srt 15.4 kB
30. Testing Node.js Applications/04. Setup and Writing a First Test/4.1 testing-01-first-tests.zip 15.2 kB
06. Working with Dynamic Content & Adding Templating Engines/04. Installing & Implementing Pug/4. Installing & Implementing Pug.srt 15.2 kB
28. Working with GraphQL/05. Adding a Mutation Resolver & GraphiQL/5.1 01-adding-a-mutation-resolver.zip 15.0 kB
06. Working with Dynamic Content & Adding Templating Engines/01. Module Introduction/1.1 00-starting-setup.zip 14.9 kB
25. Working with REST APIs - The Practical Application/27. Clearing Post-User Relations/27.1 11-clearing-post-user-relations.zip 14.9 kB
25. Working with REST APIs - The Practical Application/30. Useful Resources & Links/assignment-backend-solution.zip 14.8 kB
28. Working with GraphQL/03. Understanding the Setup & Writing our First Query/3. Understanding the Setup & Writing our First Query.srt 13.9 kB
29. Deploying our App/04. Using Environment Variables/4. Using Environment Variables.srt 13.8 kB
05. Working with Express.js/19. Serving Files Statically/19.1 12-serving-files-statically.zip 13.7 kB
30. Testing Node.js Applications/04. Setup and Writing a First Test/4. Setup and Writing a First Test.srt 13.5 kB
29. Deploying our App/13. A Deployment Example with Heroku/13. A Deployment Example with Heroku.srt 13.5 kB
25. Working with REST APIs - The Practical Application/22. Logging In & Creating JSON Web Tokens (JWTs)/22.1 09-backend-logging-in-and-creating-jwt.zip 13.4 kB
30. Testing Node.js Applications/04. Setup and Writing a First Test/4.2 testing-00-start.zip 13.4 kB
13. Working with Mongoose/16. Creating & Getting Orders/16. Creating & Getting Orders.srt 12.6 kB
03. Understanding the Basics/15. Using the Node Modules System/15. Using the Node Modules System.srt 12.5 kB
07. The Model View Controller (MVC)/06. Storing Data in Files Via the Model/6. Storing Data in Files Via the Model.srt 12.5 kB
29. Deploying our App/10. Setting Up a SSL Server/10. Setting Up a SSL Server.srt 12.4 kB
28. Working with GraphQL/02. What is GraphQL/2. What is GraphQL.srt 12.2 kB
28. Working with GraphQL/05. Adding a Mutation Resolver & GraphiQL/5. Adding a Mutation Resolver & GraphiQL.srt 12.2 kB
28. Working with GraphQL/18. Uploading Images/18. Uploading Images.srt 12.1 kB
07. The Model View Controller (MVC)/03. Adding Controllers/3. Adding Controllers.srt 12.1 kB
12. Working with NoSQL & Using MongoDB/24. Displaying the Cart Items/24. Displaying the Cart Items.srt 12.0 kB
06. Working with Dynamic Content & Adding Templating Engines/15. Working on the Layout with Partials/15. Working on the Layout with Partials.srt 12.0 kB
25. Working with REST APIs - The Practical Application/23. Using & Validating the Token/23. Using & Validating the Token.srt 11.9 kB
04. Improved Development Workflow and Debugging/03. Installing 3rd Party Packages/3. Installing 3rd Party Packages.srt 11.6 kB
11. Understanding Sequelize/25. Resetting the Cart & Fetching and Outputting Orders/25. Resetting the Cart & Fetching and Outputting Orders.srt 11.5 kB
09. Dynamic Routes & Advanced Models/13. Editing the Product Data/13. Editing the Product Data.srt 11.3 kB
06. Working with Dynamic Content & Adding Templating Engines/02. Sharing Data Across Requests & Users/2. Sharing Data Across Requests & Users.srt 11.3 kB
30. Testing Node.js Applications/08. Using Stubs/8. Using Stubs.srt 11.1 kB
06. Working with Dynamic Content & Adding Templating Engines/13. Adding the Layout to Handlebars/13. Adding the Layout to Handlebars.srt 11.0 kB
25. Working with REST APIs - The Practical Application/13. Uploading Images/13. Uploading Images.srt 10.9 kB
05. Working with Express.js/18. Styling our Pages/18.1 11-styling-our-pages.zip 10.9 kB
05. Working with Express.js/09. Parsing Incoming Requests/9. Parsing Incoming Requests.srt 10.8 kB
28. Working with GraphQL/24. Managing the User Status/24. Managing the User Status.srt 10.8 kB
07. The Model View Controller (MVC)/05. Adding a Product Model/5. Adding a Product Model.srt 10.8 kB
01. Introduction/04. Installing Node.js and Creating our First App/4. Installing Node.js and Creating our First App.srt 10.7 kB
06. Working with Dynamic Content & Adding Templating Engines/14. Working with EJS/14. Working with EJS.srt 10.7 kB
30. Testing Node.js Applications/07. What Not To Test!/7. What Not To Test!.srt 10.6 kB
28. Working with GraphQL/22. Deleting Posts/22. Deleting Posts.srt 10.6 kB
09. Dynamic Routes & Advanced Models/16. Displaying Cart Items on the Cart Page/16. Displaying Cart Items on the Cart Page.srt 10.6 kB
28. Working with GraphQL/21. Updating Posts/21. Updating Posts.srt 10.5 kB
20. File Upload & Download/07. Storing File Data in the Database/7. Storing File Data in the Database.srt 10.4 kB
05. Working with Express.js/11. Using Express Router/11. Using Express Router.srt 10.1 kB
06. Working with Dynamic Content & Adding Templating Engines/12. Converting our Project to Handlebars/12. Converting our Project to Handlebars.srt 9.9 kB
25. Working with REST APIs - The Practical Application/22. Logging In & Creating JSON Web Tokens (JWTs)/22. Logging In & Creating JSON Web Tokens (JWTs).srt 9.9 kB
14. Sessions & Cookies/05. Adding the Request Driven Login Solution/5. Adding the Request Driven Login Solution.srt 9.9 kB
22. Understanding Async Requests/03. Adding Client Side JS Code/3. Adding Client Side JS Code.srt 9.9 kB
04. Improved Development Workflow and Debugging/02. Understanding NPM Scripts/2. Understanding NPM Scripts.srt 9.7 kB
11. Understanding Sequelize/24. Storing Cartitems as Orderitems/24. Storing Cartitems as Orderitems.srt 9.5 kB
25. Working with REST APIs - The Practical Application/16. Adding Pagination/16.1 08-backend-adding-pagination.zip 9.5 kB
25. Working with REST APIs - The Practical Application/06. Adding a Create Post Endpoint/6. Adding a Create Post Endpoint.srt 9.5 kB
10. SQL Introduction/05. Setting Up MySQL/5. Setting Up MySQL.srt 9.5 kB
17. Advanced Authentication/03. Implementing the Token Logic/3. Implementing the Token Logic.srt 9.5 kB
25. Working with REST APIs - The Practical Application/14. Updating Posts/14.2 07-backend-updating-a-post.zip 9.3 kB
20. File Upload & Download/10. Downloading Files with Authentication/10. Downloading Files with Authentication.srt 9.3 kB
25. Working with REST APIs - The Practical Application/10. Static Images & Error Handling/10.1 04-static-images-and-error-handling.zip 9.2 kB
04. Improved Development Workflow and Debugging/10. Logical Errors/10. Logical Errors.srt 9.2 kB
15. Adding Authentication/15. Providing User Feedback/15. Providing User Feedback.srt 9.2 kB
25. Working with REST APIs - The Practical Application/11. Fetching a Single Post/11.1 05-backend-fetching-a-single-post.zip 9.2 kB
25. Working with REST APIs - The Practical Application/09. Storing Posts in the Database/9.1 03-backend-storing-posts-in-database.zip 9.1 kB
12. Working with NoSQL & Using MongoDB/19. Creating New Users/19. Creating New Users.srt 9.1 kB
25. Working with REST APIs - The Practical Application/13. Uploading Images/13.1 06-backend-uploading-images.zip 9.1 kB
25. Working with REST APIs - The Practical Application/11. Fetching a Single Post/11. Fetching a Single Post.srt 9.1 kB
27. Understanding Websockets & Socket.io/08. Synchronizing POST Additions/8. Synchronizing POST Additions.srt 9.1 kB
12. Working with NoSQL & Using MongoDB/12. Fetching a Single Product/12. Fetching a Single Product.srt 9.0 kB
06. Working with Dynamic Content & Adding Templating Engines/02. Sharing Data Across Requests & Users/2.2 starting-resources.zip 9.0 kB
10. SQL Introduction/06. Connecting our App to the SQL Database/6. Connecting our App to the SQL Database.srt 9.0 kB
05. Working with Express.js/15. Serving HTML Pages/15. Serving HTML Pages.srt 9.0 kB
05. Working with Express.js/16. Returning a 404 Page/16.1 09-returning-a-404-html-page.zip 9.0 kB
09. Dynamic Routes & Advanced Models/08. Passing Data with POST Requests/8. Passing Data with POST Requests.srt 9.0 kB
12. Working with NoSQL & Using MongoDB/05. Installing the MongoDB Driver/5. Installing the MongoDB Driver.srt 8.9 kB
25. Working with REST APIs - The Practical Application/19. Signing Users Up/19. Signing Users Up.srt 8.9 kB
12. Working with NoSQL & Using MongoDB/21. Working on Cart Items & Orders/21. Working on Cart Items & Orders.srt 8.9 kB
24. Working with REST APIs - The Basics/02. What are REST APIs and why do we use Them/2. What are REST APIs and why do we use Them.srt 8.9 kB
19. Error Handling/04. Errors - Some Theory/4. Errors - Some Theory.srt 8.8 kB
04. Improved Development Workflow and Debugging/12. Restarting the Debugger Automatically After Editing our App/12. Restarting the Debugger Automatically After Editing our App.srt 8.8 kB
15. Adding Authentication/12. Using a CSRF Token/12. Using a CSRF Token.srt 8.7 kB
14. Sessions & Cookies/17. Making Add to Cart Work Again/17. Making Add to Cart Work Again.srt 8.7 kB
30. Testing Node.js Applications/11. Setting up a Testing Database/11. Setting up a Testing Database.srt 8.6 kB
12. Working with NoSQL & Using MongoDB/23. Storing Multiple Products in the Cart/23. Storing Multiple Products in the Cart.srt 8.6 kB
12. Working with NoSQL & Using MongoDB/14. Working on the Product Model to Edit our Product/14. Working on the Product Model to Edit our Product.srt 8.6 kB
11. Understanding Sequelize/20. Adding New Products to the Cart/20. Adding New Products to the Cart.srt 8.5 kB
05. Working with Express.js/22. Useful Resources & Links/assignment-2-solution.zip 8.3 kB
14. Sessions & Cookies/12. Using MongoDB to Store Sessions/12. Using MongoDB to Store Sessions.srt 8.3 kB
09. Dynamic Routes & Advanced Models/11. Pre-Populating the Edit Product Page with Data/11. Pre-Populating the Edit Product Page with Data.srt 8.2 kB
15. Adding Authentication/08. Adding the Signin Functionality/8. Adding the Signin Functionality.srt 8.2 kB
24. Working with REST APIs - The Basics/09. Sending POST Requests/9. Sending POST Requests.srt 8.1 kB
25. Working with REST APIs - The Practical Application/05. Fetching Lists of Posts/5. Fetching Lists of Posts.srt 8.1 kB
30. Testing Node.js Applications/12. Testing Code With An Active Database/12. Testing Code With An Active Database.srt 8.1 kB
25. Working with REST APIs - The Practical Application/10. Static Images & Error Handling/10. Static Images & Error Handling.srt 8.1 kB
31. Node.js as a Build Tool & Using npm/06. Using Node.js in Build Processes/6. Using Node.js in Build Processes.srt 8.1 kB
24. Working with REST APIs - The Basics/06. Creating our REST API Project & Implementing the Route Setup/6. Creating our REST API Project & Implementing the Route Setup.srt 8.1 kB
25. Working with REST APIs - The Practical Application/16. Adding Pagination/16. Adding Pagination.srt 8.0 kB
28. Working with GraphQL/08. Connecting the Frontend to the GraphQL API/8. Connecting the Frontend to the GraphQL API.srt 8.0 kB
14. Sessions & Cookies/04. Optional Creating the Login Form/4. Optional Creating the Login Form.srt 8.0 kB
05. Working with Express.js/14. Creating HTML Pages/14.1 07-creating-the-html-files.zip 8.0 kB
05. Working with Express.js/15. Serving HTML Pages/15.2 08-serving-the-html-files.zip 7.9 kB
25. Working with REST APIs - The Practical Application/07. Adding Server Side Validation/7. Adding Server Side Validation.srt 7.9 kB
13. Working with Mongoose/10. Adding and Using a User Model/10. Adding and Using a User Model.srt 7.9 kB
19. Error Handling/10. Status Codes/10. Status Codes.srt 7.8 kB
04. Improved Development Workflow and Debugging/04. Global Features vs Core Modules vs Third-Party Modules/4. Global Features vs Core Modules vs Third-Party Modules.html 1.6 kB
13. Working with Mongoose/09. Deleting Products/9. Deleting Products.srt 1.6 kB
12. Working with NoSQL & Using MongoDB/01. Module Introduction/1. Module Introduction.srt 1.6 kB
10. SQL Introduction/05. Setting Up MySQL/5.1 MySQL Installation Docs.html 145 Bytes
03. Understanding the Basics/17. Time to Practice - The Basics/17. Time to Practice - The Basics.html 140 Bytes
05. Working with Express.js/08. Time to Practice - Express.js/8. Time to Practice - Express.js.html 140 Bytes
05. Working with Express.js/20. Time to Practice - Navigation/20. Time to Practice - Navigation.html 140 Bytes
06. Working with Dynamic Content & Adding Templating Engines/17. Time to Practice - Templating Engines/17. Time to Practice - Templating Engines.html 140 Bytes
14. Sessions & Cookies/14. Time to Practice - Sessions and Cookies/14. Time to Practice - Sessions and Cookies.html 140 Bytes
18. Understanding Validation/10. Time to Practice - Validation/10. Time to Practice - Validation.html 140 Bytes
25. Working with REST APIs - The Practical Application/28. Time to Practice - Working with REST APIs/28. Time to Practice - Working with REST APIs.html 140 Bytes
26. Understanding Async Await in Node.js/04. Time to Practice - Async Await/4. Time to Practice - Async Await.html 140 Bytes
02. Optional JavaScript - A Quick Refresher/05. Understanding Arrow Functions/5.1 Arrow Functions and this.html 133 Bytes
02. Optional JavaScript - A Quick Refresher/03. Refreshing the Core Syntax/3.4 Primitive vs Reference Types.html 130 Bytes
02. Optional JavaScript - A Quick Refresher/06. Working with Objects, Properties & Methods/6.1 Primitive vs Reference Types.html 130 Bytes
02. Optional JavaScript - A Quick Refresher/08. Arrays, Objects & Reference Types/8.2 Reference vs Primitive Types.html 130 Bytes
02. Optional JavaScript - A Quick Refresher/02. JavaScript in a Nutshell/2.1 JavaScript on MDN.html 118 Bytes
02. Optional JavaScript - A Quick Refresher/03. Refreshing the Core Syntax/3.3 JavaScript from Scratch.html 118 Bytes
29. Deploying our App/12. Understanding the Project & the Git Setup/12.1 Dive into the Git Basics.html 112 Bytes
10. SQL Introduction/04. Comparing SQL and NoSQL/4.1 SQL vs NoSQL.html 110 Bytes
02. Optional JavaScript - A Quick Refresher/03. Refreshing the Core Syntax/3.1 Various JavaScript Beginner Resources.html 100 Bytes
02. Optional JavaScript - A Quick Refresher/02. JavaScript in a Nutshell/2.2 Various JavaScript Tutorials.html 99 Bytes
14. Sessions & Cookies/12. Using MongoDB to Store Sessions/12.2 Express-session Docs.html 97 Bytes
12. Working with NoSQL & Using MongoDB/02. What is MongoDB/2.1 Learn all about MongoDB.html 96 Bytes
20. File Upload & Download/15. Generating .pdf Files with Order Data/15.1 Styling the Text.html 93 Bytes
07. The Model View Controller (MVC)/06. Storing Data in Files Via the Model/6.1 path.js 90 Bytes
13. Working with Mongoose/02. What is Mongoose/2.1 Mongoose Official Docs.html 89 Bytes
13. Working with Mongoose/03. Connecting to the MongoDB Server with Mongoose/3.1 Mongoose Docs.html 89 Bytes
32. Roundup/2. Course Slides.html 47 Bytes
30. Testing Node.js Applications/12. Testing Code With An Active Database/12.1 user-id.txt 25 Bytes