1. Урок 1. 00:02:37
    Course Overview
  2. Урок 2. 00:11:20
    What is Node.js
  3. Урок 3. 00:10:46
    Creating with Node.js
  4. Урок 4. 00:03:32
    Installing Node.js
  5. Урок 5. 00:04:48
    Running Node.js Code
  6. Урок 6. 00:03:02
    Installing Node.js from the source
  7. Урок 7. 00:02:43
    Installing Node.js with NVM
  8. Урок 8. 00:00:49
    Install and Run Node.js Exercise
  9. Урок 9. 00:06:59
    Checking Install & Running Node.js Solution
  10. Урок 10. 00:12:10
    Browser JavaScript vs Node.js
  11. Урок 11. 00:09:22
    Globals in Node.js
  12. Урок 12. 00:10:32
    Node.js Modules
  13. Урок 13. 00:07:21
    Creating Node Modules
  14. Урок 14. 00:13:40
    Importing Node Modules
  15. Урок 15. 00:05:47
    Q&A: ES Modules & Latest JS Features
  16. Урок 16. 00:07:29
    Convert Browser JavaScript Exercise
  17. Урок 17. 00:13:51
    Convert Browser JavaScript Solution
  18. Урок 18. 00:10:46
    The fs Module
  19. Урок 19. 00:04:04
    Other Internal Node Modules
  20. Урок 20. 00:02:22
    Remote Modules
  21. Урок 21. 00:01:55
    Modules Recap
  22. Урок 22. 00:13:57
    npm
  23. Урок 23. 00:01:34
    yarn
  24. Урок 24. 00:06:39
    CLI with Node Exercise
  25. Урок 25. 00:14:37
    CLI with Node Solution
  26. Урок 26. 00:02:44
    commander Module for Building CLIs
  27. Урок 27. 00:03:28
    Asynchronous Code in Node.js
  28. Урок 28. 00:07:25
    Asynchronous Patterns
  29. Урок 29. 00:01:12
    Error Handling
  30. Урок 30. 00:01:28
    Servers
  31. Урок 31. 00:04:53
    Asynchronous Server Exercise
  32. Урок 32. 00:16:36
    Asynchronous Server Solution
  33. Урок 33. 00:07:32
    Debugging Node
  34. Урок 34. 00:05:02
    Testing Node Libraries
  35. Урок 35. 00:03:46
    Anatomy of Tests
  36. Урок 36. 00:03:52
    Types of Tests
  37. Урок 37. 00:05:40
    Debugging & Testing Exercise
  38. Урок 38. 00:13:43
    Debugging & Testing Solution
  39. Урок 39. 00:05:41
    Sharing Modules
  40. Урок 40. 00:06:07
    Deploying Your Servers
  41. Урок 41. 00:08:28
    Deploying to Heroku
  42. Урок 42. 00:04:49
    Further Tools & Resources
  43. Урок 43. 00:05:26
    Final Q&A