zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
udemy.com - Microservices with Node JS and React [2020-10]
magnet:?xt=urn:btih:758d0e96b9bee299928ae8574599897bda14a9da&dn=udemy.com - Microservices with Node JS and React [2020-10]
磁力链接详情
文件列表详情
758d0e96b9bee299928ae8574599897bda14a9da
infohash:
590
文件数量
20.59 GB
文件大小
2022-2-14 06:46
创建日期
2024-11-6 13:56
最后访问
相关分词
udemy
com
-
Microservices
with
Node
JS
and
React
2020-10
01 Fundamental Ideas Around Microservices/01-01 How to Get Help.mp4 3.75 MB
01 Fundamental Ideas Around Microservices/01-02 What Is a Microservice.mp4 18.51 MB
01 Fundamental Ideas Around Microservices/01-03 Data in Microservices.mp4 48.89 MB
01 Fundamental Ideas Around Microservices/01-04 Big Problems with Data.mp4 37.81 MB
01 Fundamental Ideas Around Microservices/01-05 Sync Communication Between Services.mp4 50.22 MB
01 Fundamental Ideas Around Microservices/01-06 Event-Based Communication.mp4 36.64 MB
01 Fundamental Ideas Around Microservices/01-07 A Crazy Way of Storing Data.mp4 78.43 MB
01 Fundamental Ideas Around Microservices/01-08 Pros and Cons of Async Communication.mp4 53.16 MB
02 A Mini-Microservices App/02-01 App Overview.mp4 32.91 MB
02 A Mini-Microservices App/02-02 Project Setup.mp4 19.91 MB
02 A Mini-Microservices App/02-03 Posts Service Creation.mp4 49.59 MB
02 A Mini-Microservices App/02-04 Testing the Posts Service.mp4 17.87 MB
02 A Mini-Microservices App/02-05 Implementing a Comments Service.mp4 58.92 MB
02 A Mini-Microservices App/02-06 Quick Comments Test.mp4 17.72 MB
02 A Mini-Microservices App/02-08 React Project Setup.mp4 30.09 MB
02 A Mini-Microservices App/02-09 Building Post Submission.mp4 68.27 MB
02 A Mini-Microservices App/02-10 Handling CORS Errors.mp4 28.59 MB
02 A Mini-Microservices App/02-11 Fetching and Rendering Posts.mp4 59.72 MB
02 A Mini-Microservices App/02-12 Creating Comments.mp4 51.15 MB
02 A Mini-Microservices App/02-13 Displaying Comments.mp4 48.22 MB
02 A Mini-Microservices App/02-15 Request Minimization Strategies.mp4 34.6 MB
02 A Mini-Microservices App/02-16 An Async Solution.mp4 49.9 MB
02 A Mini-Microservices App/02-17 Common Questions Around Async Events.mp4 35.85 MB
02 A Mini-Microservices App/02-18 Event Bus Overview.mp4 34.58 MB
02 A Mini-Microservices App/02-19 A Basic Event Bus Implementation.mp4 32.35 MB
02 A Mini-Microservices App/02-20 Emitting Events.mp4 31.63 MB
02 A Mini-Microservices App/02-21 Emitting Comment Creation Events.mp4 27.64 MB
02 A Mini-Microservices App/02-22 Receiving Events.mp4 26.54 MB
02 A Mini-Microservices App/02-23 Creating the Data Query Service.mp4 23.74 MB
02 A Mini-Microservices App/02-24 Parsing Incoming Events.mp4 46.09 MB
02 A Mini-Microservices App/02-25 Using the Query Service.mp4 49.14 MB
02 A Mini-Microservices App/02-26 Adding a Simple Feature.mp4 29.89 MB
02 A Mini-Microservices App/02-27 Issues with Comment Filtering.mp4 56.01 MB
02 A Mini-Microservices App/02-28 A Second Approach.mp4 44.55 MB
02 A Mini-Microservices App/02-29 How to Handle Resource Updates.mp4 38.39 MB
02 A Mini-Microservices App/02-30 Creating the Moderation Service.mp4 34.05 MB
02 A Mini-Microservices App/02-31 Adding Comment Moderation.mp4 37.55 MB
02 A Mini-Microservices App/02-32 Handling Moderation.mp4 39.02 MB
02 A Mini-Microservices App/02-33 Updating Comment Content.mp4 39.2 MB
02 A Mini-Microservices App/02-34 A Quick Test.mp4 41.36 MB
02 A Mini-Microservices App/02-35 Rendering Comments by Status.mp4 21.12 MB
02 A Mini-Microservices App/02-36 Dealing with Missing Events.mp4 66.63 MB
02 A Mini-Microservices App/02-37 Implementing Event Sync.mp4 45.2 MB
02 A Mini-Microservices App/02-38 Event Syncing in Action.mp4 30.98 MB
03 Running Services with Docker/03-01 Deployment Issues.mp4 40.7 MB
03 Running Services with Docker/03-02 Why Docker.mp4 17.86 MB
03 Running Services with Docker/03-03 Why Kubernetes.mp4 33.99 MB
03 Running Services with Docker/03-04 Dont Know Docker Watch This.mp4 6.26 MB
03 Running Services with Docker/03-05 Dockerizing the Posts Service.mp4 19.91 MB
03 Running Services with Docker/03-06 Review Some Basic Commands.mp4 31.52 MB
03 Running Services with Docker/03-07 Dockering Other Services.mp4 14.51 MB
04 Orchestrating Collections of Services with Kubernetes/04-01 Installing Kubernetes.mp4 21.13 MB
04 Orchestrating Collections of Services with Kubernetes/04-02 A Kubernetes Tour.mp4 62.26 MB
04 Orchestrating Collections of Services with Kubernetes/04-03 Important Kubernetes Terminology.mp4 18.79 MB
04 Orchestrating Collections of Services with Kubernetes/04-04 Notes on Config Files.mp4 23 MB
04 Orchestrating Collections of Services with Kubernetes/04-05 Creating a Pod.mp4 27.03 MB
04 Orchestrating Collections of Services with Kubernetes/04-06 Understanding a Pod Spec.mp4 36.18 MB
04 Orchestrating Collections of Services with Kubernetes/04-07 Common Kubectl Commands.mp4 31.52 MB
04 Orchestrating Collections of Services with Kubernetes/04-08 A Time-Saving Alias.mp4 11.19 MB
04 Orchestrating Collections of Services with Kubernetes/04-09 Introducing Deployments.mp4 23.75 MB
04 Orchestrating Collections of Services with Kubernetes/04-10 Creating a Deployment.mp4 24.13 MB
04 Orchestrating Collections of Services with Kubernetes/04-11 Common Commands Around Deployments.mp4 23.39 MB
04 Orchestrating Collections of Services with Kubernetes/04-12 Updating Deployments.mp4 31.48 MB
04 Orchestrating Collections of Services with Kubernetes/04-13 Preferred Method for Updating Deployments.mp4 32.11 MB
04 Orchestrating Collections of Services with Kubernetes/04-14 Networking With Services.mp4 27.4 MB
04 Orchestrating Collections of Services with Kubernetes/04-15 Creating a NodePort Service.mp4 41.16 MB
04 Orchestrating Collections of Services with Kubernetes/04-16 Accessing NodePort Services.mp4 27.05 MB
04 Orchestrating Collections of Services with Kubernetes/04-17 Setting Up Cluster IP Services.mp4 16.95 MB
04 Orchestrating Collections of Services with Kubernetes/04-18 Building a Deployment for the Event Bus.mp4 27.25 MB
04 Orchestrating Collections of Services with Kubernetes/04-19 Adding ClusterIP Services.mp4 40.36 MB
04 Orchestrating Collections of Services with Kubernetes/04-20 How to Communicate Between Services.mp4 24.9 MB
04 Orchestrating Collections of Services with Kubernetes/04-21 Updating Service Addresses.mp4 40.14 MB
04 Orchestrating Collections of Services with Kubernetes/04-22 Verifying Communication.mp4 23.32 MB
04 Orchestrating Collections of Services with Kubernetes/04-23 Adding Query Moderation and Comments.mp4 64.46 MB
04 Orchestrating Collections of Services with Kubernetes/04-24 Testing Communication.mp4 34.69 MB
04 Orchestrating Collections of Services with Kubernetes/04-25 Load Balancer Services.mp4 28.11 MB
04 Orchestrating Collections of Services with Kubernetes/04-26 Load Balancers and Ingress.mp4 38.77 MB
04 Orchestrating Collections of Services with Kubernetes/04-27 Installing Ingress-Nginx.mp4 53.55 MB
04 Orchestrating Collections of Services with Kubernetes/04-28 Writing Ingress Config Files.mp4 24.64 MB
04 Orchestrating Collections of Services with Kubernetes/04-29 Hosts File Tweak.mp4 35.02 MB
04 Orchestrating Collections of Services with Kubernetes/04-31 Deploying the React App.mp4 36.1 MB
04 Orchestrating Collections of Services with Kubernetes/04-32 Unique Route Paths.mp4 38.31 MB
04 Orchestrating Collections of Services with Kubernetes/04-33 Final Route Config.mp4 37.73 MB
04 Orchestrating Collections of Services with Kubernetes/04-34 Introducing Skaffold.mp4 19.16 MB
04 Orchestrating Collections of Services with Kubernetes/04-35 Skaffold Setup.mp4 50.3 MB
04 Orchestrating Collections of Services with Kubernetes/04-36 First Time Skaffold Startup.mp4 7.62 MB
04 Orchestrating Collections of Services with Kubernetes/04-37 A Few Notes on Skaffold.mp4 54.69 MB
05 Architecture of Multi-Service Apps/05-01 Big Ticket Items.mp4 109.32 MB
05 Architecture of Multi-Service Apps/05-02 App Overview.mp4 61.08 MB
05 Architecture of Multi-Service Apps/05-03 Resource Types.mp4 23 MB
05 Architecture of Multi-Service Apps/05-04 Service Types.mp4 24.02 MB
05 Architecture of Multi-Service Apps/05-05 Events and Architecture Design.mp4 23.25 MB
05 Architecture of Multi-Service Apps/05-07 Auth Service Setup.mp4 20.76 MB
05 Architecture of Multi-Service Apps/05-08 Auth K8s Setup.mp4 32.89 MB
05 Architecture of Multi-Service Apps/05-09 Adding Skaffold.mp4 28.24 MB
05 Architecture of Multi-Service Apps/05-11 Ingress-Nginx Setup.mp4 37.2 MB
05 Architecture of Multi-Service Apps/05-12 Hosts File and Security Warning.mp4 18.65 MB
06 Leveraging a Cloud Environment for Development/06-01 Note on Remote Development.mp4 16.17 MB
06 Leveraging a Cloud Environment for Development/06-02 Remote Dev with Skaffold.mp4 41.57 MB
06 Leveraging a Cloud Environment for Development/06-03 Google Cloud Initial Setup.mp4 14.45 MB
06 Leveraging a Cloud Environment for Development/06-04 Kubernetes Cluster Creation.mp4 18.35 MB
06 Leveraging a Cloud Environment for Development/06-05 Kubectl Contexts.mp4 24.49 MB
06 Leveraging a Cloud Environment for Development/06-06 Initializing the GCloud SDK.mp4 28.48 MB
06 Leveraging a Cloud Environment for Development/06-07 Installing the GCloud Context.mp4 25.01 MB
06 Leveraging a Cloud Environment for Development/06-08 Updating the Skaffold Config.mp4 27.26 MB
06 Leveraging a Cloud Environment for Development/06-09 More Skaffold Updates.mp4 6.5 MB
06 Leveraging a Cloud Environment for Development/06-10 Creating a Load Balancer.mp4 30.67 MB
06 Leveraging a Cloud Environment for Development/06-11 Final Config and Test.mp4 43.46 MB
07 Response Normalization Strategies/07-01 Creating Route Handlers.mp4 28.83 MB
07 Response Normalization Strategies/07-02 Scaffolding Routes.mp4 25.94 MB
07 Response Normalization Strategies/07-03 Adding Validation.mp4 58.23 MB
07 Response Normalization Strategies/07-04 Handling Validation Errors.mp4 43.21 MB
07 Response Normalization Strategies/07-06 Surprising Complexity Around Errors.mp4 36.92 MB
07 Response Normalization Strategies/07-07 Other Sources of Errors.mp4 31.51 MB
07 Response Normalization Strategies/07-08 Solution for Error Handling.mp4 38.68 MB
07 Response Normalization Strategies/07-09 Building an Error Handling Middleware.mp4 45.22 MB
07 Response Normalization Strategies/07-10 Communicating More Info to the Error Handler.mp4 34.35 MB
07 Response Normalization Strategies/07-11 Encoding More Information In an Error.mp4 31.68 MB
07 Response Normalization Strategies/07-12 Subclassing for Custom Errors.mp4 48.56 MB
07 Response Normalization Strategies/07-13 Determining Error Type.mp4 22.32 MB
07 Response Normalization Strategies/07-14 Converting Errors to Responses.mp4 71.13 MB
07 Response Normalization Strategies/07-15 Moving Logic Into Errors.mp4 61.41 MB
07 Response Normalization Strategies/07-16 Verifying Our Custom Errors.mp4 63.97 MB
07 Response Normalization Strategies/07-17 Final Error Related Code.mp4 67.31 MB
07 Response Normalization Strategies/07-18 How to Define New Custom Errors.mp4 30.9 MB
07 Response Normalization Strategies/07-19 Uh Oh... Async Error Handling.mp4 42.51 MB
08 Database Management and Modeling/08-01 Creating Databases in Kubernetes.mp4 48.04 MB
08 Database Management and Modeling/08-02 Connecting to MongoDB.mp4 53.13 MB
08 Database Management and Modeling/08-03 Understanding the Signup Flow.mp4 28.95 MB
08 Database Management and Modeling/08-04 Getting TypeScript and Mongoose to Cooperate.mp4 30.91 MB
08 Database Management and Modeling/08-05 Creating the User Model.mp4 23.92 MB
08 Database Management and Modeling/08-06 Type Checking User Properties.mp4 33.23 MB
08 Database Management and Modeling/08-07 Adding Static Properties to a Model.mp4 39.21 MB
08 Database Management and Modeling/08-08 Defining Extra Document Properties.mp4 40.43 MB
08 Database Management and Modeling/08-09 Whats That Angle Bracket For.mp4 22.37 MB
08 Database Management and Modeling/08-10 User Creation.mp4 43.14 MB
08 Database Management and Modeling/08-11 Proper Error Handling.mp4 49.05 MB
08 Database Management and Modeling/08-13 Reminder on Password Hashing.mp4 30.13 MB
08 Database Management and Modeling/08-14 Adding Password Hashing.mp4 39.8 MB
08 Database Management and Modeling/08-15 Comparing Hashed Password.mp4 19.14 MB
08 Database Management and Modeling/08-16 Mongoose Pre-Save Hooks.mp4 40.59 MB
09 Authentication Strategies and Options/09-01 Fundamental Authentication Strategies.mp4 59.44 MB
09 Authentication Strategies and Options/09-02 Huge Issues with Authentication Strategies.mp4 51.1 MB
09 Authentication Strategies and Options/09-03 So Which Option.mp4 22.73 MB
09 Authentication Strategies and Options/09-04 Solving Issues with Option 2.mp4 57.36 MB
09 Authentication Strategies and Options/09-05 Reminder on Cookies vs JWTs.mp4 36.19 MB
09 Authentication Strategies and Options/09-06 Microservices Auth Requirements.mp4 72.34 MB
09 Authentication Strategies and Options/09-07 Issues with JWTs and Server Side Rendering.mp4 66.32 MB
09 Authentication Strategies and Options/09-08 Cookies and Encryption.mp4 35.27 MB
09 Authentication Strategies and Options/09-09 Adding Session Support.mp4 20.52 MB
09 Authentication Strategies and Options/09-10 Generating a JWT.mp4 58.92 MB
09 Authentication Strategies and Options/09-11 JWT Signing Keys.mp4 30.44 MB
09 Authentication Strategies and Options/09-12 Securely Storing Secrets with Kubernetes.mp4 11.19 MB
09 Authentication Strategies and Options/09-13 Creating and Accessing Secrets.mp4 53.26 MB
09 Authentication Strategies and Options/09-14 Accessing Env Variables in a Pod.mp4 36.8 MB
09 Authentication Strategies and Options/09-15 Common Response Properties.mp4 26.48 MB
09 Authentication Strategies and Options/09-16 Formatting JSON Properties.mp4 72.11 MB
09 Authentication Strategies and Options/09-17 The Signin Flow.mp4 56.15 MB
09 Authentication Strategies and Options/09-18 Common Request Validation Middleware.mp4 40.94 MB
09 Authentication Strategies and Options/09-19 Sign In Logic.mp4 49.04 MB
09 Authentication Strategies and Options/09-20 Quick Sign In Test.mp4 11.32 MB
09 Authentication Strategies and Options/09-21 Current User Handler.mp4 16.42 MB
09 Authentication Strategies and Options/09-22 Returning the Current User.mp4 56.37 MB
09 Authentication Strategies and Options/09-23 Signing Out.mp4 15.72 MB
09 Authentication Strategies and Options/09-24 Creating a Current User Middleware.mp4 40.66 MB
09 Authentication Strategies and Options/09-25 Augmenting Type Definitions.mp4 45.88 MB
09 Authentication Strategies and Options/09-26 Requiring Auth for Route Access.mp4 45.95 MB
10 Testing Isolated Microservices/10-01 Scope of Testing.mp4 30.16 MB
10 Testing Isolated Microservices/10-02 Testing Goals.mp4 32.23 MB
10 Testing Isolated Microservices/10-03 Testing Architecture.mp4 53.32 MB
10 Testing Isolated Microservices/10-04 Index to App Refactor.mp4 26.32 MB
10 Testing Isolated Microservices/10-05 A Few Dependencies.mp4 24.59 MB
10 Testing Isolated Microservices/10-06 Test Environment Setup.mp4 48.9 MB
10 Testing Isolated Microservices/10-07 Our First Test.mp4 40.03 MB
10 Testing Isolated Microservices/10-08 An Important Note.mp4 7.45 MB
10 Testing Isolated Microservices/10-09 Testing Invalid Input.mp4 36.75 MB
10 Testing Isolated Microservices/10-10 Requiring Unique Emails.mp4 12.73 MB
10 Testing Isolated Microservices/10-11 Changing Node Env During Tests.mp4 40.51 MB
10 Testing Isolated Microservices/10-12 Tests Around Sign In Functionality.mp4 38.63 MB
10 Testing Isolated Microservices/10-13 Testing Sign Out.mp4 26.37 MB
10 Testing Isolated Microservices/10-14 Issues with Cookies During Testing.mp4 31.45 MB
10 Testing Isolated Microservices/10-15 Easy Auth Solution.mp4 20.8 MB
10 Testing Isolated Microservices/10-16 Auth Helper Function.mp4 54.79 MB
10 Testing Isolated Microservices/10-17 Testing Non-Authed Requests.mp4 13 MB
11 Integrating a Server-Side-Rendered React App/11-01 Starting the React App.mp4 13.32 MB
11 Integrating a Server-Side-Rendered React App/11-02 Reminder on Server Side Rendering.mp4 21.3 MB
11 Integrating a Server-Side-Rendered React App/11-03 Basics of Next JS.mp4 21.44 MB
11 Integrating a Server-Side-Rendered React App/11-04 Building a Next Image.mp4 18.01 MB
11 Integrating a Server-Side-Rendered React App/11-05 Running Next in Kubernetes.mp4 58.36 MB
11 Integrating a Server-Side-Rendered React App/11-06 Note on File Change Detection.mp4 19.33 MB
11 Integrating a Server-Side-Rendered React App/11-07 Adding Global CSS.mp4 25.34 MB
11 Integrating a Server-Side-Rendered React App/11-08 Adding a Sign Up Form.mp4 16.51 MB
11 Integrating a Server-Side-Rendered React App/11-09 Handling Email and Password Inputs.mp4 25.25 MB
11 Integrating a Server-Side-Rendered React App/11-10 Successful Account Signup.mp4 36.71 MB
11 Integrating a Server-Side-Rendered React App/11-11 Handling Validation Errors.mp4 42.92 MB
11 Integrating a Server-Side-Rendered React App/11-12 The useRequest Hook.mp4 44.79 MB
11 Integrating a Server-Side-Rendered React App/11-13 Using the useRequest Hook.mp4 27.48 MB
11 Integrating a Server-Side-Rendered React App/11-14 An onSuccess Callback.mp4 40.78 MB
11 Integrating a Server-Side-Rendered React App/11-15 Overview on Server Side Rendering.mp4 36.93 MB
11 Integrating a Server-Side-Rendered React App/11-16 Fetching Data During SSR.mp4 30.58 MB
11 Integrating a Server-Side-Rendered React App/11-17 Why the Error.mp4 62.07 MB
11 Integrating a Server-Side-Rendered React App/11-18 Two Possible Solutions.mp4 43.32 MB
11 Integrating a Server-Side-Rendered React App/11-19 Cross Namespace Service Communication.mp4 46.28 MB
11 Integrating a Server-Side-Rendered React App/11-20 When is GetInitialProps Called.mp4 47.19 MB
11 Integrating a Server-Side-Rendered React App/11-21 On the Server or the Browser.mp4 14.57 MB
11 Integrating a Server-Side-Rendered React App/11-22 Specifying the Host.mp4 60.19 MB
11 Integrating a Server-Side-Rendered React App/11-23 Passing Through the Cookies.mp4 32.5 MB
11 Integrating a Server-Side-Rendered React App/11-24 A Reusable API Client.mp4 43.55 MB
11 Integrating a Server-Side-Rendered React App/11-25 Content on the Landing Page.mp4 13.04 MB
11 Integrating a Server-Side-Rendered React App/11-26 The Sign In Form.mp4 22.61 MB
11 Integrating a Server-Side-Rendered React App/11-27 A Reusable Header.mp4 33.95 MB
11 Integrating a Server-Side-Rendered React App/11-28 Moving GetInitialProps.mp4 13.61 MB
11 Integrating a Server-Side-Rendered React App/11-29 Issues with Custom App GetInitialProps.mp4 50.14 MB
11 Integrating a Server-Side-Rendered React App/11-30 Handling Multiple GetInitialProps.mp4 46.89 MB
11 Integrating a Server-Side-Rendered React App/11-31 Passing Props Through.mp4 23.89 MB
11 Integrating a Server-Side-Rendered React App/11-32 Building the Header.mp4 29.03 MB
11 Integrating a Server-Side-Rendered React App/11-33 Conditionally Showing Links.mp4 39.72 MB
11 Integrating a Server-Side-Rendered React App/11-34 Signing Out.mp4 24.12 MB
12 Code Sharing and Reuse Between Services/12-01 Shared Logic Between Services.mp4 26.96 MB
12 Code Sharing and Reuse Between Services/12-02 Options for Code Sharing.mp4 25.73 MB
12 Code Sharing and Reuse Between Services/12-03 NPM Organizations.mp4 20.73 MB
12 Code Sharing and Reuse Between Services/12-04 Publishing NPM Modules.mp4 17.09 MB
12 Code Sharing and Reuse Between Services/12-05 Project Setup.mp4 44.39 MB
12 Code Sharing and Reuse Between Services/12-06 An Easy Publish Command.mp4 38.38 MB
12 Code Sharing and Reuse Between Services/12-07 Relocating Shared Code.mp4 36.64 MB
12 Code Sharing and Reuse Between Services/12-08 Updating Import Statements.mp4 39.96 MB
12 Code Sharing and Reuse Between Services/12-09 Updating the Common Module.mp4 34.15 MB
13 Create-Read-Update-Destroy Server Setup/13-01 Ticketing Service Overview.mp4 17.64 MB
13 Create-Read-Update-Destroy Server Setup/13-02 Project Setup.mp4 38.29 MB
13 Create-Read-Update-Destroy Server Setup/13-03 Running the Ticket Service.mp4 43.53 MB
13 Create-Read-Update-Destroy Server Setup/13-04 Mongo Connection URI.mp4 67.55 MB
13 Create-Read-Update-Destroy Server Setup/13-05 Quick Auth Update.mp4 14 MB
13 Create-Read-Update-Destroy Server Setup/13-06 Test-First Approach.mp4 23.28 MB
13 Create-Read-Update-Destroy Server Setup/13-07 Creating the Router.mp4 32.56 MB
13 Create-Read-Update-Destroy Server Setup/13-08 Adding Auth Protection.mp4 64.81 MB
13 Create-Read-Update-Destroy Server Setup/13-09 Faking Authentication During Tests.mp4 45.6 MB
13 Create-Read-Update-Destroy Server Setup/13-10 Building a Session.mp4 48.34 MB
13 Create-Read-Update-Destroy Server Setup/13-11 Testing Request Validation.mp4 29.88 MB
13 Create-Read-Update-Destroy Server Setup/13-12 Validating Title and Price.mp4 24.77 MB
13 Create-Read-Update-Destroy Server Setup/13-13 Reminder on Mongoose with TypeScript.mp4 47.13 MB
13 Create-Read-Update-Destroy Server Setup/13-14 Defining the Ticket Model.mp4 23.06 MB
13 Create-Read-Update-Destroy Server Setup/13-15 Creation via Route Handler.mp4 63.22 MB
13 Create-Read-Update-Destroy Server Setup/13-16 Testing Show Routes.mp4 37.8 MB
13 Create-Read-Update-Destroy Server Setup/13-17 Unexpected Failure.mp4 36.03 MB
13 Create-Read-Update-Destroy Server Setup/13-18 Whats that Error.mp4 62.91 MB
13 Create-Read-Update-Destroy Server Setup/13-19 Better Error Logging.mp4 38.43 MB
13 Create-Read-Update-Destroy Server Setup/13-20 Complete Index Route Implementation.mp4 39.88 MB
13 Create-Read-Update-Destroy Server Setup/13-21 Ticket Updating.mp4 39.65 MB
13 Create-Read-Update-Destroy Server Setup/13-22 Handling Updates.mp4 28.32 MB
13 Create-Read-Update-Destroy Server Setup/13-23 Permission Checking.mp4 42.33 MB
13 Create-Read-Update-Destroy Server Setup/13-24 Final Update Changes.mp4 60.84 MB
13 Create-Read-Update-Destroy Server Setup/13-25 Manual Testing.mp4 29.31 MB
14 NATS Streaming Server - An Event Bus Implementation/14-01 What Now.mp4 18.21 MB
14 NATS Streaming Server - An Event Bus Implementation/14-02 Three Important Items.mp4 37.39 MB
14 NATS Streaming Server - An Event Bus Implementation/14-03 Creating a NATS Streaming Deployment.mp4 36.93 MB
14 NATS Streaming Server - An Event Bus Implementation/14-04 Big Notes on NATS Streaming.mp4 72.57 MB
14 NATS Streaming Server - An Event Bus Implementation/14-05 Building a NATS Test Project.mp4 34.18 MB
14 NATS Streaming Server - An Event Bus Implementation/14-06 Port-Forwarding with Kubectl.mp4 26.38 MB
14 NATS Streaming Server - An Event Bus Implementation/14-07 Publishing Events.mp4 35.68 MB
14 NATS Streaming Server - An Event Bus Implementation/14-08 Listening For Data.mp4 32.34 MB
14 NATS Streaming Server - An Event Bus Implementation/14-09 Accessing Event Data.mp4 44.12 MB
14 NATS Streaming Server - An Event Bus Implementation/14-10 Client ID Generation.mp4 26.62 MB
14 NATS Streaming Server - An Event Bus Implementation/14-11 Queue Groups.mp4 49.98 MB
14 NATS Streaming Server - An Event Bus Implementation/14-12 Manual Ack Mode.mp4 56.6 MB
14 NATS Streaming Server - An Event Bus Implementation/14-13 Client Health Checks.mp4 55.6 MB
14 NATS Streaming Server - An Event Bus Implementation/14-14 Graceful Client Shutdown.mp4 52.87 MB
14 NATS Streaming Server - An Event Bus Implementation/14-15 Core Concurrency Issues.mp4 96.44 MB
14 NATS Streaming Server - An Event Bus Implementation/14-16 Common Questions.mp4 53.48 MB
14 NATS Streaming Server - An Event Bus Implementation/14-17 [Optional] More Possible Concurrency Solutions.mp4 127.02 MB
14 NATS Streaming Server - An Event Bus Implementation/14-18 Solving Concurrency Issues.mp4 149.99 MB
14 NATS Streaming Server - An Event Bus Implementation/14-19 Concurrency Control with the Tickets App.mp4 75.48 MB
14 NATS Streaming Server - An Event Bus Implementation/14-20 Event Redelivery.mp4 33.42 MB
14 NATS Streaming Server - An Event Bus Implementation/14-21 Durable Subscriptions.mp4 62.53 MB
15 Connecting to NATS in a Node JS World/15-01 Reusable NATS Listeners.mp4 34.03 MB
15 Connecting to NATS in a Node JS World/15-02 The Listener Abstract Class.mp4 67.5 MB
15 Connecting to NATS in a Node JS World/15-03 Extending the Listener.mp4 45.25 MB
15 Connecting to NATS in a Node JS World/15-04 Quick Refactor.mp4 26.14 MB
15 Connecting to NATS in a Node JS World/15-05 Leveraging TypeScript for Listener Validation.mp4 38.59 MB
15 Connecting to NATS in a Node JS World/15-06 Subjects Enum.mp4 18.52 MB
15 Connecting to NATS in a Node JS World/15-07 Custom Event Interface.mp4 14.32 MB
15 Connecting to NATS in a Node JS World/15-08 Enforcing Listener Subjects.mp4 55.31 MB
15 Connecting to NATS in a Node JS World/15-09 Enforcing Data Types.mp4 28.8 MB
15 Connecting to NATS in a Node JS World/15-10 Where Does this Get Used.mp4 22.99 MB
15 Connecting to NATS in a Node JS World/15-11 Custom Publisher.mp4 48.6 MB
15 Connecting to NATS in a Node JS World/15-12 Using the Custom Publisher.mp4 24.92 MB
15 Connecting to NATS in a Node JS World/15-13 Awaiting Event Publication.mp4 24.02 MB
15 Connecting to NATS in a Node JS World/15-14 Common Event Definitions Summary.mp4 39.41 MB
15 Connecting to NATS in a Node JS World/15-15 Updating the Common Module.mp4 55.92 MB
15 Connecting to NATS in a Node JS World/15-16 Restarting NATS.mp4 11.78 MB
16 Managing a NATS Client/16-01 Publishing Ticket Creation.mp4 19.6 MB
16 Managing a NATS Client/16-02 More on Publishing.mp4 22.12 MB
16 Managing a NATS Client/16-03 NATS Client Singleton.mp4 37.15 MB
16 Managing a NATS Client/16-04 Remember Mongoose.mp4 34.86 MB
16 Managing a NATS Client/16-05 Singleton Implementation.mp4 60.61 MB
16 Managing a NATS Client/16-06 Accessing the NATS Client.mp4 35.82 MB
16 Managing a NATS Client/16-07 Graceful Shutdown.mp4 60.35 MB
16 Managing a NATS Client/16-08 Successful Listen.mp4 22.64 MB
16 Managing a NATS Client/16-09 Ticket Update Publishing.mp4 32.75 MB
16 Managing a NATS Client/16-10 Failed Event Publishing.mp4 52.17 MB
16 Managing a NATS Client/16-11 Handling Publish Failures.mp4 38.91 MB
16 Managing a NATS Client/16-12 Fixing a Few Tests.mp4 29.09 MB
16 Managing a NATS Client/16-13 Redirecting Imports.mp4 40.51 MB
16 Managing a NATS Client/16-14 Providing a Mock Implementation.mp4 63.89 MB
16 Managing a NATS Client/16-15 Test-Suite Wide Mocks.mp4 20.17 MB
16 Managing a NATS Client/16-16 Ensuring Mock Invocations.mp4 61.25 MB
16 Managing a NATS Client/16-17 NATS Env Variables.mp4 64.65 MB
17 Cross-Service Data Replication In Action/17-01 The Orders Service.mp4 37.99 MB
17 Cross-Service Data Replication In Action/17-02 Scaffolding the Orders Service.mp4 30.71 MB
17 Cross-Service Data Replication In Action/17-03 A Touch More Setup.mp4 62.14 MB
17 Cross-Service Data Replication In Action/17-04 Ingress Routing Rules.mp4 14.12 MB
17 Cross-Service Data Replication In Action/17-05 Scaffolding a Few Route Handlers.mp4 70.91 MB
17 Cross-Service Data Replication In Action/17-06 Subtle Service Coupling.mp4 46.11 MB
17 Cross-Service Data Replication In Action/17-07 Associating Orders and Tickets.mp4 41.18 MB
17 Cross-Service Data Replication In Action/17-08 Order Model Setup.mp4 53.81 MB
17 Cross-Service Data Replication In Action/17-09 The Need for an Enum.mp4 31.58 MB
17 Cross-Service Data Replication In Action/17-10 Creating an Order Status Enum.mp4 58.73 MB
17 Cross-Service Data Replication In Action/17-11 More on Mongoose Refs.mp4 23 MB
17 Cross-Service Data Replication In Action/17-12 Defining the Ticket Model.mp4 46.97 MB
17 Cross-Service Data Replication In Action/17-13 Order Creation Logic.mp4 40.95 MB
17 Cross-Service Data Replication In Action/17-14 Finding Reserved Tickets.mp4 45.54 MB
17 Cross-Service Data Replication In Action/17-15 Convenience Document Methods.mp4 63.61 MB
17 Cross-Service Data Replication In Action/17-16 Order Expiration Times.mp4 47.79 MB
17 Cross-Service Data Replication In Action/17-17 Test Suite Setup.mp4 22.03 MB
17 Cross-Service Data Replication In Action/17-18 Asserting Tickets Exist.mp4 42.86 MB
17 Cross-Service Data Replication In Action/17-19 Asserting Reserved Tickets.mp4 31.9 MB
17 Cross-Service Data Replication In Action/17-20 Testing the Success Case.mp4 29.08 MB
17 Cross-Service Data Replication In Action/17-21 Fetching a Users Orders.mp4 29.96 MB
17 Cross-Service Data Replication In Action/17-22 A Slightly Complicated Test.mp4 83.75 MB
17 Cross-Service Data Replication In Action/17-23 Fetching Individual Orders.mp4 26.89 MB
17 Cross-Service Data Replication In Action/17-24 Does Fetching Work.mp4 46.01 MB
17 Cross-Service Data Replication In Action/17-25 Cancelling an Order.mp4 30.25 MB
17 Cross-Service Data Replication In Action/17-26 Can We Cancel.mp4 63.38 MB
18 Understanding Event Flow/18-01 Orders Service Events.mp4 23.99 MB
18 Understanding Event Flow/18-02 Creating the Events.mp4 51.83 MB
18 Understanding Event Flow/18-03 Implementing the Publishers.mp4 14.59 MB
18 Understanding Event Flow/18-04 Publishing the Order Creation.mp4 37.66 MB
18 Understanding Event Flow/18-05 Publishing Order Cancellation.mp4 19.85 MB
18 Understanding Event Flow/18-06 Testing Event Publishing.mp4 44.11 MB
19 Listening for Events and Handling Concurrency Issues/19-01 Time for Listeners.mp4 14.77 MB
19 Listening for Events and Handling Concurrency Issues/19-02 Reminder on Listeners.mp4 15.09 MB
19 Listening for Events and Handling Concurrency Issues/19-03 Blueprint for Listeners.mp4 18.62 MB
19 Listening for Events and Handling Concurrency Issues/19-04 A Few More Reminders.mp4 35.36 MB
19 Listening for Events and Handling Concurrency Issues/19-05 Simple onMessage Implementation.mp4 16.12 MB
19 Listening for Events and Handling Concurrency Issues/19-06 ID Adjustment.mp4 36.89 MB
19 Listening for Events and Handling Concurrency Issues/19-07 Ticket Updated Listener Implementation.mp4 31.02 MB
19 Listening for Events and Handling Concurrency Issues/19-08 Initializing the Listeners.mp4 26.7 MB
19 Listening for Events and Handling Concurrency Issues/19-09 A Quick Manual Test.mp4 25.49 MB
19 Listening for Events and Handling Concurrency Issues/19-10 Clear Concurrency Issues.mp4 86.17 MB
19 Listening for Events and Handling Concurrency Issues/19-11 Reminder on Versioning Records.mp4 43.77 MB
19 Listening for Events and Handling Concurrency Issues/19-12 Optimistic Concurrency Control.mp4 34.25 MB
19 Listening for Events and Handling Concurrency Issues/19-13 Mongoose Update-If-Current.mp4 27.68 MB
19 Listening for Events and Handling Concurrency Issues/19-14 Implementing OCC with Mongoose.mp4 23.01 MB
19 Listening for Events and Handling Concurrency Issues/19-15 Testing OCC.mp4 55.18 MB
19 Listening for Events and Handling Concurrency Issues/19-16 One More Test.mp4 25.04 MB
19 Listening for Events and Handling Concurrency Issues/19-17 Who Updates Versions.mp4 43.31 MB
19 Listening for Events and Handling Concurrency Issues/19-18 Including Versions in Events.mp4 15.2 MB
19 Listening for Events and Handling Concurrency Issues/19-19 Updating Tickets Event Definitions.mp4 28.17 MB
19 Listening for Events and Handling Concurrency Issues/19-20 Applying a Version Query.mp4 49.01 MB
19 Listening for Events and Handling Concurrency Issues/19-21 Did it Work.mp4 30.36 MB
19 Listening for Events and Handling Concurrency Issues/19-22 Abstracted Query Method.mp4 42.38 MB
19 Listening for Events and Handling Concurrency Issues/19-23 [Optional] Versioning Without Update-If-Current.mp4 123.89 MB
19 Listening for Events and Handling Concurrency Issues/19-24 Testing Listeners.mp4 29.53 MB
19 Listening for Events and Handling Concurrency Issues/19-25 A Complete Listener Test.mp4 69.81 MB
19 Listening for Events and Handling Concurrency Issues/19-26 Testing the Ack Call.mp4 14.81 MB
19 Listening for Events and Handling Concurrency Issues/19-27 Testing the Ticket Updated Listener.mp4 56.4 MB
19 Listening for Events and Handling Concurrency Issues/19-28 Success Case Testing.mp4 31.28 MB
19 Listening for Events and Handling Concurrency Issues/19-29 Out-Of-Order Events.mp4 29.4 MB
19 Listening for Events and Handling Concurrency Issues/19-30 The Next Few Videos.mp4 22.98 MB
19 Listening for Events and Handling Concurrency Issues/19-31 Fixing a Few Tests.mp4 56.91 MB
19 Listening for Events and Handling Concurrency Issues/19-32 Listeners in the Tickets Service.mp4 13.19 MB
19 Listening for Events and Handling Concurrency Issues/19-33 Building the Listener.mp4 24.83 MB
19 Listening for Events and Handling Concurrency Issues/19-34 Strategies for Locking a Ticket.mp4 30.99 MB
19 Listening for Events and Handling Concurrency Issues/19-35 Reserving a Ticket.mp4 29.15 MB
19 Listening for Events and Handling Concurrency Issues/19-36 Setup for Testing Reservation.mp4 42.89 MB
19 Listening for Events and Handling Concurrency Issues/19-37 Test Implementation.mp4 26.66 MB
19 Listening for Events and Handling Concurrency Issues/19-38 Missing Update Event.mp4 38.97 MB
19 Listening for Events and Handling Concurrency Issues/19-39 Private vs Protected Properties.mp4 53.81 MB
19 Listening for Events and Handling Concurrency Issues/19-40 Publishing While Listening.mp4 46.09 MB
19 Listening for Events and Handling Concurrency Issues/19-41 Mock Function Arguments.mp4 71.03 MB
19 Listening for Events and Handling Concurrency Issues/19-42 Order Cancelled Listener.mp4 47.81 MB
19 Listening for Events and Handling Concurrency Issues/19-43 A Lightning-Quick Test.mp4 46.49 MB
19 Listening for Events and Handling Concurrency Issues/19-44 Dont Forget to Listen.mp4 19.51 MB
19 Listening for Events and Handling Concurrency Issues/19-45 Rejecting Edits of Reserved Tickets.mp4 45.91 MB
20 Worker Services/20-01 The Expiration Service.mp4 15.22 MB
20 Worker Services/20-02 Expiration Options.mp4 43.97 MB
20 Worker Services/20-03 Initial Setup.mp4 45.79 MB
20 Worker Services/20-04 A Touch of Kubernetes Setup.mp4 49.85 MB
20 Worker Services/20-05 File Sync Setup.mp4 24.37 MB
20 Worker Services/20-06 Listener Creation.mp4 18.58 MB
20 Worker Services/20-07 Whats Bull All About.mp4 24.98 MB
20 Worker Services/20-08 Creating a Queue.mp4 47.73 MB
20 Worker Services/20-09 Queueing a Job on Event Arrival.mp4 39.79 MB
20 Worker Services/20-10 Testing Job Processing.mp4 26.5 MB
20 Worker Services/20-11 Delaying Job Processing.mp4 36.63 MB
20 Worker Services/20-12 Defining the Expiration Complete Event.mp4 25.82 MB
20 Worker Services/20-13 Publishing an Event on Job Processing.mp4 39.34 MB
20 Worker Services/20-14 Handling an Expiration Event.mp4 37.31 MB
20 Worker Services/20-15 Emitting the Order Cancelled Event.mp4 39.43 MB
20 Worker Services/20-16 Testing the Expiration Complete Listener.mp4 37.06 MB
20 Worker Services/20-17 A Touch More Testing.mp4 55.76 MB
20 Worker Services/20-18 Listening for Expiration.mp4 18.97 MB
20 Worker Services/20-19 Dont Cancel Completed Orders.mp4 7.73 MB
21 Handling Payments/21-01 The Payments Service.mp4 15.85 MB
21 Handling Payments/21-02 Initial Setup.mp4 65.95 MB
21 Handling Payments/21-03 Replicated Fields.mp4 28.88 MB
21 Handling Payments/21-04 Another Order Model!.mp4 40.03 MB
21 Handling Payments/21-05 Update-If-Current.mp4 8.24 MB
21 Handling Payments/21-06 Replicating Orders.mp4 23.82 MB
21 Handling Payments/21-07 Testing Order Creation.mp4 38.2 MB
21 Handling Payments/21-08 Marking an Order as Cancelled.mp4 32.59 MB
21 Handling Payments/21-09 Cancelled Testing.mp4 40.6 MB
21 Handling Payments/21-10 Starting the Listeners.mp4 36.4 MB
21 Handling Payments/21-11 Payments Flow with Stripe.mp4 25.39 MB
21 Handling Payments/21-12 Implementing the Create Charge Handler.mp4 53.85 MB
21 Handling Payments/21-13 Validating Order Payment.mp4 27.57 MB
21 Handling Payments/21-14 Testing Order Validation Before Payment.mp4 48.43 MB
21 Handling Payments/21-15 Testing Same-User Validation.mp4 38.99 MB
21 Handling Payments/21-16 Stripe Setup.mp4 21.98 MB
21 Handling Payments/21-17 Creating a Stripe Secret.mp4 19.18 MB
21 Handling Payments/21-18 Creating a Charge with Stripe.mp4 45.62 MB
21 Handling Payments/21-19 Manual Testing of Payments.mp4 42.98 MB
21 Handling Payments/21-20 Automated Payment Testing.mp4 41.3 MB
21 Handling Payments/21-21 Mocked Stripe Client.mp4 28.01 MB
21 Handling Payments/21-22 A More Realistic Test Setup.mp4 60.51 MB
21 Handling Payments/21-23 Realistic Test Implementation.mp4 42.7 MB
21 Handling Payments/21-24 Tying an Order and Charge Together.mp4 43.39 MB
21 Handling Payments/21-25 Testing Payment Creation.mp4 44.41 MB
21 Handling Payments/21-26 Publishing a Payment Created Event.mp4 38.32 MB
21 Handling Payments/21-27 More on Publishing.mp4 23.78 MB
21 Handling Payments/21-28 Marking an Order as Complete.mp4 42.08 MB
22 Back to the Client/22-01 A Few More Pages.mp4 40.56 MB
22 Back to the Client/22-02 Reminder on Data Fetching with Next.mp4 47.68 MB
22 Back to the Client/22-03 Two Quick Fixes.mp4 37.68 MB
22 Back to the Client/22-04 Scaffolding a Form.mp4 21.82 MB
22 Back to the Client/22-05 Sanitizing Price Input.mp4 35.2 MB
22 Back to the Client/22-06 Ticket Creation.mp4 46.25 MB
22 Back to the Client/22-07 Listing All Tickets.mp4 51.24 MB
22 Back to the Client/22-08 Linking to Wildcard Routes.mp4 44.09 MB
22 Back to the Client/22-09 Creating an Order.mp4 44.86 MB
22 Back to the Client/22-10 Programmatic Navigation to Wildcard Routes.mp4 29.38 MB
22 Back to the Client/22-11 The Expiration Timer.mp4 62.46 MB
22 Back to the Client/22-12 Displaying the Expiration.mp4 6.2 MB
22 Back to the Client/22-13 Showing a Stripe Payment Form.mp4 19.96 MB
22 Back to the Client/22-14 Configuring Stripe.mp4 30.79 MB
22 Back to the Client/22-15 Test Credit Card Numbers.mp4 15.71 MB
22 Back to the Client/22-16 Paying for an Order.mp4 83.73 MB
22 Back to the Client/22-17 Filtering Reserved Tickets.mp4 13.55 MB
22 Back to the Client/22-18 Header Links.mp4 12.41 MB
22 Back to the Client/22-19 Rendering a List of Orders.mp4 38.07 MB
23 CI-CD/23-01 Development Workflow.mp4 21.4 MB
23 CI-CD/23-02 Git Repository Approaches.mp4 34.85 MB
23 CI-CD/23-03 Creating a GitHub Action.mp4 43.23 MB
23 CI-CD/23-04 Adding a CI Test Script.mp4 16.31 MB
23 CI-CD/23-05 Running Tests on PR Creation.mp4 34.71 MB
23 CI-CD/23-06 Output of Failing Tests.mp4 41.36 MB
23 CI-CD/23-07 Running Tests in Parallel.mp4 40.88 MB
23 CI-CD/23-08 Verifying a Test Run.mp4 21.76 MB
23 CI-CD/23-09 Selective Test Execution.mp4 31.44 MB
23 CI-CD/23-10 Deployment Options.mp4 47.53 MB
23 CI-CD/23-11 Creating a Hosted Cluster.mp4 14.7 MB
23 CI-CD/23-12 Reminder on Kubernetes Context.mp4 21.3 MB
23 CI-CD/23-13 Reminder on Swapping Contexts.mp4 19.89 MB
23 CI-CD/23-14 The Deployment Plan.mp4 30.75 MB
23 CI-CD/23-15 Building an Image in an Action.mp4 56.15 MB
23 CI-CD/23-16 Testing the Image Build.mp4 19.83 MB
23 CI-CD/23-17 Restarting the Deployment.mp4 51.73 MB
23 CI-CD/23-18 Applying Kubernetes Manifests.mp4 22.7 MB
23 CI-CD/23-19 Prod vs Dev Manifest Files.mp4 29.66 MB
23 CI-CD/23-20 Manual Secret Creation.mp4 16.1 MB
23 CI-CD/23-21 Don't Forget Ingress-Nginx!.mp4 33.63 MB
23 CI-CD/23-22 Testing Automated Deployment.mp4 18.99 MB
23 CI-CD/23-23 Additional Deploy Files.mp4 57.51 MB
23 CI-CD/23-24 A Successful Deploy!.mp4 45.57 MB
23 CI-CD/23-25 Buying a Domain Name.mp4 19.67 MB
23 CI-CD/23-26 Configuring the Domain Name.mp4 36.21 MB
23 CI-CD/23-29 I Really Hope This Works.mp4 6.53 MB
23 CI-CD/23-30 Next Steps.mp4 33.33 MB
24 [Appendix A] - Basics of Docker/24-01 Why Use Docker.mp4 27.46 MB
24 [Appendix A] - Basics of Docker/24-02 What is Docker.mp4 19.65 MB
24 [Appendix A] - Basics of Docker/24-03 Docker for Mac Windows.mp4 14.18 MB
24 [Appendix A] - Basics of Docker/24-04 Installing Docker on macOS.mp4 40.36 MB
24 [Appendix A] - Basics of Docker/24-06 Installing Docker for Windows - Professional and Enterprise.mp4 19.89 MB
24 [Appendix A] - Basics of Docker/24-07 More Windows Setup - Professional and Enterprise.mp4 8.52 MB
24 [Appendix A] - Basics of Docker/24-08 One Last Piece of Windows Setup - Professional and Enterprise.mp4 15 MB
24 [Appendix A] - Basics of Docker/24-10 Using the Docker Client.mp4 44.92 MB
24 [Appendix A] - Basics of Docker/24-11 But Really... Whats a Container.mp4 65.7 MB
24 [Appendix A] - Basics of Docker/24-12 Hows Docker Running on Your Computer.mp4 22.82 MB
24 [Appendix A] - Basics of Docker/24-13 Docker Run in Detail.mp4 13.34 MB
24 [Appendix A] - Basics of Docker/24-14 Overriding Default Commands.mp4 34.17 MB
24 [Appendix A] - Basics of Docker/24-15 Listing Running Containers.mp4 29.65 MB
24 [Appendix A] - Basics of Docker/24-16 Container Lifecycle.mp4 40.67 MB
24 [Appendix A] - Basics of Docker/24-17 Restarting Stopped Containers.mp4 25.93 MB
24 [Appendix A] - Basics of Docker/24-18 Removing Stopped Containers.mp4 13.34 MB
24 [Appendix A] - Basics of Docker/24-19 Retrieving Output Logs.mp4 16.89 MB
24 [Appendix A] - Basics of Docker/24-20 Stopping Containers.mp4 38.99 MB
24 [Appendix A] - Basics of Docker/24-21 Multi-Command Containers.mp4 29.34 MB
24 [Appendix A] - Basics of Docker/24-22 Executing Commands in Running Containers.mp4 22.22 MB
24 [Appendix A] - Basics of Docker/24-23 The Purpose of the it Flag.mp4 29.31 MB
24 [Appendix A] - Basics of Docker/24-24 Getting a Command Prompt in a Container.mp4 27.32 MB
24 [Appendix A] - Basics of Docker/24-25 Starting with a Shell.mp4 14.91 MB
24 [Appendix A] - Basics of Docker/24-26 Container Isolation.mp4 16.51 MB
24 [Appendix A] - Basics of Docker/24-27 Creating Docker Images.mp4 17.32 MB
24 [Appendix A] - Basics of Docker/24-28 Building a Dockerfile.mp4 33.71 MB
24 [Appendix A] - Basics of Docker/24-29 Dockerfile Teardown.mp4 21 MB
24 [Appendix A] - Basics of Docker/24-30 Whats a Base Image.mp4 43.83 MB
24 [Appendix A] - Basics of Docker/24-31 The Build Process in Detail.mp4 115.49 MB
24 [Appendix A] - Basics of Docker/24-32 A Brief Recap.mp4 32.23 MB
24 [Appendix A] - Basics of Docker/24-33 Rebuilds with Cache.mp4 68.21 MB
24 [Appendix A] - Basics of Docker/24-34 Tagging an Image.mp4 30.38 MB
24 [Appendix A] - Basics of Docker/24-35 Manual Image Generation with Docker Commit.mp4 35.81 MB
24 [Appendix A] - Basics of Docker/24-36 Project Outline.mp4 16.27 MB
24 [Appendix A] - Basics of Docker/24-37 Node Server Setup.mp4 27.98 MB
24 [Appendix A] - Basics of Docker/24-38 A Few Planned Errors.mp4 34.51 MB
24 [Appendix A] - Basics of Docker/24-39 Base Image Issues.mp4 62.67 MB
24 [Appendix A] - Basics of Docker/24-40 A Few Missing Files.mp4 30.25 MB
24 [Appendix A] - Basics of Docker/24-41 Copying Build Files.mp4 38.21 MB
24 [Appendix A] - Basics of Docker/24-43 Container Port Forwarding.mp4 51.89 MB
24 [Appendix A] - Basics of Docker/24-44 Specifying a Working Directory.mp4 51.07 MB
24 [Appendix A] - Basics of Docker/24-45 Unnecessary Rebuilds.mp4 29.54 MB
24 [Appendix A] - Basics of Docker/24-46 Minimizing Cache Busting and Rebuilds.mp4 37.95 MB
25 [Appendix B] - Basics of Typescript/25-01 How to Get Help.mp4 4.96 MB
25 [Appendix B] - Basics of Typescript/25-02 TypeScript Overview.mp4 32.06 MB
25 [Appendix B] - Basics of Typescript/25-03 Environment Setup.mp4 49.83 MB
25 [Appendix B] - Basics of Typescript/25-04 A First App.mp4 20.77 MB
25 [Appendix B] - Basics of Typescript/25-05 Executing Typescript Code.mp4 21.07 MB
25 [Appendix B] - Basics of Typescript/25-06 One Quick Change.mp4 17.89 MB
25 [Appendix B] - Basics of Typescript/25-07 Catching Errors with TypeScript.mp4 46 MB
25 [Appendix B] - Basics of Typescript/25-08 Catching More Errors.mp4 32.72 MB
25 [Appendix B] - Basics of Typescript/25-09 Do Not Skip - Course Overview.mp4 15.82 MB
25 [Appendix B] - Basics of Typescript/25-10 Types.mp4 26.9 MB
25 [Appendix B] - Basics of Typescript/25-11 More on Types.mp4 33.76 MB
25 [Appendix B] - Basics of Typescript/25-12 Examples of Types.mp4 18.37 MB
25 [Appendix B] - Basics of Typescript/25-13 Where Do We Use Types.mp4 4.16 MB
25 [Appendix B] - Basics of Typescript/25-14 Type Annotations and Inference.mp4 10.96 MB
25 [Appendix B] - Basics of Typescript/25-15 Annotations With Variables.mp4 22.38 MB
25 [Appendix B] - Basics of Typescript/25-16 Object Literal Annotations.mp4 31.56 MB
25 [Appendix B] - Basics of Typescript/25-17 Annotations Around Functions.mp4 31.6 MB
25 [Appendix B] - Basics of Typescript/25-18 Understanding Inference.mp4 22.47 MB
25 [Appendix B] - Basics of Typescript/25-19 The Any Type.mp4 43.72 MB
25 [Appendix B] - Basics of Typescript/25-20 Fixing the Any Type.mp4 11.63 MB
25 [Appendix B] - Basics of Typescript/25-21 Delayed Initialization.mp4 18.32 MB
25 [Appendix B] - Basics of Typescript/25-22 When Inference Doesnt Work.mp4 24.38 MB
25 [Appendix B] - Basics of Typescript/25-23 Annotations Around Functions.mp4 25.75 MB
25 [Appendix B] - Basics of Typescript/25-24 Inference Around Functions.mp4 22.69 MB
25 [Appendix B] - Basics of Typescript/25-25 Annotations for Anonymous Functions.mp4 9.56 MB
25 [Appendix B] - Basics of Typescript/25-26 Void and Never.mp4 15.37 MB
25 [Appendix B] - Basics of Typescript/25-27 Destructuring with Annotations.mp4 23.13 MB
25 [Appendix B] - Basics of Typescript/25-28 Annotations Around Objects.mp4 36.89 MB
25 [Appendix B] - Basics of Typescript/25-29 Arrays in TypeScript.mp4 19.1 MB
25 [Appendix B] - Basics of Typescript/25-30 Why Typed Arrays.mp4 25.53 MB
25 [Appendix B] - Basics of Typescript/25-31 Multiple Typees in Arrays.mp4 15.52 MB
25 [Appendix B] - Basics of Typescript/25-32 When to Use Typed Arrays.mp4 4.42 MB
25 [Appendix B] - Basics of Typescript/25-33 Tuples in TypeScript.mp4 23.2 MB
25 [Appendix B] - Basics of Typescript/25-34 Tuples in Action.mp4 24.24 MB
25 [Appendix B] - Basics of Typescript/25-35 Why Tuples.mp4 16.68 MB
25 [Appendix B] - Basics of Typescript/25-36 Interfaces.mp4 6.73 MB
25 [Appendix B] - Basics of Typescript/25-37 Long Type Annotations.mp4 21.84 MB
25 [Appendix B] - Basics of Typescript/25-38 Fixing Annotations With Interfaces.mp4 31.66 MB
25 [Appendix B] - Basics of Typescript/25-39 Syntax Around Interfaces.mp4 24.46 MB
25 [Appendix B] - Basics of Typescript/25-40 Functions in Interfaces.mp4 29.11 MB
25 [Appendix B] - Basics of Typescript/25-41 Code Reuse with Interfaces.mp4 27.03 MB
25 [Appendix B] - Basics of Typescript/25-42 General Plan with Interfaces.mp4 17.97 MB
25 [Appendix B] - Basics of Typescript/25-43 Classes.mp4 17.07 MB
25 [Appendix B] - Basics of Typescript/25-44 Basic Inheritance.mp4 16.38 MB
25 [Appendix B] - Basics of Typescript/25-45 Class Method Modifiers.mp4 37.38 MB
25 [Appendix B] - Basics of Typescript/25-46 Fields in Classes.mp4 38.15 MB
25 [Appendix B] - Basics of Typescript/25-47 Fields with Inheritance.mp4 29.48 MB
25 [Appendix B] - Basics of Typescript/25-48 Where to Use Classes.mp4 5.21 MB
25 [Appendix B] - Basics of Typescript/25-49 App Overview.mp4 14 MB
25 [Appendix B] - Basics of Typescript/25-50 Parcel in Action.mp4 20.8 MB
25 [Appendix B] - Basics of Typescript/25-51 Project Structure.mp4 17.53 MB
25 [Appendix B] - Basics of Typescript/25-52 Generating Random Data.mp4 29.46 MB
25 [Appendix B] - Basics of Typescript/25-53 Type Definition Files.mp4 28.28 MB
25 [Appendix B] - Basics of Typescript/25-54 Using Type Definition Files.mp4 43.02 MB
25 [Appendix B] - Basics of Typescript/25-55 Export Statements in TypeScript.mp4 27.63 MB
25 [Appendix B] - Basics of Typescript/25-56 Defining a Company.mp4 28.02 MB
25 [Appendix B] - Basics of Typescript/25-57 Adding Google Maps Support.mp4 43.93 MB
25 [Appendix B] - Basics of Typescript/25-58 Google Maps Integration with TypeScript.mp4 24.07 MB
25 [Appendix B] - Basics of Typescript/25-59 Exploring Type Definition Files.mp4 98.38 MB
25 [Appendix B] - Basics of Typescript/25-60 Hiding Functionality.mp4 39.81 MB
25 [Appendix B] - Basics of Typescript/25-61 Why Use Private Modifiers Heres Why.mp4 41.48 MB
25 [Appendix B] - Basics of Typescript/25-62 Adding Markers.mp4 67.47 MB
25 [Appendix B] - Basics of Typescript/25-63 Duplicate Code.mp4 21.19 MB
25 [Appendix B] - Basics of Typescript/25-64 One Possible Solution.mp4 44.02 MB
25 [Appendix B] - Basics of Typescript/25-65 Restricting Access with Interfaces.mp4 34.89 MB
25 [Appendix B] - Basics of Typescript/25-66 Implicit Type Checks.mp4 24.07 MB
25 [Appendix B] - Basics of Typescript/25-67 Showing Popup Windows.mp4 60.41 MB
25 [Appendix B] - Basics of Typescript/25-68 Updating Interface Definitions.mp4 54.55 MB
25 [Appendix B] - Basics of Typescript/25-69 Optional Implements Clauses.mp4 45.11 MB
25 [Appendix B] - Basics of Typescript/25-70 App Wrapup.mp4 54 MB
其他位置