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