首页 磁力链接怎么用

udemy.com - Microservices with Node JS and React [2020-10, LQ]

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-1-28 22:36 2024-6-3 09:01 167 2.22 GB 590
二维码链接
udemy.com - Microservices with Node JS and React [2020-10, LQ]的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Fundamental Ideas Around Microservices/01-01 How to Get Help.mkv534.45KB
  2. 01 Fundamental Ideas Around Microservices/01-02 What Is a Microservice.mkv2.05MB
  3. 01 Fundamental Ideas Around Microservices/01-03 Data in Microservices.mkv5MB
  4. 01 Fundamental Ideas Around Microservices/01-04 Big Problems with Data.mkv3.48MB
  5. 01 Fundamental Ideas Around Microservices/01-05 Sync Communication Between Services.mkv4.74MB
  6. 01 Fundamental Ideas Around Microservices/01-06 Event-Based Communication.mkv3.48MB
  7. 01 Fundamental Ideas Around Microservices/01-07 A Crazy Way of Storing Data.mkv6.85MB
  8. 01 Fundamental Ideas Around Microservices/01-08 Pros and Cons of Async Communication.mkv4.86MB
  9. 02 A Mini-Microservices App/02-01 App Overview.mkv3.62MB
  10. 02 A Mini-Microservices App/02-02 Project Setup.mkv2.76MB
  11. 02 A Mini-Microservices App/02-03 Posts Service Creation.mkv5.66MB
  12. 02 A Mini-Microservices App/02-04 Testing the Posts Service.mkv2.51MB
  13. 02 A Mini-Microservices App/02-05 Implementing a Comments Service.mkv6.15MB
  14. 02 A Mini-Microservices App/02-06 Quick Comments Test.mkv2.37MB
  15. 02 A Mini-Microservices App/02-08 React Project Setup.mkv3.43MB
  16. 02 A Mini-Microservices App/02-09 Building Post Submission.mkv7.56MB
  17. 02 A Mini-Microservices App/02-10 Handling CORS Errors.mkv3.11MB
  18. 02 A Mini-Microservices App/02-11 Fetching and Rendering Posts.mkv6.51MB
  19. 02 A Mini-Microservices App/02-12 Creating Comments.mkv5.51MB
  20. 02 A Mini-Microservices App/02-13 Displaying Comments.mkv5.18MB
  21. 02 A Mini-Microservices App/02-15 Request Minimization Strategies.mkv3.27MB
  22. 02 A Mini-Microservices App/02-16 An Async Solution.mkv4.74MB
  23. 02 A Mini-Microservices App/02-17 Common Questions Around Async Events.mkv3.18MB
  24. 02 A Mini-Microservices App/02-18 Event Bus Overview.mkv3.33MB
  25. 02 A Mini-Microservices App/02-19 A Basic Event Bus Implementation.mkv3.43MB
  26. 02 A Mini-Microservices App/02-20 Emitting Events.mkv3.61MB
  27. 02 A Mini-Microservices App/02-21 Emitting Comment Creation Events.mkv2.82MB
  28. 02 A Mini-Microservices App/02-22 Receiving Events.mkv3.05MB
  29. 02 A Mini-Microservices App/02-23 Creating the Data Query Service.mkv2.79MB
  30. 02 A Mini-Microservices App/02-24 Parsing Incoming Events.mkv4.79MB
  31. 02 A Mini-Microservices App/02-25 Using the Query Service.mkv5.02MB
  32. 02 A Mini-Microservices App/02-26 Adding a Simple Feature.mkv3.11MB
  33. 02 A Mini-Microservices App/02-27 Issues with Comment Filtering.mkv5.06MB
  34. 02 A Mini-Microservices App/02-28 A Second Approach.mkv4.04MB
  35. 02 A Mini-Microservices App/02-29 How to Handle Resource Updates.mkv3.36MB
  36. 02 A Mini-Microservices App/02-30 Creating the Moderation Service.mkv3.62MB
  37. 02 A Mini-Microservices App/02-31 Adding Comment Moderation.mkv3.49MB
  38. 02 A Mini-Microservices App/02-32 Handling Moderation.mkv3.99MB
  39. 02 A Mini-Microservices App/02-33 Updating Comment Content.mkv3.66MB
  40. 02 A Mini-Microservices App/02-34 A Quick Test.mkv4.21MB
  41. 02 A Mini-Microservices App/02-35 Rendering Comments by Status.mkv2.3MB
  42. 02 A Mini-Microservices App/02-36 Dealing with Missing Events.mkv6.44MB
  43. 02 A Mini-Microservices App/02-37 Implementing Event Sync.mkv4.42MB
  44. 02 A Mini-Microservices App/02-38 Event Syncing in Action.mkv3.44MB
  45. 03 Running Services with Docker/03-01 Deployment Issues.mkv4.62MB
  46. 03 Running Services with Docker/03-02 Why Docker.mkv1.89MB
  47. 03 Running Services with Docker/03-03 Why Kubernetes.mkv3.64MB
  48. 03 Running Services with Docker/03-04 Dont Know Docker Watch This.mkv742.67KB
  49. 03 Running Services with Docker/03-05 Dockerizing the Posts Service.mkv2.44MB
  50. 03 Running Services with Docker/03-06 Review Some Basic Commands.mkv3.48MB
  51. 03 Running Services with Docker/03-07 Dockering Other Services.mkv1.96MB
  52. 04 Orchestrating Collections of Services with Kubernetes/04-01 Installing Kubernetes.mkv2.2MB
  53. 04 Orchestrating Collections of Services with Kubernetes/04-02 A Kubernetes Tour.mkv6.24MB
  54. 04 Orchestrating Collections of Services with Kubernetes/04-03 Important Kubernetes Terminology.mkv1.88MB
  55. 04 Orchestrating Collections of Services with Kubernetes/04-04 Notes on Config Files.mkv2.19MB
  56. 04 Orchestrating Collections of Services with Kubernetes/04-05 Creating a Pod.mkv3.63MB
  57. 04 Orchestrating Collections of Services with Kubernetes/04-06 Understanding a Pod Spec.mkv3.41MB
  58. 04 Orchestrating Collections of Services with Kubernetes/04-07 Common Kubectl Commands.mkv3.38MB
  59. 04 Orchestrating Collections of Services with Kubernetes/04-08 A Time-Saving Alias.mkv1.36MB
  60. 04 Orchestrating Collections of Services with Kubernetes/04-09 Introducing Deployments.mkv2.33MB
  61. 04 Orchestrating Collections of Services with Kubernetes/04-10 Creating a Deployment.mkv3.3MB
  62. 04 Orchestrating Collections of Services with Kubernetes/04-11 Common Commands Around Deployments.mkv2.74MB
  63. 04 Orchestrating Collections of Services with Kubernetes/04-12 Updating Deployments.mkv3.85MB
  64. 04 Orchestrating Collections of Services with Kubernetes/04-13 Preferred Method for Updating Deployments.mkv3.64MB
  65. 04 Orchestrating Collections of Services with Kubernetes/04-14 Networking With Services.mkv2.82MB
  66. 04 Orchestrating Collections of Services with Kubernetes/04-15 Creating a NodePort Service.mkv4.98MB
  67. 04 Orchestrating Collections of Services with Kubernetes/04-16 Accessing NodePort Services.mkv3.3MB
  68. 04 Orchestrating Collections of Services with Kubernetes/04-17 Setting Up Cluster IP Services.mkv1.86MB
  69. 04 Orchestrating Collections of Services with Kubernetes/04-18 Building a Deployment for the Event Bus.mkv3.22MB
  70. 04 Orchestrating Collections of Services with Kubernetes/04-19 Adding ClusterIP Services.mkv4.61MB
  71. 04 Orchestrating Collections of Services with Kubernetes/04-20 How to Communicate Between Services.mkv2.89MB
  72. 04 Orchestrating Collections of Services with Kubernetes/04-21 Updating Service Addresses.mkv4.53MB
  73. 04 Orchestrating Collections of Services with Kubernetes/04-22 Verifying Communication.mkv3.06MB
  74. 04 Orchestrating Collections of Services with Kubernetes/04-23 Adding Query Moderation and Comments.mkv7.08MB
  75. 04 Orchestrating Collections of Services with Kubernetes/04-24 Testing Communication.mkv3.87MB
  76. 04 Orchestrating Collections of Services with Kubernetes/04-25 Load Balancer Services.mkv3.2MB
  77. 04 Orchestrating Collections of Services with Kubernetes/04-26 Load Balancers and Ingress.mkv4.18MB
  78. 04 Orchestrating Collections of Services with Kubernetes/04-27 Installing Ingress-Nginx.mkv6.17MB
  79. 04 Orchestrating Collections of Services with Kubernetes/04-28 Writing Ingress Config Files.mkv3.03MB
  80. 04 Orchestrating Collections of Services with Kubernetes/04-29 Hosts File Tweak.mkv4.2MB
  81. 04 Orchestrating Collections of Services with Kubernetes/04-31 Deploying the React App.mkv4.26MB
  82. 04 Orchestrating Collections of Services with Kubernetes/04-32 Unique Route Paths.mkv4.32MB
  83. 04 Orchestrating Collections of Services with Kubernetes/04-33 Final Route Config.mkv4.34MB
  84. 04 Orchestrating Collections of Services with Kubernetes/04-34 Introducing Skaffold.mkv2.22MB
  85. 04 Orchestrating Collections of Services with Kubernetes/04-35 Skaffold Setup.mkv5.79MB
  86. 04 Orchestrating Collections of Services with Kubernetes/04-36 First Time Skaffold Startup.mkv867.19KB
  87. 04 Orchestrating Collections of Services with Kubernetes/04-37 A Few Notes on Skaffold.mkv6.32MB
  88. 05 Architecture of Multi-Service Apps/05-01 Big Ticket Items.mkv10.14MB
  89. 05 Architecture of Multi-Service Apps/05-02 App Overview.mkv6.38MB
  90. 05 Architecture of Multi-Service Apps/05-03 Resource Types.mkv2.36MB
  91. 05 Architecture of Multi-Service Apps/05-04 Service Types.mkv2.46MB
  92. 05 Architecture of Multi-Service Apps/05-05 Events and Architecture Design.mkv2.36MB
  93. 05 Architecture of Multi-Service Apps/05-07 Auth Service Setup.mkv2.74MB
  94. 05 Architecture of Multi-Service Apps/05-08 Auth K8s Setup.mkv4.3MB
  95. 05 Architecture of Multi-Service Apps/05-09 Adding Skaffold.mkv3.61MB
  96. 05 Architecture of Multi-Service Apps/05-11 Ingress-Nginx Setup.mkv4.6MB
  97. 05 Architecture of Multi-Service Apps/05-12 Hosts File and Security Warning.mkv2.54MB
  98. 06 Leveraging a Cloud Environment for Development/06-01 Note on Remote Development.mkv1.75MB
  99. 06 Leveraging a Cloud Environment for Development/06-02 Remote Dev with Skaffold.mkv4.24MB
  100. 06 Leveraging a Cloud Environment for Development/06-03 Google Cloud Initial Setup.mkv1.86MB
  101. 06 Leveraging a Cloud Environment for Development/06-04 Kubernetes Cluster Creation.mkv2.4MB
  102. 06 Leveraging a Cloud Environment for Development/06-05 Kubectl Contexts.mkv2.8MB
  103. 06 Leveraging a Cloud Environment for Development/06-06 Initializing the GCloud SDK.mkv3.72MB
  104. 06 Leveraging a Cloud Environment for Development/06-07 Installing the GCloud Context.mkv2.74MB
  105. 06 Leveraging a Cloud Environment for Development/06-08 Updating the Skaffold Config.mkv3.11MB
  106. 06 Leveraging a Cloud Environment for Development/06-09 More Skaffold Updates.mkv759.71KB
  107. 06 Leveraging a Cloud Environment for Development/06-10 Creating a Load Balancer.mkv3.62MB
  108. 06 Leveraging a Cloud Environment for Development/06-11 Final Config and Test.mkv4.85MB
  109. 07 Response Normalization Strategies/07-01 Creating Route Handlers.mkv3.45MB
  110. 07 Response Normalization Strategies/07-02 Scaffolding Routes.mkv2.72MB
  111. 07 Response Normalization Strategies/07-03 Adding Validation.mkv6.6MB
  112. 07 Response Normalization Strategies/07-04 Handling Validation Errors.mkv4.57MB
  113. 07 Response Normalization Strategies/07-06 Surprising Complexity Around Errors.mkv4.05MB
  114. 07 Response Normalization Strategies/07-07 Other Sources of Errors.mkv3.26MB
  115. 07 Response Normalization Strategies/07-08 Solution for Error Handling.mkv3.81MB
  116. 07 Response Normalization Strategies/07-09 Building an Error Handling Middleware.mkv4.97MB
  117. 07 Response Normalization Strategies/07-10 Communicating More Info to the Error Handler.mkv3.76MB
  118. 07 Response Normalization Strategies/07-11 Encoding More Information In an Error.mkv3.28MB
  119. 07 Response Normalization Strategies/07-12 Subclassing for Custom Errors.mkv5.31MB
  120. 07 Response Normalization Strategies/07-13 Determining Error Type.mkv2.27MB
  121. 07 Response Normalization Strategies/07-14 Converting Errors to Responses.mkv7.68MB
  122. 07 Response Normalization Strategies/07-15 Moving Logic Into Errors.mkv6.11MB
  123. 07 Response Normalization Strategies/07-16 Verifying Our Custom Errors.mkv6.3MB
  124. 07 Response Normalization Strategies/07-17 Final Error Related Code.mkv7.36MB
  125. 07 Response Normalization Strategies/07-18 How to Define New Custom Errors.mkv3.33MB
  126. 07 Response Normalization Strategies/07-19 Uh Oh... Async Error Handling.mkv4.41MB
  127. 08 Database Management and Modeling/08-01 Creating Databases in Kubernetes.mkv5.56MB
  128. 08 Database Management and Modeling/08-02 Connecting to MongoDB.mkv5.63MB
  129. 08 Database Management and Modeling/08-03 Understanding the Signup Flow.mkv3.06MB
  130. 08 Database Management and Modeling/08-04 Getting TypeScript and Mongoose to Cooperate.mkv3.41MB
  131. 08 Database Management and Modeling/08-05 Creating the User Model.mkv3.06MB
  132. 08 Database Management and Modeling/08-06 Type Checking User Properties.mkv3.87MB
  133. 08 Database Management and Modeling/08-07 Adding Static Properties to a Model.mkv4.14MB
  134. 08 Database Management and Modeling/08-08 Defining Extra Document Properties.mkv3.86MB
  135. 08 Database Management and Modeling/08-09 Whats That Angle Bracket For.mkv2.59MB
  136. 08 Database Management and Modeling/08-10 User Creation.mkv4.84MB
  137. 08 Database Management and Modeling/08-11 Proper Error Handling.mkv5.17MB
  138. 08 Database Management and Modeling/08-13 Reminder on Password Hashing.mkv3.1MB
  139. 08 Database Management and Modeling/08-14 Adding Password Hashing.mkv4.44MB
  140. 08 Database Management and Modeling/08-15 Comparing Hashed Password.mkv2.03MB
  141. 08 Database Management and Modeling/08-16 Mongoose Pre-Save Hooks.mkv4.06MB
  142. 09 Authentication Strategies and Options/09-01 Fundamental Authentication Strategies.mkv6.01MB
  143. 09 Authentication Strategies and Options/09-02 Huge Issues with Authentication Strategies.mkv5.04MB
  144. 09 Authentication Strategies and Options/09-03 So Which Option.mkv2MB
  145. 09 Authentication Strategies and Options/09-04 Solving Issues with Option 2.mkv5.58MB
  146. 09 Authentication Strategies and Options/09-05 Reminder on Cookies vs JWTs.mkv4.01MB
  147. 09 Authentication Strategies and Options/09-06 Microservices Auth Requirements.mkv7.22MB
  148. 09 Authentication Strategies and Options/09-07 Issues with JWTs and Server Side Rendering.mkv6.62MB
  149. 09 Authentication Strategies and Options/09-08 Cookies and Encryption.mkv3.75MB
  150. 09 Authentication Strategies and Options/09-09 Adding Session Support.mkv2.14MB
  151. 09 Authentication Strategies and Options/09-10 Generating a JWT.mkv7.08MB
  152. 09 Authentication Strategies and Options/09-11 JWT Signing Keys.mkv3.33MB
  153. 09 Authentication Strategies and Options/09-12 Securely Storing Secrets with Kubernetes.mkv1.34MB
  154. 09 Authentication Strategies and Options/09-13 Creating and Accessing Secrets.mkv6.25MB
  155. 09 Authentication Strategies and Options/09-14 Accessing Env Variables in a Pod.mkv3.83MB
  156. 09 Authentication Strategies and Options/09-15 Common Response Properties.mkv2.98MB
  157. 09 Authentication Strategies and Options/09-16 Formatting JSON Properties.mkv7.75MB
  158. 09 Authentication Strategies and Options/09-17 The Signin Flow.mkv5.85MB
  159. 09 Authentication Strategies and Options/09-18 Common Request Validation Middleware.mkv4.11MB
  160. 09 Authentication Strategies and Options/09-19 Sign In Logic.mkv5.04MB
  161. 09 Authentication Strategies and Options/09-20 Quick Sign In Test.mkv1.33MB
  162. 09 Authentication Strategies and Options/09-21 Current User Handler.mkv1.86MB
  163. 09 Authentication Strategies and Options/09-22 Returning the Current User.mkv6.44MB
  164. 09 Authentication Strategies and Options/09-23 Signing Out.mkv2.18MB
  165. 09 Authentication Strategies and Options/09-24 Creating a Current User Middleware.mkv4.53MB
  166. 09 Authentication Strategies and Options/09-25 Augmenting Type Definitions.mkv5.23MB
  167. 09 Authentication Strategies and Options/09-26 Requiring Auth for Route Access.mkv5.07MB
  168. 10 Testing Isolated Microservices/10-01 Scope of Testing.mkv3.15MB
  169. 10 Testing Isolated Microservices/10-02 Testing Goals.mkv3.06MB
  170. 10 Testing Isolated Microservices/10-03 Testing Architecture.mkv5.6MB
  171. 10 Testing Isolated Microservices/10-04 Index to App Refactor.mkv2.73MB
  172. 10 Testing Isolated Microservices/10-05 A Few Dependencies.mkv2.8MB
  173. 10 Testing Isolated Microservices/10-06 Test Environment Setup.mkv5.21MB
  174. 10 Testing Isolated Microservices/10-07 Our First Test.mkv4.5MB
  175. 10 Testing Isolated Microservices/10-08 An Important Note.mkv1MB
  176. 10 Testing Isolated Microservices/10-09 Testing Invalid Input.mkv3.95MB
  177. 10 Testing Isolated Microservices/10-10 Requiring Unique Emails.mkv1.51MB
  178. 10 Testing Isolated Microservices/10-11 Changing Node Env During Tests.mkv4.26MB
  179. 10 Testing Isolated Microservices/10-12 Tests Around Sign In Functionality.mkv4.13MB
  180. 10 Testing Isolated Microservices/10-13 Testing Sign Out.mkv2.97MB
  181. 10 Testing Isolated Microservices/10-14 Issues with Cookies During Testing.mkv3.48MB
  182. 10 Testing Isolated Microservices/10-15 Easy Auth Solution.mkv2.18MB
  183. 10 Testing Isolated Microservices/10-16 Auth Helper Function.mkv5.74MB
  184. 10 Testing Isolated Microservices/10-17 Testing Non-Authed Requests.mkv1.25MB
  185. 11 Integrating a Server-Side-Rendered React App/11-01 Starting the React App.mkv1.34MB
  186. 11 Integrating a Server-Side-Rendered React App/11-02 Reminder on Server Side Rendering.mkv2.24MB
  187. 11 Integrating a Server-Side-Rendered React App/11-03 Basics of Next JS.mkv2.95MB
  188. 11 Integrating a Server-Side-Rendered React App/11-04 Building a Next Image.mkv2.36MB
  189. 11 Integrating a Server-Side-Rendered React App/11-05 Running Next in Kubernetes.mkv6.84MB
  190. 11 Integrating a Server-Side-Rendered React App/11-06 Note on File Change Detection.mkv2.51MB
  191. 11 Integrating a Server-Side-Rendered React App/11-07 Adding Global CSS.mkv3.3MB
  192. 11 Integrating a Server-Side-Rendered React App/11-08 Adding a Sign Up Form.mkv1.99MB
  193. 11 Integrating a Server-Side-Rendered React App/11-09 Handling Email and Password Inputs.mkv2.44MB
  194. 11 Integrating a Server-Side-Rendered React App/11-10 Successful Account Signup.mkv4.62MB
  195. 11 Integrating a Server-Side-Rendered React App/11-11 Handling Validation Errors.mkv4.63MB
  196. 11 Integrating a Server-Side-Rendered React App/11-12 The useRequest Hook.mkv4.86MB
  197. 11 Integrating a Server-Side-Rendered React App/11-13 Using the useRequest Hook.mkv2.92MB
  198. 11 Integrating a Server-Side-Rendered React App/11-14 An onSuccess Callback.mkv4.41MB
  199. 11 Integrating a Server-Side-Rendered React App/11-15 Overview on Server Side Rendering.mkv4.36MB
  200. 11 Integrating a Server-Side-Rendered React App/11-16 Fetching Data During SSR.mkv3.57MB
  201. 11 Integrating a Server-Side-Rendered React App/11-17 Why the Error.mkv6.55MB
  202. 11 Integrating a Server-Side-Rendered React App/11-18 Two Possible Solutions.mkv4.65MB
  203. 11 Integrating a Server-Side-Rendered React App/11-19 Cross Namespace Service Communication.mkv4.8MB
  204. 11 Integrating a Server-Side-Rendered React App/11-20 When is GetInitialProps Called.mkv5.03MB
  205. 11 Integrating a Server-Side-Rendered React App/11-21 On the Server or the Browser.mkv1.38MB
  206. 11 Integrating a Server-Side-Rendered React App/11-22 Specifying the Host.mkv6.55MB
  207. 11 Integrating a Server-Side-Rendered React App/11-23 Passing Through the Cookies.mkv3.45MB
  208. 11 Integrating a Server-Side-Rendered React App/11-24 A Reusable API Client.mkv4.69MB
  209. 11 Integrating a Server-Side-Rendered React App/11-25 Content on the Landing Page.mkv1.49MB
  210. 11 Integrating a Server-Side-Rendered React App/11-26 The Sign In Form.mkv2.43MB
  211. 11 Integrating a Server-Side-Rendered React App/11-27 A Reusable Header.mkv3.45MB
  212. 11 Integrating a Server-Side-Rendered React App/11-28 Moving GetInitialProps.mkv1.53MB
  213. 11 Integrating a Server-Side-Rendered React App/11-29 Issues with Custom App GetInitialProps.mkv5.43MB
  214. 11 Integrating a Server-Side-Rendered React App/11-30 Handling Multiple GetInitialProps.mkv4.88MB
  215. 11 Integrating a Server-Side-Rendered React App/11-31 Passing Props Through.mkv2.39MB
  216. 11 Integrating a Server-Side-Rendered React App/11-32 Building the Header.mkv3.29MB
  217. 11 Integrating a Server-Side-Rendered React App/11-33 Conditionally Showing Links.mkv4.01MB
  218. 11 Integrating a Server-Side-Rendered React App/11-34 Signing Out.mkv2.87MB
  219. 12 Code Sharing and Reuse Between Services/12-01 Shared Logic Between Services.mkv3.02MB
  220. 12 Code Sharing and Reuse Between Services/12-02 Options for Code Sharing.mkv2.83MB
  221. 12 Code Sharing and Reuse Between Services/12-03 NPM Organizations.mkv2.5MB
  222. 12 Code Sharing and Reuse Between Services/12-04 Publishing NPM Modules.mkv2.28MB
  223. 12 Code Sharing and Reuse Between Services/12-05 Project Setup.mkv4.79MB
  224. 12 Code Sharing and Reuse Between Services/12-06 An Easy Publish Command.mkv4.27MB
  225. 12 Code Sharing and Reuse Between Services/12-07 Relocating Shared Code.mkv4.42MB
  226. 12 Code Sharing and Reuse Between Services/12-08 Updating Import Statements.mkv4.41MB
  227. 12 Code Sharing and Reuse Between Services/12-09 Updating the Common Module.mkv4.04MB
  228. 13 Create-Read-Update-Destroy Server Setup/13-01 Ticketing Service Overview.mkv1.82MB
  229. 13 Create-Read-Update-Destroy Server Setup/13-02 Project Setup.mkv4.16MB
  230. 13 Create-Read-Update-Destroy Server Setup/13-03 Running the Ticket Service.mkv4.81MB
  231. 13 Create-Read-Update-Destroy Server Setup/13-04 Mongo Connection URI.mkv7.64MB
  232. 13 Create-Read-Update-Destroy Server Setup/13-05 Quick Auth Update.mkv1.4MB
  233. 13 Create-Read-Update-Destroy Server Setup/13-06 Test-First Approach.mkv2.81MB
  234. 13 Create-Read-Update-Destroy Server Setup/13-07 Creating the Router.mkv3.56MB
  235. 13 Create-Read-Update-Destroy Server Setup/13-08 Adding Auth Protection.mkv6.5MB
  236. 13 Create-Read-Update-Destroy Server Setup/13-09 Faking Authentication During Tests.mkv5.11MB
  237. 13 Create-Read-Update-Destroy Server Setup/13-10 Building a Session.mkv4.75MB
  238. 13 Create-Read-Update-Destroy Server Setup/13-11 Testing Request Validation.mkv3.28MB
  239. 13 Create-Read-Update-Destroy Server Setup/13-12 Validating Title and Price.mkv2.71MB
  240. 13 Create-Read-Update-Destroy Server Setup/13-13 Reminder on Mongoose with TypeScript.mkv4.68MB
  241. 13 Create-Read-Update-Destroy Server Setup/13-14 Defining the Ticket Model.mkv2.43MB
  242. 13 Create-Read-Update-Destroy Server Setup/13-15 Creation via Route Handler.mkv6.5MB
  243. 13 Create-Read-Update-Destroy Server Setup/13-16 Testing Show Routes.mkv4.39MB
  244. 13 Create-Read-Update-Destroy Server Setup/13-17 Unexpected Failure.mkv4.01MB
  245. 13 Create-Read-Update-Destroy Server Setup/13-18 Whats that Error.mkv6.98MB
  246. 13 Create-Read-Update-Destroy Server Setup/13-19 Better Error Logging.mkv4.08MB
  247. 13 Create-Read-Update-Destroy Server Setup/13-20 Complete Index Route Implementation.mkv4.47MB
  248. 13 Create-Read-Update-Destroy Server Setup/13-21 Ticket Updating.mkv4.32MB
  249. 13 Create-Read-Update-Destroy Server Setup/13-22 Handling Updates.mkv2.88MB
  250. 13 Create-Read-Update-Destroy Server Setup/13-23 Permission Checking.mkv4.75MB
  251. 13 Create-Read-Update-Destroy Server Setup/13-24 Final Update Changes.mkv6.53MB
  252. 13 Create-Read-Update-Destroy Server Setup/13-25 Manual Testing.mkv3.59MB
  253. 14 NATS Streaming Server - An Event Bus Implementation/14-01 What Now.mkv1.95MB
  254. 14 NATS Streaming Server - An Event Bus Implementation/14-02 Three Important Items.mkv3.99MB
  255. 14 NATS Streaming Server - An Event Bus Implementation/14-03 Creating a NATS Streaming Deployment.mkv4.17MB
  256. 14 NATS Streaming Server - An Event Bus Implementation/14-04 Big Notes on NATS Streaming.mkv7.73MB
  257. 14 NATS Streaming Server - An Event Bus Implementation/14-05 Building a NATS Test Project.mkv4.16MB
  258. 14 NATS Streaming Server - An Event Bus Implementation/14-06 Port-Forwarding with Kubectl.mkv2.93MB
  259. 14 NATS Streaming Server - An Event Bus Implementation/14-07 Publishing Events.mkv4.02MB
  260. 14 NATS Streaming Server - An Event Bus Implementation/14-08 Listening For Data.mkv4.04MB
  261. 14 NATS Streaming Server - An Event Bus Implementation/14-09 Accessing Event Data.mkv4.99MB
  262. 14 NATS Streaming Server - An Event Bus Implementation/14-10 Client ID Generation.mkv3.01MB
  263. 14 NATS Streaming Server - An Event Bus Implementation/14-11 Queue Groups.mkv5.25MB
  264. 14 NATS Streaming Server - An Event Bus Implementation/14-12 Manual Ack Mode.mkv6.45MB
  265. 14 NATS Streaming Server - An Event Bus Implementation/14-13 Client Health Checks.mkv6.58MB
  266. 14 NATS Streaming Server - An Event Bus Implementation/14-14 Graceful Client Shutdown.mkv5.39MB
  267. 14 NATS Streaming Server - An Event Bus Implementation/14-15 Core Concurrency Issues.mkv8.89MB
  268. 14 NATS Streaming Server - An Event Bus Implementation/14-16 Common Questions.mkv5.26MB
  269. 14 NATS Streaming Server - An Event Bus Implementation/14-17 [Optional] More Possible Concurrency Solutions.mkv11.34MB
  270. 14 NATS Streaming Server - An Event Bus Implementation/14-18 Solving Concurrency Issues.mkv14.47MB
  271. 14 NATS Streaming Server - An Event Bus Implementation/14-19 Concurrency Control with the Tickets App.mkv7.18MB
  272. 14 NATS Streaming Server - An Event Bus Implementation/14-20 Event Redelivery.mkv3.57MB
  273. 14 NATS Streaming Server - An Event Bus Implementation/14-21 Durable Subscriptions.mkv6.6MB
  274. 15 Connecting to NATS in a Node JS World/15-01 Reusable NATS Listeners.mkv3.58MB
  275. 15 Connecting to NATS in a Node JS World/15-02 The Listener Abstract Class.mkv7.06MB
  276. 15 Connecting to NATS in a Node JS World/15-03 Extending the Listener.mkv4.76MB
  277. 15 Connecting to NATS in a Node JS World/15-04 Quick Refactor.mkv2.74MB
  278. 15 Connecting to NATS in a Node JS World/15-05 Leveraging TypeScript for Listener Validation.mkv4.11MB
  279. 15 Connecting to NATS in a Node JS World/15-06 Subjects Enum.mkv2.21MB
  280. 15 Connecting to NATS in a Node JS World/15-07 Custom Event Interface.mkv1.66MB
  281. 15 Connecting to NATS in a Node JS World/15-08 Enforcing Listener Subjects.mkv5.6MB
  282. 15 Connecting to NATS in a Node JS World/15-09 Enforcing Data Types.mkv2.85MB
  283. 15 Connecting to NATS in a Node JS World/15-10 Where Does this Get Used.mkv2.29MB
  284. 15 Connecting to NATS in a Node JS World/15-11 Custom Publisher.mkv5.39MB
  285. 15 Connecting to NATS in a Node JS World/15-12 Using the Custom Publisher.mkv2.65MB
  286. 15 Connecting to NATS in a Node JS World/15-13 Awaiting Event Publication.mkv2.95MB
  287. 15 Connecting to NATS in a Node JS World/15-14 Common Event Definitions Summary.mkv4.34MB
  288. 15 Connecting to NATS in a Node JS World/15-15 Updating the Common Module.mkv5.87MB
  289. 15 Connecting to NATS in a Node JS World/15-16 Restarting NATS.mkv1.34MB
  290. 16 Managing a NATS Client/16-01 Publishing Ticket Creation.mkv2.4MB
  291. 16 Managing a NATS Client/16-02 More on Publishing.mkv2.35MB
  292. 16 Managing a NATS Client/16-03 NATS Client Singleton.mkv3.93MB
  293. 16 Managing a NATS Client/16-04 Remember Mongoose.mkv3.58MB
  294. 16 Managing a NATS Client/16-05 Singleton Implementation.mkv6.79MB
  295. 16 Managing a NATS Client/16-06 Accessing the NATS Client.mkv3.74MB
  296. 16 Managing a NATS Client/16-07 Graceful Shutdown.mkv6.33MB
  297. 16 Managing a NATS Client/16-08 Successful Listen.mkv2.63MB
  298. 16 Managing a NATS Client/16-09 Ticket Update Publishing.mkv4.13MB
  299. 16 Managing a NATS Client/16-10 Failed Event Publishing.mkv5.27MB
  300. 16 Managing a NATS Client/16-11 Handling Publish Failures.mkv3.88MB
  301. 16 Managing a NATS Client/16-12 Fixing a Few Tests.mkv3.3MB
  302. 16 Managing a NATS Client/16-13 Redirecting Imports.mkv4.07MB
  303. 16 Managing a NATS Client/16-14 Providing a Mock Implementation.mkv6.6MB
  304. 16 Managing a NATS Client/16-15 Test-Suite Wide Mocks.mkv2.04MB
  305. 16 Managing a NATS Client/16-16 Ensuring Mock Invocations.mkv6.87MB
  306. 16 Managing a NATS Client/16-17 NATS Env Variables.mkv6.22MB
  307. 17 Cross-Service Data Replication In Action/17-01 The Orders Service.mkv3.71MB
  308. 17 Cross-Service Data Replication In Action/17-02 Scaffolding the Orders Service.mkv3.61MB
  309. 17 Cross-Service Data Replication In Action/17-03 A Touch More Setup.mkv7.08MB
  310. 17 Cross-Service Data Replication In Action/17-04 Ingress Routing Rules.mkv1.48MB
  311. 17 Cross-Service Data Replication In Action/17-05 Scaffolding a Few Route Handlers.mkv7.26MB
  312. 17 Cross-Service Data Replication In Action/17-06 Subtle Service Coupling.mkv4.72MB
  313. 17 Cross-Service Data Replication In Action/17-07 Associating Orders and Tickets.mkv4.43MB
  314. 17 Cross-Service Data Replication In Action/17-08 Order Model Setup.mkv6.07MB
  315. 17 Cross-Service Data Replication In Action/17-09 The Need for an Enum.mkv3.59MB
  316. 17 Cross-Service Data Replication In Action/17-10 Creating an Order Status Enum.mkv6.1MB
  317. 17 Cross-Service Data Replication In Action/17-11 More on Mongoose Refs.mkv2.21MB
  318. 17 Cross-Service Data Replication In Action/17-12 Defining the Ticket Model.mkv4.93MB
  319. 17 Cross-Service Data Replication In Action/17-13 Order Creation Logic.mkv4.22MB
  320. 17 Cross-Service Data Replication In Action/17-14 Finding Reserved Tickets.mkv4.6MB
  321. 17 Cross-Service Data Replication In Action/17-15 Convenience Document Methods.mkv6.34MB
  322. 17 Cross-Service Data Replication In Action/17-16 Order Expiration Times.mkv4.81MB
  323. 17 Cross-Service Data Replication In Action/17-17 Test Suite Setup.mkv2.31MB
  324. 17 Cross-Service Data Replication In Action/17-18 Asserting Tickets Exist.mkv4.81MB
  325. 17 Cross-Service Data Replication In Action/17-19 Asserting Reserved Tickets.mkv3.45MB
  326. 17 Cross-Service Data Replication In Action/17-20 Testing the Success Case.mkv3.16MB
  327. 17 Cross-Service Data Replication In Action/17-21 Fetching a Users Orders.mkv3.49MB
  328. 17 Cross-Service Data Replication In Action/17-22 A Slightly Complicated Test.mkv8.83MB
  329. 17 Cross-Service Data Replication In Action/17-23 Fetching Individual Orders.mkv2.92MB
  330. 17 Cross-Service Data Replication In Action/17-24 Does Fetching Work.mkv4.95MB
  331. 17 Cross-Service Data Replication In Action/17-25 Cancelling an Order.mkv3.3MB
  332. 17 Cross-Service Data Replication In Action/17-26 Can We Cancel.mkv6.43MB
  333. 18 Understanding Event Flow/18-01 Orders Service Events.mkv3.11MB
  334. 18 Understanding Event Flow/18-02 Creating the Events.mkv6.14MB
  335. 18 Understanding Event Flow/18-03 Implementing the Publishers.mkv1.77MB
  336. 18 Understanding Event Flow/18-04 Publishing the Order Creation.mkv4.02MB
  337. 18 Understanding Event Flow/18-05 Publishing Order Cancellation.mkv2MB
  338. 18 Understanding Event Flow/18-06 Testing Event Publishing.mkv4.94MB
  339. 19 Listening for Events and Handling Concurrency Issues/19-01 Time for Listeners.mkv1.5MB
  340. 19 Listening for Events and Handling Concurrency Issues/19-02 Reminder on Listeners.mkv1.51MB
  341. 19 Listening for Events and Handling Concurrency Issues/19-03 Blueprint for Listeners.mkv2.17MB
  342. 19 Listening for Events and Handling Concurrency Issues/19-04 A Few More Reminders.mkv3.73MB
  343. 19 Listening for Events and Handling Concurrency Issues/19-05 Simple onMessage Implementation.mkv1.68MB
  344. 19 Listening for Events and Handling Concurrency Issues/19-06 ID Adjustment.mkv3.94MB
  345. 19 Listening for Events and Handling Concurrency Issues/19-07 Ticket Updated Listener Implementation.mkv3.12MB
  346. 19 Listening for Events and Handling Concurrency Issues/19-08 Initializing the Listeners.mkv2.56MB
  347. 19 Listening for Events and Handling Concurrency Issues/19-09 A Quick Manual Test.mkv2.58MB
  348. 19 Listening for Events and Handling Concurrency Issues/19-10 Clear Concurrency Issues.mkv9.26MB
  349. 19 Listening for Events and Handling Concurrency Issues/19-11 Reminder on Versioning Records.mkv4.44MB
  350. 19 Listening for Events and Handling Concurrency Issues/19-12 Optimistic Concurrency Control.mkv3.6MB
  351. 19 Listening for Events and Handling Concurrency Issues/19-13 Mongoose Update-If-Current.mkv3.1MB
  352. 19 Listening for Events and Handling Concurrency Issues/19-14 Implementing OCC with Mongoose.mkv2.62MB
  353. 19 Listening for Events and Handling Concurrency Issues/19-15 Testing OCC.mkv6.15MB
  354. 19 Listening for Events and Handling Concurrency Issues/19-16 One More Test.mkv2.71MB
  355. 19 Listening for Events and Handling Concurrency Issues/19-17 Who Updates Versions.mkv4.42MB
  356. 19 Listening for Events and Handling Concurrency Issues/19-18 Including Versions in Events.mkv1.85MB
  357. 19 Listening for Events and Handling Concurrency Issues/19-19 Updating Tickets Event Definitions.mkv3.18MB
  358. 19 Listening for Events and Handling Concurrency Issues/19-20 Applying a Version Query.mkv5.29MB
  359. 19 Listening for Events and Handling Concurrency Issues/19-21 Did it Work.mkv4.2MB
  360. 19 Listening for Events and Handling Concurrency Issues/19-22 Abstracted Query Method.mkv4.23MB
  361. 19 Listening for Events and Handling Concurrency Issues/19-23 [Optional] Versioning Without Update-If-Current.mkv13.32MB
  362. 19 Listening for Events and Handling Concurrency Issues/19-24 Testing Listeners.mkv3.24MB
  363. 19 Listening for Events and Handling Concurrency Issues/19-25 A Complete Listener Test.mkv7.15MB
  364. 19 Listening for Events and Handling Concurrency Issues/19-26 Testing the Ack Call.mkv1.68MB
  365. 19 Listening for Events and Handling Concurrency Issues/19-27 Testing the Ticket Updated Listener.mkv5.66MB
  366. 19 Listening for Events and Handling Concurrency Issues/19-28 Success Case Testing.mkv3.49MB
  367. 19 Listening for Events and Handling Concurrency Issues/19-29 Out-Of-Order Events.mkv3.16MB
  368. 19 Listening for Events and Handling Concurrency Issues/19-30 The Next Few Videos.mkv2.44MB
  369. 19 Listening for Events and Handling Concurrency Issues/19-31 Fixing a Few Tests.mkv5.95MB
  370. 19 Listening for Events and Handling Concurrency Issues/19-32 Listeners in the Tickets Service.mkv1.28MB
  371. 19 Listening for Events and Handling Concurrency Issues/19-33 Building the Listener.mkv2.95MB
  372. 19 Listening for Events and Handling Concurrency Issues/19-34 Strategies for Locking a Ticket.mkv3.41MB
  373. 19 Listening for Events and Handling Concurrency Issues/19-35 Reserving a Ticket.mkv2.59MB
  374. 19 Listening for Events and Handling Concurrency Issues/19-36 Setup for Testing Reservation.mkv4.52MB
  375. 19 Listening for Events and Handling Concurrency Issues/19-37 Test Implementation.mkv3.15MB
  376. 19 Listening for Events and Handling Concurrency Issues/19-38 Missing Update Event.mkv4.01MB
  377. 19 Listening for Events and Handling Concurrency Issues/19-39 Private vs Protected Properties.mkv5.17MB
  378. 19 Listening for Events and Handling Concurrency Issues/19-40 Publishing While Listening.mkv4.91MB
  379. 19 Listening for Events and Handling Concurrency Issues/19-41 Mock Function Arguments.mkv7.88MB
  380. 19 Listening for Events and Handling Concurrency Issues/19-42 Order Cancelled Listener.mkv4.67MB
  381. 19 Listening for Events and Handling Concurrency Issues/19-43 A Lightning-Quick Test.mkv4.78MB
  382. 19 Listening for Events and Handling Concurrency Issues/19-44 Dont Forget to Listen.mkv1.89MB
  383. 19 Listening for Events and Handling Concurrency Issues/19-45 Rejecting Edits of Reserved Tickets.mkv5MB
  384. 20 Worker Services/20-01 The Expiration Service.mkv1.63MB
  385. 20 Worker Services/20-02 Expiration Options.mkv4.74MB
  386. 20 Worker Services/20-03 Initial Setup.mkv4.75MB
  387. 20 Worker Services/20-04 A Touch of Kubernetes Setup.mkv5.34MB
  388. 20 Worker Services/20-05 File Sync Setup.mkv3.16MB
  389. 20 Worker Services/20-06 Listener Creation.mkv2.14MB
  390. 20 Worker Services/20-07 Whats Bull All About.mkv2.52MB
  391. 20 Worker Services/20-08 Creating a Queue.mkv5.66MB
  392. 20 Worker Services/20-09 Queueing a Job on Event Arrival.mkv4.01MB
  393. 20 Worker Services/20-10 Testing Job Processing.mkv2.55MB
  394. 20 Worker Services/20-11 Delaying Job Processing.mkv4.08MB
  395. 20 Worker Services/20-12 Defining the Expiration Complete Event.mkv2.93MB
  396. 20 Worker Services/20-13 Publishing an Event on Job Processing.mkv4.34MB
  397. 20 Worker Services/20-14 Handling an Expiration Event.mkv3.84MB
  398. 20 Worker Services/20-15 Emitting the Order Cancelled Event.mkv4.13MB
  399. 20 Worker Services/20-16 Testing the Expiration Complete Listener.mkv3.75MB
  400. 20 Worker Services/20-17 A Touch More Testing.mkv5.7MB
  401. 20 Worker Services/20-18 Listening for Expiration.mkv2.03MB
  402. 20 Worker Services/20-19 Dont Cancel Completed Orders.mkv792.26KB
  403. 21 Handling Payments/21-01 The Payments Service.mkv1.59MB
  404. 21 Handling Payments/21-02 Initial Setup.mkv7MB
  405. 21 Handling Payments/21-03 Replicated Fields.mkv3.36MB
  406. 21 Handling Payments/21-04 Another Order Model!.mkv4.53MB
  407. 21 Handling Payments/21-05 Update-If-Current.mkv888.24KB
  408. 21 Handling Payments/21-06 Replicating Orders.mkv2.51MB
  409. 21 Handling Payments/21-07 Testing Order Creation.mkv4.12MB
  410. 21 Handling Payments/21-08 Marking an Order as Cancelled.mkv3.4MB
  411. 21 Handling Payments/21-09 Cancelled Testing.mkv4.2MB
  412. 21 Handling Payments/21-10 Starting the Listeners.mkv3.12MB
  413. 21 Handling Payments/21-11 Payments Flow with Stripe.mkv2.85MB
  414. 21 Handling Payments/21-12 Implementing the Create Charge Handler.mkv5.66MB
  415. 21 Handling Payments/21-13 Validating Order Payment.mkv2.71MB
  416. 21 Handling Payments/21-14 Testing Order Validation Before Payment.mkv5.09MB
  417. 21 Handling Payments/21-15 Testing Same-User Validation.mkv4.11MB
  418. 21 Handling Payments/21-16 Stripe Setup.mkv2.53MB
  419. 21 Handling Payments/21-17 Creating a Stripe Secret.mkv2.18MB
  420. 21 Handling Payments/21-18 Creating a Charge with Stripe.mkv4.43MB
  421. 21 Handling Payments/21-19 Manual Testing of Payments.mkv5.22MB
  422. 21 Handling Payments/21-20 Automated Payment Testing.mkv4.39MB
  423. 21 Handling Payments/21-21 Mocked Stripe Client.mkv3.25MB
  424. 21 Handling Payments/21-22 A More Realistic Test Setup.mkv6.29MB
  425. 21 Handling Payments/21-23 Realistic Test Implementation.mkv4.6MB
  426. 21 Handling Payments/21-24 Tying an Order and Charge Together.mkv4.54MB
  427. 21 Handling Payments/21-25 Testing Payment Creation.mkv4.69MB
  428. 21 Handling Payments/21-26 Publishing a Payment Created Event.mkv4.33MB
  429. 21 Handling Payments/21-27 More on Publishing.mkv2.35MB
  430. 21 Handling Payments/21-28 Marking an Order as Complete.mkv4.36MB
  431. 22 Back to the Client/22-01 A Few More Pages.mkv4.57MB
  432. 22 Back to the Client/22-02 Reminder on Data Fetching with Next.mkv4.89MB
  433. 22 Back to the Client/22-03 Two Quick Fixes.mkv4.15MB
  434. 22 Back to the Client/22-04 Scaffolding a Form.mkv2.58MB
  435. 22 Back to the Client/22-05 Sanitizing Price Input.mkv3.87MB
  436. 22 Back to the Client/22-06 Ticket Creation.mkv4.82MB
  437. 22 Back to the Client/22-07 Listing All Tickets.mkv5.53MB
  438. 22 Back to the Client/22-08 Linking to Wildcard Routes.mkv4.91MB
  439. 22 Back to the Client/22-09 Creating an Order.mkv4.88MB
  440. 22 Back to the Client/22-10 Programmatic Navigation to Wildcard Routes.mkv3.01MB
  441. 22 Back to the Client/22-11 The Expiration Timer.mkv6.68MB
  442. 22 Back to the Client/22-12 Displaying the Expiration.mkv730.13KB
  443. 22 Back to the Client/22-13 Showing a Stripe Payment Form.mkv2.42MB
  444. 22 Back to the Client/22-14 Configuring Stripe.mkv3.26MB
  445. 22 Back to the Client/22-15 Test Credit Card Numbers.mkv1.6MB
  446. 22 Back to the Client/22-16 Paying for an Order.mkv8.07MB
  447. 22 Back to the Client/22-17 Filtering Reserved Tickets.mkv1.65MB
  448. 22 Back to the Client/22-18 Header Links.mkv1.25MB
  449. 22 Back to the Client/22-19 Rendering a List of Orders.mkv4.14MB
  450. 23 CI-CD/23-01 Development Workflow.mkv2.26MB
  451. 23 CI-CD/23-02 Git Repository Approaches.mkv4.14MB
  452. 23 CI-CD/23-03 Creating a GitHub Action.mkv4.77MB
  453. 23 CI-CD/23-04 Adding a CI Test Script.mkv2.03MB
  454. 23 CI-CD/23-05 Running Tests on PR Creation.mkv3.49MB
  455. 23 CI-CD/23-06 Output of Failing Tests.mkv4.4MB
  456. 23 CI-CD/23-07 Running Tests in Parallel.mkv4.7MB
  457. 23 CI-CD/23-08 Verifying a Test Run.mkv2.54MB
  458. 23 CI-CD/23-09 Selective Test Execution.mkv3.98MB
  459. 23 CI-CD/23-10 Deployment Options.mkv4.5MB
  460. 23 CI-CD/23-11 Creating a Hosted Cluster.mkv1.61MB
  461. 23 CI-CD/23-12 Reminder on Kubernetes Context.mkv2.61MB
  462. 23 CI-CD/23-13 Reminder on Swapping Contexts.mkv2.38MB
  463. 23 CI-CD/23-14 The Deployment Plan.mkv2.72MB
  464. 23 CI-CD/23-15 Building an Image in an Action.mkv5.59MB
  465. 23 CI-CD/23-16 Testing the Image Build.mkv2.08MB
  466. 23 CI-CD/23-17 Restarting the Deployment.mkv5.3MB
  467. 23 CI-CD/23-18 Applying Kubernetes Manifests.mkv2.31MB
  468. 23 CI-CD/23-19 Prod vs Dev Manifest Files.mkv3.17MB
  469. 23 CI-CD/23-20 Manual Secret Creation.mkv2MB
  470. 23 CI-CD/23-21 Don't Forget Ingress-Nginx!.mkv4.03MB
  471. 23 CI-CD/23-22 Testing Automated Deployment.mkv2.05MB
  472. 23 CI-CD/23-23 Additional Deploy Files.mkv5.82MB
  473. 23 CI-CD/23-24 A Successful Deploy!.mkv4.93MB
  474. 23 CI-CD/23-25 Buying a Domain Name.mkv2.18MB
  475. 23 CI-CD/23-26 Configuring the Domain Name.mkv3.91MB
  476. 23 CI-CD/23-29 I Really Hope This Works.mkv1003.92KB
  477. 23 CI-CD/23-30 Next Steps.mkv3.1MB
  478. 24 [Appendix A] - Basics of Docker/24-01 Why Use Docker.mkv2.83MB
  479. 24 [Appendix A] - Basics of Docker/24-02 What is Docker.mkv1.97MB
  480. 24 [Appendix A] - Basics of Docker/24-03 Docker for Mac Windows.mkv1.39MB
  481. 24 [Appendix A] - Basics of Docker/24-04 Installing Docker on macOS.mkv3.67MB
  482. 24 [Appendix A] - Basics of Docker/24-06 Installing Docker for Windows - Professional and Enterprise.mkv1.32MB
  483. 24 [Appendix A] - Basics of Docker/24-07 More Windows Setup - Professional and Enterprise.mkv414.65KB
  484. 24 [Appendix A] - Basics of Docker/24-08 One Last Piece of Windows Setup - Professional and Enterprise.mkv706.26KB
  485. 24 [Appendix A] - Basics of Docker/24-10 Using the Docker Client.mkv4.55MB
  486. 24 [Appendix A] - Basics of Docker/24-11 But Really... Whats a Container.mkv6.02MB
  487. 24 [Appendix A] - Basics of Docker/24-12 Hows Docker Running on Your Computer.mkv2.04MB
  488. 24 [Appendix A] - Basics of Docker/24-13 Docker Run in Detail.mkv1.38MB
  489. 24 [Appendix A] - Basics of Docker/24-14 Overriding Default Commands.mkv3.4MB
  490. 24 [Appendix A] - Basics of Docker/24-15 Listing Running Containers.mkv3.38MB
  491. 24 [Appendix A] - Basics of Docker/24-16 Container Lifecycle.mkv3.92MB
  492. 24 [Appendix A] - Basics of Docker/24-17 Restarting Stopped Containers.mkv2.68MB
  493. 24 [Appendix A] - Basics of Docker/24-18 Removing Stopped Containers.mkv1.2MB
  494. 24 [Appendix A] - Basics of Docker/24-19 Retrieving Output Logs.mkv1.69MB
  495. 24 [Appendix A] - Basics of Docker/24-20 Stopping Containers.mkv3.85MB
  496. 24 [Appendix A] - Basics of Docker/24-21 Multi-Command Containers.mkv3.08MB
  497. 24 [Appendix A] - Basics of Docker/24-22 Executing Commands in Running Containers.mkv2.05MB
  498. 24 [Appendix A] - Basics of Docker/24-23 The Purpose of the it Flag.mkv2.91MB
  499. 24 [Appendix A] - Basics of Docker/24-24 Getting a Command Prompt in a Container.mkv2.8MB
  500. 24 [Appendix A] - Basics of Docker/24-25 Starting with a Shell.mkv1.47MB
  501. 24 [Appendix A] - Basics of Docker/24-26 Container Isolation.mkv1.94MB
  502. 24 [Appendix A] - Basics of Docker/24-27 Creating Docker Images.mkv1.71MB
  503. 24 [Appendix A] - Basics of Docker/24-28 Building a Dockerfile.mkv3.38MB
  504. 24 [Appendix A] - Basics of Docker/24-29 Dockerfile Teardown.mkv2.19MB
  505. 24 [Appendix A] - Basics of Docker/24-30 Whats a Base Image.mkv3.91MB
  506. 24 [Appendix A] - Basics of Docker/24-31 The Build Process in Detail.mkv9.96MB
  507. 24 [Appendix A] - Basics of Docker/24-32 A Brief Recap.mkv2.56MB
  508. 24 [Appendix A] - Basics of Docker/24-33 Rebuilds with Cache.mkv6.22MB
  509. 24 [Appendix A] - Basics of Docker/24-34 Tagging an Image.mkv3.13MB
  510. 24 [Appendix A] - Basics of Docker/24-35 Manual Image Generation with Docker Commit.mkv3.51MB
  511. 24 [Appendix A] - Basics of Docker/24-36 Project Outline.mkv1.64MB
  512. 24 [Appendix A] - Basics of Docker/24-37 Node Server Setup.mkv3.17MB
  513. 24 [Appendix A] - Basics of Docker/24-38 A Few Planned Errors.mkv3.45MB
  514. 24 [Appendix A] - Basics of Docker/24-39 Base Image Issues.mkv6.1MB
  515. 24 [Appendix A] - Basics of Docker/24-40 A Few Missing Files.mkv2.67MB
  516. 24 [Appendix A] - Basics of Docker/24-41 Copying Build Files.mkv3.5MB
  517. 24 [Appendix A] - Basics of Docker/24-43 Container Port Forwarding.mkv5.21MB
  518. 24 [Appendix A] - Basics of Docker/24-44 Specifying a Working Directory.mkv5.28MB
  519. 24 [Appendix A] - Basics of Docker/24-45 Unnecessary Rebuilds.mkv2.98MB
  520. 24 [Appendix A] - Basics of Docker/24-46 Minimizing Cache Busting and Rebuilds.mkv3.82MB
  521. 25 [Appendix B] - Basics of Typescript/25-01 How to Get Help.mkv627.47KB
  522. 25 [Appendix B] - Basics of Typescript/25-02 TypeScript Overview.mkv3.79MB
  523. 25 [Appendix B] - Basics of Typescript/25-03 Environment Setup.mkv5.99MB
  524. 25 [Appendix B] - Basics of Typescript/25-04 A First App.mkv2.77MB
  525. 25 [Appendix B] - Basics of Typescript/25-05 Executing Typescript Code.mkv2.87MB
  526. 25 [Appendix B] - Basics of Typescript/25-06 One Quick Change.mkv2.18MB
  527. 25 [Appendix B] - Basics of Typescript/25-07 Catching Errors with TypeScript.mkv5.1MB
  528. 25 [Appendix B] - Basics of Typescript/25-08 Catching More Errors.mkv3.66MB
  529. 25 [Appendix B] - Basics of Typescript/25-09 Do Not Skip - Course Overview.mkv2.03MB
  530. 25 [Appendix B] - Basics of Typescript/25-10 Types.mkv3.21MB
  531. 25 [Appendix B] - Basics of Typescript/25-11 More on Types.mkv3.68MB
  532. 25 [Appendix B] - Basics of Typescript/25-12 Examples of Types.mkv2.71MB
  533. 25 [Appendix B] - Basics of Typescript/25-13 Where Do We Use Types.mkv494.59KB
  534. 25 [Appendix B] - Basics of Typescript/25-14 Type Annotations and Inference.mkv1.27MB
  535. 25 [Appendix B] - Basics of Typescript/25-15 Annotations With Variables.mkv3.13MB
  536. 25 [Appendix B] - Basics of Typescript/25-16 Object Literal Annotations.mkv4.17MB
  537. 25 [Appendix B] - Basics of Typescript/25-17 Annotations Around Functions.mkv3.91MB
  538. 25 [Appendix B] - Basics of Typescript/25-18 Understanding Inference.mkv2.61MB
  539. 25 [Appendix B] - Basics of Typescript/25-19 The Any Type.mkv5.21MB
  540. 25 [Appendix B] - Basics of Typescript/25-20 Fixing the Any Type.mkv1.34MB
  541. 25 [Appendix B] - Basics of Typescript/25-21 Delayed Initialization.mkv2.07MB
  542. 25 [Appendix B] - Basics of Typescript/25-22 When Inference Doesnt Work.mkv2.99MB
  543. 25 [Appendix B] - Basics of Typescript/25-23 Annotations Around Functions.mkv3.07MB
  544. 25 [Appendix B] - Basics of Typescript/25-24 Inference Around Functions.mkv3.33MB
  545. 25 [Appendix B] - Basics of Typescript/25-25 Annotations for Anonymous Functions.mkv1.18MB
  546. 25 [Appendix B] - Basics of Typescript/25-26 Void and Never.mkv1.93MB
  547. 25 [Appendix B] - Basics of Typescript/25-27 Destructuring with Annotations.mkv2.67MB
  548. 25 [Appendix B] - Basics of Typescript/25-28 Annotations Around Objects.mkv4.65MB
  549. 25 [Appendix B] - Basics of Typescript/25-29 Arrays in TypeScript.mkv2.79MB
  550. 25 [Appendix B] - Basics of Typescript/25-30 Why Typed Arrays.mkv3.07MB
  551. 25 [Appendix B] - Basics of Typescript/25-31 Multiple Typees in Arrays.mkv1.95MB
  552. 25 [Appendix B] - Basics of Typescript/25-32 When to Use Typed Arrays.mkv539.46KB
  553. 25 [Appendix B] - Basics of Typescript/25-33 Tuples in TypeScript.mkv2.9MB
  554. 25 [Appendix B] - Basics of Typescript/25-34 Tuples in Action.mkv3.37MB
  555. 25 [Appendix B] - Basics of Typescript/25-35 Why Tuples.mkv2.05MB
  556. 25 [Appendix B] - Basics of Typescript/25-36 Interfaces.mkv847.13KB
  557. 25 [Appendix B] - Basics of Typescript/25-37 Long Type Annotations.mkv2.85MB
  558. 25 [Appendix B] - Basics of Typescript/25-38 Fixing Annotations With Interfaces.mkv3.39MB
  559. 25 [Appendix B] - Basics of Typescript/25-39 Syntax Around Interfaces.mkv2.56MB
  560. 25 [Appendix B] - Basics of Typescript/25-40 Functions in Interfaces.mkv3.21MB
  561. 25 [Appendix B] - Basics of Typescript/25-41 Code Reuse with Interfaces.mkv3.02MB
  562. 25 [Appendix B] - Basics of Typescript/25-42 General Plan with Interfaces.mkv2.01MB
  563. 25 [Appendix B] - Basics of Typescript/25-43 Classes.mkv2.33MB
  564. 25 [Appendix B] - Basics of Typescript/25-44 Basic Inheritance.mkv2.04MB
  565. 25 [Appendix B] - Basics of Typescript/25-45 Class Method Modifiers.mkv4.35MB
  566. 25 [Appendix B] - Basics of Typescript/25-46 Fields in Classes.mkv4.54MB
  567. 25 [Appendix B] - Basics of Typescript/25-47 Fields with Inheritance.mkv3.25MB
  568. 25 [Appendix B] - Basics of Typescript/25-48 Where to Use Classes.mkv724.93KB
  569. 25 [Appendix B] - Basics of Typescript/25-49 App Overview.mkv1.66MB
  570. 25 [Appendix B] - Basics of Typescript/25-50 Parcel in Action.mkv2.93MB
  571. 25 [Appendix B] - Basics of Typescript/25-51 Project Structure.mkv1.99MB
  572. 25 [Appendix B] - Basics of Typescript/25-52 Generating Random Data.mkv3.82MB
  573. 25 [Appendix B] - Basics of Typescript/25-53 Type Definition Files.mkv3.46MB
  574. 25 [Appendix B] - Basics of Typescript/25-54 Using Type Definition Files.mkv4.72MB
  575. 25 [Appendix B] - Basics of Typescript/25-55 Export Statements in TypeScript.mkv3.4MB
  576. 25 [Appendix B] - Basics of Typescript/25-56 Defining a Company.mkv3.44MB
  577. 25 [Appendix B] - Basics of Typescript/25-57 Adding Google Maps Support.mkv5.46MB
  578. 25 [Appendix B] - Basics of Typescript/25-58 Google Maps Integration with TypeScript.mkv3.13MB
  579. 25 [Appendix B] - Basics of Typescript/25-59 Exploring Type Definition Files.mkv10.92MB
  580. 25 [Appendix B] - Basics of Typescript/25-60 Hiding Functionality.mkv4.49MB
  581. 25 [Appendix B] - Basics of Typescript/25-61 Why Use Private Modifiers Heres Why.mkv5.31MB
  582. 25 [Appendix B] - Basics of Typescript/25-62 Adding Markers.mkv7.24MB
  583. 25 [Appendix B] - Basics of Typescript/25-63 Duplicate Code.mkv2.26MB
  584. 25 [Appendix B] - Basics of Typescript/25-64 One Possible Solution.mkv4.89MB
  585. 25 [Appendix B] - Basics of Typescript/25-65 Restricting Access with Interfaces.mkv3.96MB
  586. 25 [Appendix B] - Basics of Typescript/25-66 Implicit Type Checks.mkv2.7MB
  587. 25 [Appendix B] - Basics of Typescript/25-67 Showing Popup Windows.mkv6.51MB
  588. 25 [Appendix B] - Basics of Typescript/25-68 Updating Interface Definitions.mkv5.76MB
  589. 25 [Appendix B] - Basics of Typescript/25-69 Optional Implements Clauses.mkv4.85MB
  590. 25 [Appendix B] - Basics of Typescript/25-70 App Wrapup.mkv5.9MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统