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