Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Node Advanced, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:39
    Introductions
  2. Урок 2. 00:03:41
    Course Expectations
  3. Урок 3. 00:03:25
    Course Prerequisites
  4. Урок 4. 00:05:12
    Mindset of an Advanced Node Engineer
  5. Урок 5. 00:10:29
    Tips for Deeper Advanced Learning
  6. Урок 6. 00:08:03
    Node Module System and How require() Really Works
  7. Урок 7. 00:07:21
    Features of require() and Exporting Node Code
  8. Урок 8. 00:05:28
    Creating and Importing Modules Demo
  9. Урок 9. 00:07:36
    Exporting Tricks and Gotchas
  10. Урок 10. 00:03:38
    Exporting Node Code Patterns
  11. Урок 11. 00:04:36
    import vs. import() vs. require() in Node
  12. Урок 12. 00:03:19
    Node Module Cache and Globals
  13. Урок 13. 00:05:12
    npm Tricks and Tips
  14. Урок 14. 00:08:25
    npm Configs
  15. Урок 15. 00:03:44
    npm Versions, Linking and More Tricks
  16. Урок 16. 00:02:43
    CPU vs. IO Tasks
  17. Урок 17. 00:04:58
    Demystifying Node Call Stack
  18. Урок 18. 00:06:45
    Understanding Node Event Loop
  19. Урок 19. 00:05:31
    Async Code in Node with Callbacks
  20. Урок 20. 00:06:18
    Async Code in Node with Promises
  21. Урок 21. 00:05:32
    Async Code in Node with Promises 2
  22. Урок 22. 00:04:04
    Creating Function with Both Promise and Callback Demo
  23. Урок 23. 00:09:24
    Node Events
  24. Урок 24. 00:04:35
    Creating Event Emitters Demo
  25. Урок 25. 00:07:09
    Async Code in Node with Async/Await
  26. Урок 26. 00:03:07
    Creating Async/Await with util.promisify Demo
  27. Урок 27. 00:06:15
    Async/Await Koa REST API and Mocha Tests Demo
  28. Урок 28. 00:02:49
    Node Streams
  29. Урок 29. 00:04:25
    Readable Writable Node Streams
  30. Урок 30. 00:02:04
    Transform Encrypt and Compress Streams Demo
  31. Урок 31. 00:03:35
    Node Stream Pipe
  32. Урок 32. 00:05:01
    Node Transform Stream Pipe Events
  33. Урок 33. 00:02:51
    Node http Stream
  34. Урок 34. 00:05:49
    Implementing Streams for Large File Server Demo
  35. Урок 35. 00:08:48
    Creating Node Streams
  36. Урок 36. 00:02:40
    Ethereum Server (Readable Stream) Demo
  37. Урок 37. 00:02:54
    Translate Server (Writable Stream) Demo
  38. Урок 38. 00:05:06
    TCP/IP with Node net Module
  39. Урок 39. 00:04:18
    Chat Server Demo
  40. Урок 40. 00:08:40
    Bitcoin Ticker Demo
  41. Урок 41. 00:04:46
    HTTP with Node http Module
  42. Урок 42. 00:06:54
    HTTP File Server Demo
  43. Урок 43. 00:02:51
    HTTPS with Node https Module
  44. Урок 44. 00:05:12
    HTTP/2 with Node http2 Module
  45. Урок 45. 00:06:19
    HTTP/2 Server Push with http2
  46. Урок 46. 00:10:23
    HTTP/2 Server Demo
  47. Урок 47. 00:06:58
    Hackhall Express REST API Demo
  48. Урок 48. 00:00:29
    Node Networking Wrap-up
  49. Урок 49. 00:05:53
    Node Debugging Strategies
  50. Урок 50. 00:07:33
    Node Console Tricks
  51. Урок 51. 00:03:51
    Consoles Demo
  52. Урок 52. 00:02:31
    Node REPL Tricks
  53. Урок 53. 00:04:40
    Node Debuggers
  54. Урок 54. 00:05:47
    Node CLI Debugger Demo
  55. Урок 55. 00:07:22
    DevTools Debugger Demo
  56. Урок 56. 00:04:29
    VS Code Debugger Demo
  57. Урок 57. 00:08:00
    DevTools Network Debugging Demo
  58. Урок 58. 00:04:02
    Chrome V8 Memory
  59. Урок 59. 00:04:00
    Garbage Collection in Chrome V8
  60. Урок 60. 00:03:15
    Memory Leaks in Node
  61. Урок 61. 00:01:23
    Memory Leak Demo
  62. Урок 62. 00:02:10
    Heapdump in Node
  63. Урок 63. 00:07:18
    Leaky Server and Heapdump Debugging Demo
  64. Урок 64. 00:05:36
    Scaling Overview
  65. Урок 65. 00:04:23
    child_process Methods
  66. Урок 66. 00:04:10
    File Count with spawn Demo
  67. Урок 67. 00:03:51
    spawn Params
  68. Урок 68. 00:03:27
    Launching Python from Node
  69. Урок 69. 00:03:58
    Python Hash with exec Demo
  70. Урок 70. 00:03:34
    Launching Ruby from Node
  71. Урок 71. 00:03:59
    Ruby Encrypt with spawn Demo
  72. Урок 72. 00:02:36
    Node os Module
  73. Урок 73. 00:02:36
    os Module Demo
  74. Урок 74. 00:02:46
    Percentage CPU Load Demo
  75. Урок 75. 00:04:23
    Node cluster module
  76. Урок 76. 00:05:00
    hashing Server with fork
  77. Урок 77. 00:02:33
    Hasing Server with cluster
  78. Урок 78. 00:02:18
    Making the Hashing Server Fault Tolerant
  79. Урок 79. 00:04:03
    Production-Level Scaling with pm2
  80. Урок 80. 00:08:54
    Different Strategies for Scaling a Web Server Demo
  81. Урок 81. 00:01:44
    Final Summary