Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Node JS: Advanced Concepts, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:08
    How to Get Help
  • Урок 2. 00:03:48
    Starting With Node Internals
  • Урок 3. 00:08:24
    Module Implementations
  • Урок 4. 00:06:34
    Node Backed by C++!
  • Урок 5. 00:06:30
    The Basics of Threads
  • Урок 6. 00:06:35
    The Node Event Loop
  • Урок 7. 00:07:23
    The Event Loop Implementation
  • Урок 8. 00:06:48
    Event Loop Ticks
  • Урок 9. 00:05:07
    Is Node Single Threaded?
  • Урок 10. 00:06:50
    Testing for Single Threads
  • Урок 11. 00:03:08
    The Libuv Thread Pool
  • Урок 12. 00:06:07
    Threadpools with Multithreading
  • Урок 13. 00:05:26
    Changing Threadpool Size
  • Урок 14. 00:03:17
    Common Threadpool Questions
  • Урок 15. 00:03:53
    Explaining OS Operations
  • Урок 16. 00:03:20
    Libuv OS Delegation
  • Урок 17. 00:02:41
    OS/Async Common Questions
  • Урок 18. 00:02:49
    Review
  • Урок 19. 00:07:40
    Crazy Node Behavior
  • Урок 20. 00:11:24
    Unexpected Event Loop Events
  • Урок 21. 00:02:19
    Enhancing Performance
  • Урок 22. 00:03:23
    Express Setup
  • Урок 23. 00:07:08
    Blocking the Event Loop
  • Урок 24. 00:05:12
    Clustering in Theory
  • Урок 25. 00:05:38
    Forking Children
  • Урок 26. 00:05:34
    Clustering in Action
  • Урок 27. 00:05:17
    Benchmarking Server Performance
  • Урок 28. 00:03:56
    Benchmark Refactor
  • Урок 29. 00:16:43
    Need More Children!
  • Урок 30. 00:02:54
    PM2 Installation
  • Урок 31. 00:06:50
    PM2 Configuration
  • Урок 32. 00:02:28
    Webworker Threads
  • Урок 33. 00:11:35
    Worker Threads in Action
  • Урок 34. 00:05:18
    Benchmarking Workers
  • Урок 35. 00:02:13
    The Next Phase
  • Урок 36. 00:08:43
    Project Walkthrough
  • Урок 37. 00:03:12
    Key Customization
  • Урок 38. 00:06:24
    MongoDB Creation
  • Урок 39. 00:04:19
    Routes Walkthrough
  • Урок 40. 00:10:43
    MongoDB Query Performance
  • Урок 41. 00:07:56
    Query Caching Layer
  • Урок 42. 00:03:23
    Redis Introduction
  • Урок 43. 00:03:20
    Installing Redis on MacOS
  • Урок 44. 00:06:48
    Getting and Setting Basic Values
  • Урок 45. 00:06:58
    Redis Hashes
  • Урок 46. 00:02:54
    One Redis Gotcha
  • Урок 47. 00:07:48
    Cache Keys
  • Урок 48. 00:08:08
    Promisifying a Function
  • Урок 49. 00:08:00
    Caching in Action
  • Урок 50. 00:05:27
    Caching Issues
  • Урок 51. 00:21:00
    The Ultimate Caching Solution
  • Урок 52. 00:10:43
    Patching Mongoose's Exec
  • Урок 53. 00:02:06
    Restoring Blog Routes Handler
  • Урок 54. 00:06:01
    Unique Keys
  • Урок 55. 00:03:10
    Key Creation
  • Урок 56. 00:01:29
    Restoring Redis Config
  • Урок 57. 00:04:28
    Cache Implementation
  • Урок 58. 00:05:47
    Resolving Values
  • Урок 59. 00:06:27
    Hydrating Models
  • Урок 60. 00:03:28
    Hydrating Arrays
  • Урок 61. 00:08:42
    Toggleable Cache
  • Урок 62. 00:02:31
    Cache Expiration
  • Урок 63. 00:05:16
    Forced Cache Expiration
  • Урок 64. 00:06:47
    Nested Hashes
  • Урок 65. 00:04:37
    Clearing Nested hashes
  • Урок 66. 00:06:40
    Automated Cache Clearing with Middlware
  • Урок 67. 00:06:39
    Testing Flow
  • Урок 68. 00:03:26
    Testing Challenges
  • Урок 69. 00:03:14
    Commands Around Testing
  • Урок 70. 00:04:27
    First Jest Test
  • Урок 71. 00:09:51
    Launching Chromium Instances
  • Урок 72. 00:04:32
    Chromium Navigation
  • Урок 73. 00:05:04
    Extracting Page Content
  • Урок 74. 00:04:45
    Puppeteer - Behind the Scenes
  • Урок 75. 00:03:24
    DRY Tests
  • Урок 76. 00:01:35
    Browser Termination
  • Урок 77. 00:07:31
    Asserting OAuth Flow
  • Урок 78. 00:03:00
    Asserting URL Domain
  • Урок 79. 00:05:12
    Issues with OAuth
  • Урок 80. 00:04:37
    Solving Authentication Issues with Automation Testing
  • Урок 81. 00:07:17
    The Google OAuth Flow
  • Урок 82. 00:12:07
    Inner Workings of Sessions
  • Урок 83. 00:08:23
    Sessions From Another Angle
  • Урок 84. 00:11:34
    Session Signatures
  • Урок 85. 00:09:04
    Generating Sessions and Signatures
  • Урок 86. 00:08:08
    Assembling the Pieces
  • Урок 87. 00:09:18
    WaitFor Statements
  • Урок 88. 00:05:00
    Factory Functions
  • Урок 89. 00:08:49
    The Session Factory
  • Урок 90. 00:03:04
    Assembling the Session Factory
  • Урок 91. 00:06:23
    Code Separation
  • Урок 92. 00:07:01
    Global Jest Setup
  • Урок 93. 00:03:42
    Testing Factory Tests!
  • Урок 94. 00:05:02
    Adding a Login Method
  • Урок 95. 00:07:59
    Extending Page
  • Урок 96. 00:07:47
    Introduction to Proxies
  • Урок 97. 00:12:11
    Proxies in Action
  • Урок 98. 00:08:18
    Combining Object Property Access
  • Урок 99. 00:08:38
    Combining the Page and Browser
  • Урок 100. 00:04:17
    Custom Page Implementation
  • Урок 101. 00:04:27
    Function Lookup Priority
  • Урок 102. 00:05:33
    Gee, I Hope This Works!
  • Урок 103. 00:05:39
    Reusable Functions on Page
  • Урок 104. 00:04:54
    Testing Blog Creation
  • Урок 105. 00:05:32
    Default Navigation
  • Урок 106. 00:06:00
    Asserting Form Display
  • Урок 107. 00:05:24
    Test Timeout
  • Урок 108. 00:05:08
    Common Test Setup
  • Урок 109. 00:07:01
    Nested Describes for Structure
  • Урок 110. 00:07:40
    Asserting Validation Errors
  • Урок 111. 00:06:26
    Asserting Form Confirmation
  • Урок 112. 00:05:58
    Asserting Blog Creation
  • Урок 113. 00:03:33
    Options for Testing Prohibited Actions
  • Урок 114. 00:11:45
    Direct API Requests
  • Урок 115. 00:03:55
    Executed Arbitrary JS in Chromium
  • Урок 116. 00:07:25
    Asserting Page Response
  • Урок 117. 00:02:45
    Get Restrictions
  • Урок 118. 00:02:57
    A Final 'GET' Test
  • Урок 119. 00:31:46
    Super Advanced Test Helpers
  • Урок 120. 00:07:25
    Introduction to CI
  • Урок 121. 00:06:22
    CI Providers
  • Урок 122. 00:04:23
    The Basics of YAML Files
  • Урок 123. 00:10:05
    Travis YAML Setup
  • Урок 124. 00:05:09
    More Travis YAML
  • Урок 125. 00:06:38
    Client Builds
  • Урок 126. 00:06:19
    Script Config
  • Урок 127. 00:05:45
    Using Travis Documentation
  • Урок 128. 00:13:27
    More Server Configuration
  • Урок 129. 00:03:12
    A Touch More Configuration
  • Урок 130. 00:04:19
    Git Repo Setup
  • Урок 131. 00:02:16
    Travis CI Setup
  • Урок 132. 00:02:49
    Triggering CI Builds
  • Урок 133. 00:01:20
    Build Success
  • Урок 134. 00:02:16
    Image Upload
  • Урок 135. 00:04:41
    Big Issues Around Image Upload
  • Урок 136. 00:03:34
    Alternate Image Upload
  • Урок 137. 00:04:18
    Chosen Storage Solution
  • Урок 138. 00:04:27
    Upload Constraints
  • Урок 139. 00:06:05
    Image File Transport
  • Урок 140. 00:05:23
    Upload Flow with AWS S3
  • Урок 141. 00:06:48
    Details of the Presigned URL
  • Урок 142. 00:04:16
    Security Issues Solved with Presigned URL's
  • Урок 143. 00:03:32
    Adding an Image Picker
  • Урок 144. 00:04:40
    Handling File Changes
  • Урок 145. 00:04:39
    Recording Image Files
  • Урок 146. 00:03:08
    The SubmitBlog Function
  • Урок 147. 00:05:09
    AWS Credentials with IAM
  • Урок 148. 00:03:17
    Creating S3 Buckets
  • Урок 149. 00:08:18
    Allowing Actions with IAM Policies
  • Урок 150. 00:04:42
    Creating IAM Users
  • Урок 151. 00:05:15
    Upload Routes Files
  • Урок 152. 00:03:19
    Configuring the AWS SDK
  • Урок 153. 00:10:07
    GetSignedURL Arguments
  • Урок 154. 00:09:36
    Calling GetSignedURL
  • Урок 155. 00:02:18
    Viewing the Signed URL
  • Урок 156. 00:08:00
    Attempting Image Upload
  • Урок 157. 00:05:21
    Handling CORS Errors
  • Урок 158. 00:01:40
    Outstanding Issues
  • Урок 159. 00:05:02
    S3 Bucket Policies
  • Урок 160. 00:04:19
    Tying Uploads to Blogs
  • Урок 161. 00:02:02
    Ensuring Images get Tied
  • Урок 162. 00:04:07
    Displaying Images