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