1. Урок 1. 00:02:43
    The Course Overview
  2. Урок 2. 00:02:41
    Installing Node.js with NVM and CLI
  3. Урок 3. 00:04:53
    Installing Postman and HTTPie and VS Code with recommended extensions
  4. Урок 4. 00:04:05
    Organizing your server into modules
  5. Урок 5. 00:07:24
    Handling requests and responses with controllers
  6. Урок 6. 00:06:10
    Injecting dependencies with providers
  7. Урок 7. 00:03:56
    Managing the request-response cycle with middlewares
  8. Урок 8. 00:05:57
    Handling all thrown exceptions with exception filters
  9. Урок 9. 00:09:12
    Pipes and Guard
  10. Урок 10. 00:09:40
    Adding Authentication with Passport.js
  11. Урок 11. 00:08:12
    Connecting to MongoDB with Integrated Mongoose
  12. Урок 12. 00:11:06
    Validation with Validation Pipes
  13. Урок 13. 00:05:47
    Security with CORS, CSRF and Helmet
  14. Урок 14. 00:03:22
    HTTP Module with Integrated Axios
  15. Урок 15. 00:05:21
    Setting up the Project
  16. Урок 16. 00:02:59
    Adding Controllers to Handle Requests
  17. Урок 17. 00:03:39
    Adding Providers to get the data from IEX API
  18. Урок 18. 00:02:38
    Injecting Providers to Return data
  19. Урок 19. 00:03:31
    Generating Boilerplate with Angular CLI
  20. Урок 20. 00:06:27
    Creating Dashboard Components
  21. Урок 21. 00:04:19
    Adding Styles with Bootswatch
  22. Урок 22. 00:10:45
    Creating Routes to simulate multiple pages
  23. Урок 23. 00:06:33
    Adding services in the Front-end
  24. Урок 24. 00:12:24
    Fetching data from the REST API
  25. Урок 25. 00:10:15
    Displaying Response data in a User-Friendly Way
  26. Урок 26. 00:14:29
    Authenticating with Nest.js
  27. Урок 27. 00:07:15
    Implementing the Angular Authentication Service
  28. Урок 28. 00:04:52
    Implementing Angular Sign up and Sign in Forms
  29. Урок 29. 00:09:52
    Restricting Angular Views to Logged in Users
  30. Урок 30. 00:04:47
    Building Nest.js server for deployment
  31. Урок 31. 00:08:53
    Deploying the server to Heroku
  32. Урок 32. 00:06:39
    Building the Angular app for deployment
  33. Урок 33. 00:04:12
    Deploying the Angular app to Heroku
  34. Урок 34. 00:01:05
    Course Summary