Удален по просьбе правообладателя
  • Урок 1. 00:07:48
    Introduction
  • Урок 2. 00:05:40
    The Middle End
  • Урок 3. 00:07:37
    Node Perspective
  • Урок 4. 00:09:32
    Console Log & Process stdout
  • Урок 5. 00:05:05
    Console Error & Process stderr
  • Урок 6. 00:06:16
    Setting Up a Command Line Script
  • Урок 7. 00:07:22
    Command Line Arguments
  • Урок 8. 00:05:42
    Argument Handling
  • Урок 9. 00:08:17
    Reading Files with Path & FS Modules
  • Урок 10. 00:02:54
    Asynchronous readFile
  • Урок 11. 00:02:21
    Processing File Contents
  • Урок 12. 00:07:04
    Processing Input from stdin
  • Урок 13. 00:04:36
    Environment Variables
  • Урок 14. 00:11:38
    File Handling with Streams
  • Урок 15. 00:05:30
    Transform Stream
  • Урок 16. 00:03:56
    Outputting a Stream to a File
  • Урок 17. 00:06:17
    gzip Compress with zlib
  • Урок 18. 00:04:46
    gzip Uncompress with zlib
  • Урок 19. 00:07:28
    Determining End of Stream
  • Урок 20. 00:10:22
    Asynchronous Cancellation & Timeouts
  • Урок 21. 00:09:44
    Asynchronous Q&A
  • Урок 22. 00:09:32
    Database & Exercise Setup
  • Урок 23. 00:06:08
    Read & Write from Database
  • Урок 24. 00:00:42
    Insert into Database Exercise
  • Урок 25. 00:04:11
    Insert into Database Solution
  • Урок 26. 00:05:07
    Get Database Records
  • Урок 27. 00:09:07
    Creating a Web Server
  • Урок 28. 00:08:38
    Routing & Serving Static Files
  • Урок 29. 00:03:42
    Serving API Endpoint
  • Урок 30. 00:01:17
    Fetch Exercise
  • Урок 31. 00:05:14
    Fetch Solution
  • Урок 32. 00:06:37
    Express JS Routing
  • Урок 33. 00:01:52
    Serving Static Files with Express
  • Урок 34. 00:07:45
    Custom Routing Middleware
  • Урок 35. 00:05:04
    Child Processes
  • Урок 36. 00:05:02
    Exit Codes
  • Урок 37. 00:03:08
    Child Processes Exercise
  • Урок 38. 00:07:06
    Child Processes Solution
  • Урок 39. 00:04:09
    Child Processes Q&A
  • Урок 40. 00:05:58
    Debugging Node.js
  • Урок 41. 00:00:55
    Wrapping Up