Удален по просьбе правообладателя
  1. Урок 1. 00:04:21
    Introduction
  2. Урок 2. 00:03:46
    History of Node.js
  3. Урок 3. 00:05:56
    Non-Blocking I/O
  4. Урок 4. 00:09:37
    Hello World
  5. Урок 5. 00:07:49
    Browser vs Node.js
  6. Урок 6. 00:09:29
    Process & Environment
  7. Урок 7. 00:12:43
    Custom CLI Setup
  8. Урок 8. 00:04:03
    Processing CLI Arguments
  9. Урок 9. 00:07:11
    Modules Overview
  10. Урок 10. 00:07:05
    Importing & Exporting Modules
  11. Урок 11. 00:06:44
    Thinking in Modules
  12. Урок 12. 00:10:07
    Internal & 3rd-Party Modules
  13. Урок 13. 00:07:24
    Using the yargs Module
  14. Урок 14. 00:07:09
    Notes App Commands
  15. Урок 15. 00:18:46
    Async Code
  16. Урок 16. 00:12:31
    FS Module
  17. Урок 17. 00:09:38
    Using a File as a DB
  18. Урок 18. 00:12:44
    CRUD Methods: Create
  19. Урок 19. 00:11:45
    CRUD Methods: Read & Delete
  20. Урок 20. 00:15:10
    Using the CRUD Methods
  21. Урок 21. 00:06:40
    Types of Tests
  22. Урок 22. 00:10:51
    Unit Testing with Jest
  23. Урок 23. 00:12:50
    Testing with Mocks
  24. Урок 24. 00:03:00
    Additional Test Examples
  25. Урок 25. 00:13:10
    Creating a Basic Server
  26. Урок 26. 00:07:22
    Interpolating Data & Formatting Notes
  27. Урок 27. 00:08:18
    Sending Notes to the Client
  28. Урок 28. 00:06:45
    Wrapping Up