Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Node.js Master Class - No Frameworks, No NPM | Node v8.x, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:25
    Table of Contents
  • Урок 2. 00:02:39
    Prerequisites
  • Урок 3. 00:02:54
    Setting Up Your Workstation
  • Урок 4. 00:23:17
    The Story of Node.js
  • Урок 5. 00:05:56
    What is V8, exactly?
  • Урок 6. 00:16:12
    What is Node.js, exactly?
  • Урок 7. 00:14:18
    Anatomy of a Node Application
  • Урок 8. 00:14:25
    Common Node Conventions
  • Урок 9. 00:02:52
    Node.js vs the Browser
  • Урок 10. 00:05:51
    Section Overview
  • Урок 11. 00:02:35
    Basic Scaffolding
  • Урок 12. 00:04:54
    Starting a Server
  • Урок 13. 00:09:23
    Parsing Request Paths
  • Урок 14. 00:02:21
    Parsing HTTP Methods
  • Урок 15. 00:03:09
    Parsing Query Strings
  • Урок 16. 00:03:02
    Parsing Headers
  • Урок 17. 00:09:56
    Parsing Payloads
  • Урок 18. 00:19:16
    Routing Requests
  • Урок 19. 00:03:06
    Returning JSON
  • Урок 20. 00:14:11
    Adding Configuration
  • Урок 21. 00:16:49
    Adding HTTPS Support
  • Урок 22. 00:02:39
    Service 1: /ping
  • Урок 23. 00:28:01
    Storing Data
  • Урок 24. 00:51:38
    Service 2: /users
  • Урок 25. 00:37:50
    Service 3: /tokens
  • Урок 26. 00:54:31
    Service 4: /checks
  • Урок 27. 00:18:00
    Connecting to an API
  • Урок 28. 01:04:33
    Background Workers
  • Урок 29. 00:41:28
    Logging to Files
  • Урок 30. 00:13:37
    Logging to the Console
  • Урок 31. 00:11:17
    Section Review
  • Урок 32. 00:02:31
    Section Overview
  • Урок 33. 00:23:41
    Refactoring for a GUI
  • Урок 34. 00:33:06
    Using Templates
  • Урок 35. 00:22:38
    Serving Static Assets
  • Урок 36. 00:16:11
    Making AJAX Requests
  • Урок 37. 00:03:53
    Page 1: Index
  • Урок 38. 00:08:19
    Page 2: Create Account
  • Урок 39. 00:05:10
    Page 3: Create a Session
  • Урок 40. 00:04:55
    Page 4: Deleted Session
  • Урок 41. 00:05:03
    Page 5: Edit Account
  • Урок 42. 00:04:23
    Page 6: Deleted Account
  • Урок 43. 00:04:22
    Page 7: Create a Check
  • Урок 44. 00:04:42
    Page 8: Dashboard
  • Урок 45. 00:04:34
    Page 9: Edit a Check
  • Урок 46. 00:02:02
    Section Review
  • Урок 47. 00:04:51
    Section Overview
  • Урок 48. 00:18:10
    Adding a CLI
  • Урок 49. 00:09:48
    Handling Events
  • Урок 50. 00:01:56
    Command 1: Exit
  • Урок 51. 00:15:57
    Command 2: Man / Help
  • Урок 52. 00:09:14
    Command 3: Stats
  • Урок 53. 00:05:02
    Command 4: List Users
  • Урок 54. 00:04:34
    Command 5: More User Info
  • Урок 55. 00:07:32
    Command 6: List Checks
  • Урок 56. 00:02:32
    Command 7: More Check Info
  • Урок 57. 00:03:55
    Command 8: List Logs
  • Урок 58. 00:06:16
    Command 9: More Log Info
  • Урок 59. 00:01:45
    Section Review
  • Урок 60. 00:02:19
    Section Overview
  • Урок 61. 00:09:27
    Creating Errors
  • Урок 62. 00:11:30
    Using the Debugger
  • Урок 63. 00:02:39
    Linting with "Strict"
  • Урок 64. 00:18:54
    Adding a Test Runner
  • Урок 65. 00:10:03
    Adding Unit Tests
  • Урок 66. 00:16:02
    Adding API Tests
  • Урок 67. 00:02:50
    Section Review
  • Урок 68. 00:02:24
    Section Overview
  • Урок 69. 00:11:36
    Refactoring for Performance
  • Урок 70. 00:12:06
    Using Performance Hooks
  • Урок 71. 00:07:48
    Using a Cluster
  • Урок 72. 00:07:09
    Using Child Processes
  • Урок 73. 00:04:38
    Section Review
  • Урок 74. 00:07:17
    Section Overview
  • Урок 75. 00:09:09
    HTTP/2
  • Урок 76. 00:04:18
    VM
  • Урок 77. 00:07:16
    UDP / Datagram
  • Урок 78. 00:07:18
    Net
  • Урок 79. 00:06:42
    TLS / SSL
  • Урок 80. 00:04:35
    REPL
  • Урок 81. 00:10:43
    Async Hooks
  • Урок 82. 00:02:34
    Section Review
  • Урок 83. 00:02:59
    Thank you!