Download link
File List
-
01 Fundamental Ideas Around Microservices/01-01 How to Get Help.mkv 534.45 KB
01 Fundamental Ideas Around Microservices/01-02 What Is a Microservice.mkv 2.05 MB
01 Fundamental Ideas Around Microservices/01-03 Data in Microservices.mkv 5 MB
01 Fundamental Ideas Around Microservices/01-04 Big Problems with Data.mkv 3.48 MB
01 Fundamental Ideas Around Microservices/01-05 Sync Communication Between Services.mkv 4.74 MB
01 Fundamental Ideas Around Microservices/01-06 Event-Based Communication.mkv 3.48 MB
01 Fundamental Ideas Around Microservices/01-07 A Crazy Way of Storing Data.mkv 6.85 MB
01 Fundamental Ideas Around Microservices/01-08 Pros and Cons of Async Communication.mkv 4.86 MB
02 A Mini-Microservices App/02-01 App Overview.mkv 3.62 MB
02 A Mini-Microservices App/02-02 Project Setup.mkv 2.76 MB
02 A Mini-Microservices App/02-03 Posts Service Creation.mkv 5.66 MB
02 A Mini-Microservices App/02-03 posts.zip 202.76 KB
02 A Mini-Microservices App/02-04 Testing the Posts Service.mkv 2.51 MB
02 A Mini-Microservices App/02-05 Implementing a Comments Service.mkv 6.15 MB
02 A Mini-Microservices App/02-05 posts.zip 203.22 KB
02 A Mini-Microservices App/02-06 Quick Comments Test.mkv 2.37 MB
02 A Mini-Microservices App/02-07 Note on the React App.html 1.48 KB
02 A Mini-Microservices App/02-08 React Project Setup.mkv 3.43 MB
02 A Mini-Microservices App/02-08 posts.zip 198.23 KB
02 A Mini-Microservices App/02-09 Building Post Submission.mkv 7.56 MB
02 A Mini-Microservices App/02-09 posts.zip 198.94 KB
02 A Mini-Microservices App/02-10 Handling CORS Errors.mkv 3.11 MB
02 A Mini-Microservices App/02-10 posts.zip 198.96 KB
02 A Mini-Microservices App/02-11 Fetching and Rendering Posts.mkv 6.51 MB
02 A Mini-Microservices App/02-11 posts.zip 199.52 KB
02 A Mini-Microservices App/02-12 Creating Comments.mkv 5.51 MB
02 A Mini-Microservices App/02-12 posts.zip 200.08 KB
02 A Mini-Microservices App/02-13 Displaying Comments.mkv 5.18 MB
02 A Mini-Microservices App/02-13 posts.zip 200.55 KB
02 A Mini-Microservices App/02-14 Completed React App.html 1.25 KB
02 A Mini-Microservices App/02-14 posts.zip 200.55 KB
02 A Mini-Microservices App/02-15 Request Minimization Strategies.mkv 3.27 MB
02 A Mini-Microservices App/02-16 An Async Solution.mkv 4.74 MB
02 A Mini-Microservices App/02-17 Common Questions Around Async Events.mkv 3.18 MB
02 A Mini-Microservices App/02-18 Event Bus Overview.mkv 3.33 MB
02 A Mini-Microservices App/02-19 A Basic Event Bus Implementation.mkv 3.43 MB
02 A Mini-Microservices App/02-19 posts.zip 214.1 KB
02 A Mini-Microservices App/02-20 Emitting Events.mkv 3.61 MB
02 A Mini-Microservices App/02-20 posts.zip 214.17 KB
02 A Mini-Microservices App/02-21 Emitting Comment Creation Events.mkv 2.82 MB
02 A Mini-Microservices App/02-21 posts.zip 214.25 KB
02 A Mini-Microservices App/02-22 Receiving Events.mkv 3.05 MB
02 A Mini-Microservices App/02-23 Creating the Data Query Service.mkv 2.79 MB
02 A Mini-Microservices App/02-23 posts.zip 227.54 KB
02 A Mini-Microservices App/02-24 Parsing Incoming Events.mkv 4.79 MB
02 A Mini-Microservices App/02-24 posts.zip 227.68 KB
02 A Mini-Microservices App/02-25 Using the Query Service.mkv 5.02 MB
02 A Mini-Microservices App/02-25 posts.zip 227.55 KB
02 A Mini-Microservices App/02-26 Adding a Simple Feature.mkv 3.11 MB
02 A Mini-Microservices App/02-27 Issues with Comment Filtering.mkv 5.06 MB
02 A Mini-Microservices App/02-28 A Second Approach.mkv 4.04 MB
02 A Mini-Microservices App/02-29 How to Handle Resource Updates.mkv 3.36 MB
02 A Mini-Microservices App/02-30 Creating the Moderation Service.mkv 3.62 MB
02 A Mini-Microservices App/02-30 posts.zip 241.03 KB
02 A Mini-Microservices App/02-31 Adding Comment Moderation.mkv 3.49 MB
02 A Mini-Microservices App/02-31 posts.zip 241.05 KB
02 A Mini-Microservices App/02-32 Handling Moderation.mkv 3.99 MB
02 A Mini-Microservices App/02-32 posts.zip 241.23 KB
02 A Mini-Microservices App/02-33 Updating Comment Content.mkv 3.66 MB
02 A Mini-Microservices App/02-33 posts.zip 241.35 KB
02 A Mini-Microservices App/02-34 A Quick Test.mkv 4.21 MB
02 A Mini-Microservices App/02-34 posts.zip 241.41 KB
02 A Mini-Microservices App/02-35 Rendering Comments by Status.mkv 2.3 MB
02 A Mini-Microservices App/02-35 posts.zip 241.5 KB
02 A Mini-Microservices App/02-36 Dealing with Missing Events.mkv 6.44 MB
02 A Mini-Microservices App/02-37 Implementing Event Sync.mkv 4.42 MB
02 A Mini-Microservices App/02-37 posts.zip 241.63 KB
02 A Mini-Microservices App/02-38 Event Syncing in Action.mkv 3.44 MB
02 A Mini-Microservices App/02-38 blog-037.zip 241.96 KB
03 Running Services with Docker/03-01 Deployment Issues.mkv 4.62 MB
03 Running Services with Docker/03-02 Why Docker.mkv 1.89 MB
03 Running Services with Docker/03-03 Why Kubernetes.mkv 3.64 MB
03 Running Services with Docker/03-04 Dont Know Docker Watch This.mkv 742.67 KB
03 Running Services with Docker/03-05 Dockerizing the Posts Service.mkv 2.44 MB
03 Running Services with Docker/03-05 docker.zip 242.38 KB
03 Running Services with Docker/03-06 Review Some Basic Commands.mkv 3.48 MB
03 Running Services with Docker/03-07 Dockering Other Services.mkv 1.96 MB
03 Running Services with Docker/03-07 docker.zip 244.54 KB
04 Orchestrating Collections of Services with Kubernetes/04-01 Installing Kubernetes.mkv 2.2 MB
04 Orchestrating Collections of Services with Kubernetes/04-02 A Kubernetes Tour.mkv 6.24 MB
04 Orchestrating Collections of Services with Kubernetes/04-03 Important Kubernetes Terminology.mkv 1.88 MB
04 Orchestrating Collections of Services with Kubernetes/04-04 Notes on Config Files.mkv 2.19 MB
04 Orchestrating Collections of Services with Kubernetes/04-05 Creating a Pod.mkv 3.63 MB
04 Orchestrating Collections of Services with Kubernetes/04-05 kube.zip 245.07 KB
04 Orchestrating Collections of Services with Kubernetes/04-06 Understanding a Pod Spec.mkv 3.41 MB
04 Orchestrating Collections of Services with Kubernetes/04-07 Common Kubectl Commands.mkv 3.38 MB
04 Orchestrating Collections of Services with Kubernetes/04-08 A Time-Saving Alias.mkv 1.36 MB
04 Orchestrating Collections of Services with Kubernetes/04-09 Introducing Deployments.mkv 2.33 MB
04 Orchestrating Collections of Services with Kubernetes/04-10 Creating a Deployment.mkv 3.3 MB
04 Orchestrating Collections of Services with Kubernetes/04-10 kube.zip 245.14 KB
04 Orchestrating Collections of Services with Kubernetes/04-11 Common Commands Around Deployments.mkv 2.74 MB
04 Orchestrating Collections of Services with Kubernetes/04-12 Updating Deployments.mkv 3.85 MB
04 Orchestrating Collections of Services with Kubernetes/04-13 Preferred Method for Updating Deployments.mkv 3.64 MB
04 Orchestrating Collections of Services with Kubernetes/04-14 Networking With Services.mkv 2.82 MB
04 Orchestrating Collections of Services with Kubernetes/04-15 Creating a NodePort Service.mkv 4.98 MB
04 Orchestrating Collections of Services with Kubernetes/04-15 kube.zip 245.44 KB
04 Orchestrating Collections of Services with Kubernetes/04-16 Accessing NodePort Services.mkv 3.3 MB
04 Orchestrating Collections of Services with Kubernetes/04-17 Setting Up Cluster IP Services.mkv 1.86 MB
04 Orchestrating Collections of Services with Kubernetes/04-18 Building a Deployment for the Event Bus.mkv 3.22 MB
04 Orchestrating Collections of Services with Kubernetes/04-19 Adding ClusterIP Services.mkv 4.61 MB
04 Orchestrating Collections of Services with Kubernetes/04-20 How to Communicate Between Services.mkv 2.89 MB
04 Orchestrating Collections of Services with Kubernetes/04-21 Updating Service Addresses.mkv 4.53 MB
04 Orchestrating Collections of Services with Kubernetes/04-21 kube.zip 245.93 KB
04 Orchestrating Collections of Services with Kubernetes/04-22 Verifying Communication.mkv 3.06 MB
04 Orchestrating Collections of Services with Kubernetes/04-22 kube.zip 245.93 KB
04 Orchestrating Collections of Services with Kubernetes/04-23 Adding Query Moderation and Comments.mkv 7.08 MB
04 Orchestrating Collections of Services with Kubernetes/04-23 kube.zip 247.11 KB
04 Orchestrating Collections of Services with Kubernetes/04-24 Testing Communication.mkv 3.87 MB
04 Orchestrating Collections of Services with Kubernetes/04-24 kube.zip 247.12 KB
04 Orchestrating Collections of Services with Kubernetes/04-25 Load Balancer Services.mkv 3.2 MB
04 Orchestrating Collections of Services with Kubernetes/04-25 kube.zip 247.12 KB
04 Orchestrating Collections of Services with Kubernetes/04-26 Load Balancers and Ingress.mkv 4.18 MB
04 Orchestrating Collections of Services with Kubernetes/04-27 Installing Ingress-Nginx.mkv 6.17 MB
04 Orchestrating Collections of Services with Kubernetes/04-28 Writing Ingress Config Files.mkv 3.03 MB
04 Orchestrating Collections of Services with Kubernetes/04-29 Hosts File Tweak.mkv 4.2 MB
04 Orchestrating Collections of Services with Kubernetes/04-29 blog.zip 247.48 KB
04 Orchestrating Collections of Services with Kubernetes/04-30 Quick Note.html 1.91 KB
04 Orchestrating Collections of Services with Kubernetes/04-31 Deploying the React App.mkv 4.26 MB
04 Orchestrating Collections of Services with Kubernetes/04-31 kube.zip 247.84 KB
04 Orchestrating Collections of Services with Kubernetes/04-32 Unique Route Paths.mkv 4.32 MB
04 Orchestrating Collections of Services with Kubernetes/04-32 kube.zip 247.85 KB
04 Orchestrating Collections of Services with Kubernetes/04-33 Final Route Config.mkv 4.34 MB
04 Orchestrating Collections of Services with Kubernetes/04-33 kube.zip 247.92 KB
04 Orchestrating Collections of Services with Kubernetes/04-34 Introducing Skaffold.mkv 2.22 MB
04 Orchestrating Collections of Services with Kubernetes/04-35 Skaffold Setup.mkv 5.79 MB
04 Orchestrating Collections of Services with Kubernetes/04-35 kube.zip 248.33 KB
04 Orchestrating Collections of Services with Kubernetes/04-36 First Time Skaffold Startup.mkv 867.19 KB
04 Orchestrating Collections of Services with Kubernetes/04-37 A Few Notes on Skaffold.mkv 6.32 MB
05 Architecture of Multi-Service Apps/05-01 Big Ticket Items.mkv 10.14 MB
05 Architecture of Multi-Service Apps/05-02 App Overview.mkv 6.38 MB
05 Architecture of Multi-Service Apps/05-03 Resource Types.mkv 2.36 MB
05 Architecture of Multi-Service Apps/05-04 Service Types.mkv 2.46 MB
05 Architecture of Multi-Service Apps/05-05 Events and Architecture Design.mkv 2.36 MB
05 Architecture of Multi-Service Apps/05-06 Note on Typescript.html 1.36 KB
05 Architecture of Multi-Service Apps/05-07 Auth Service Setup.mkv 2.74 MB
05 Architecture of Multi-Service Apps/05-08 Auth K8s Setup.mkv 4.3 MB
05 Architecture of Multi-Service Apps/05-08 tickets.zip 15.4 KB
05 Architecture of Multi-Service Apps/05-09 Adding Skaffold.mkv 3.61 MB
05 Architecture of Multi-Service Apps/05-09 tickets.zip 15.74 KB
05 Architecture of Multi-Service Apps/05-10 Note on Code Reloading.html 1.18 KB
05 Architecture of Multi-Service Apps/05-11 Ingress-Nginx Setup.mkv 4.6 MB
05 Architecture of Multi-Service Apps/05-11 tickets.zip 16.16 KB
05 Architecture of Multi-Service Apps/05-12 Hosts File and Security Warning.mkv 2.54 MB
05 Architecture of Multi-Service Apps/05-12 tickets.zip 16.16 KB
06 Leveraging a Cloud Environment for Development/06-01 Note on Remote Development.mkv 1.75 MB
06 Leveraging a Cloud Environment for Development/06-02 Remote Dev with Skaffold.mkv 4.24 MB
06 Leveraging a Cloud Environment for Development/06-03 Google Cloud Initial Setup.mkv 1.86 MB
06 Leveraging a Cloud Environment for Development/06-04 Kubernetes Cluster Creation.mkv 2.4 MB
06 Leveraging a Cloud Environment for Development/06-05 Kubectl Contexts.mkv 2.8 MB
06 Leveraging a Cloud Environment for Development/06-06 Initializing the GCloud SDK.mkv 3.72 MB
06 Leveraging a Cloud Environment for Development/06-07 Installing the GCloud Context.mkv 2.74 MB
06 Leveraging a Cloud Environment for Development/06-08 Updating the Skaffold Config.mkv 3.11 MB
06 Leveraging a Cloud Environment for Development/06-09 More Skaffold Updates.mkv 759.71 KB
06 Leveraging a Cloud Environment for Development/06-09 gcloud.zip 16.22 KB
06 Leveraging a Cloud Environment for Development/06-10 Creating a Load Balancer.mkv 3.62 MB
06 Leveraging a Cloud Environment for Development/06-11 Final Config and Test.mkv 4.85 MB
07 Response Normalization Strategies/07-01 Creating Route Handlers.mkv 3.45 MB
07 Response Normalization Strategies/07-01 tc.zip 17.13 KB
07 Response Normalization Strategies/07-02 Scaffolding Routes.mkv 2.72 MB
07 Response Normalization Strategies/07-02 tc.zip 17.57 KB
07 Response Normalization Strategies/07-03 Adding Validation.mkv 6.6 MB
07 Response Normalization Strategies/07-03 tc.zip 18.1 KB
07 Response Normalization Strategies/07-04 Handling Validation Errors.mkv 4.57 MB
07 Response Normalization Strategies/07-05 Postman HTTPS Issues.html 1.41 KB
07 Response Normalization Strategies/07-06 Surprising Complexity Around Errors.mkv 4.05 MB
07 Response Normalization Strategies/07-07 Other Sources of Errors.mkv 3.26 MB
07 Response Normalization Strategies/07-08 Solution for Error Handling.mkv 3.81 MB
07 Response Normalization Strategies/07-09 Building an Error Handling Middleware.mkv 4.97 MB
07 Response Normalization Strategies/07-10 Communicating More Info to the Error Handler.mkv 3.76 MB
07 Response Normalization Strategies/07-11 Encoding More Information In an Error.mkv 3.28 MB
07 Response Normalization Strategies/07-12 Subclassing for Custom Errors.mkv 5.31 MB
07 Response Normalization Strategies/07-13 Determining Error Type.mkv 2.27 MB
07 Response Normalization Strategies/07-14 Converting Errors to Responses.mkv 7.68 MB
07 Response Normalization Strategies/07-15 Moving Logic Into Errors.mkv 6.11 MB
07 Response Normalization Strategies/07-16 Verifying Our Custom Errors.mkv 6.3 MB
07 Response Normalization Strategies/07-17 Final Error Related Code.mkv 7.36 MB
07 Response Normalization Strategies/07-17 tc.zip 20.32 KB
07 Response Normalization Strategies/07-18 How to Define New Custom Errors.mkv 3.33 MB
07 Response Normalization Strategies/07-18 tc.zip 20.74 KB
07 Response Normalization Strategies/07-19 Uh Oh... Async Error Handling.mkv 4.41 MB
07 Response Normalization Strategies/07-19 tc.zip 20.76 KB
08 Database Management and Modeling/08-01 Creating Databases in Kubernetes.mkv 5.56 MB
08 Database Management and Modeling/08-01 db.zip 23.57 KB
08 Database Management and Modeling/08-02 Connecting to MongoDB.mkv 5.63 MB
08 Database Management and Modeling/08-03 Understanding the Signup Flow.mkv 3.06 MB
08 Database Management and Modeling/08-04 Getting TypeScript and Mongoose to Cooperate.mkv 3.41 MB
08 Database Management and Modeling/08-05 Creating the User Model.mkv 3.06 MB
08 Database Management and Modeling/08-06 Type Checking User Properties.mkv 3.87 MB
08 Database Management and Modeling/08-06 db.zip 24.56 KB
08 Database Management and Modeling/08-07 Adding Static Properties to a Model.mkv 4.14 MB
08 Database Management and Modeling/08-07 db.zip 24.6 KB
08 Database Management and Modeling/08-08 Defining Extra Document Properties.mkv 3.86 MB
08 Database Management and Modeling/08-08 db.zip 24.62 KB
08 Database Management and Modeling/08-09 Whats That Angle Bracket For.mkv 2.59 MB
08 Database Management and Modeling/08-10 User Creation.mkv 4.84 MB
08 Database Management and Modeling/08-10 db.zip 24.69 KB
08 Database Management and Modeling/08-11 Proper Error Handling.mkv 5.17 MB
08 Database Management and Modeling/08-11 db.zip 25.09 KB
08 Database Management and Modeling/08-12 Note on Password Hashing.html 1.73 KB
08 Database Management and Modeling/08-13 Reminder on Password Hashing.mkv 3.1 MB
08 Database Management and Modeling/08-14 Adding Password Hashing.mkv 4.44 MB
08 Database Management and Modeling/08-14 db.zip 25.67 KB
08 Database Management and Modeling/08-15 Comparing Hashed Password.mkv 2.03 MB
08 Database Management and Modeling/08-16 Mongoose Pre-Save Hooks.mkv 4.06 MB
08 Database Management and Modeling/08-16 db.zip 25.81 KB
09 Authentication Strategies and Options/09-01 Fundamental Authentication Strategies.mkv 6.01 MB
09 Authentication Strategies and Options/09-02 Huge Issues with Authentication Strategies.mkv 5.04 MB
09 Authentication Strategies and Options/09-03 So Which Option.mkv 2 MB
09 Authentication Strategies and Options/09-04 Solving Issues with Option 2.mkv 5.58 MB
09 Authentication Strategies and Options/09-05 Reminder on Cookies vs JWTs.mkv 4.01 MB
09 Authentication Strategies and Options/09-06 Microservices Auth Requirements.mkv 7.22 MB
09 Authentication Strategies and Options/09-07 Issues with JWTs and Server Side Rendering.mkv 6.62 MB
09 Authentication Strategies and Options/09-08 Cookies and Encryption.mkv 3.75 MB
09 Authentication Strategies and Options/09-09 Adding Session Support.mkv 2.14 MB
09 Authentication Strategies and Options/09-10 Generating a JWT.mkv 7.08 MB
09 Authentication Strategies and Options/09-10 db.zip 27.69 KB
09 Authentication Strategies and Options/09-11 JWT Signing Keys.mkv 3.33 MB
09 Authentication Strategies and Options/09-12 Securely Storing Secrets with Kubernetes.mkv 1.34 MB
09 Authentication Strategies and Options/09-13 Creating and Accessing Secrets.mkv 6.25 MB
09 Authentication Strategies and Options/09-14 Accessing Env Variables in a Pod.mkv 3.83 MB
09 Authentication Strategies and Options/09-14 db.zip 27.8 KB
09 Authentication Strategies and Options/09-15 Common Response Properties.mkv 2.98 MB
09 Authentication Strategies and Options/09-16 Formatting JSON Properties.mkv 7.75 MB
09 Authentication Strategies and Options/09-17 The Signin Flow.mkv 5.85 MB
09 Authentication Strategies and Options/09-18 Common Request Validation Middleware.mkv 4.11 MB
09 Authentication Strategies and Options/09-18 db.zip 28.5 KB
09 Authentication Strategies and Options/09-19 Sign In Logic.mkv 5.04 MB
09 Authentication Strategies and Options/09-19 db.zip 28.82 KB
09 Authentication Strategies and Options/09-20 Quick Sign In Test.mkv 1.33 MB
09 Authentication Strategies and Options/09-21 Current User Handler.mkv 1.86 MB
09 Authentication Strategies and Options/09-22 Returning the Current User.mkv 6.44 MB
09 Authentication Strategies and Options/09-22 db.zip 28.92 KB
09 Authentication Strategies and Options/09-23 Signing Out.mkv 2.18 MB
09 Authentication Strategies and Options/09-23 db.zip 28.93 KB
09 Authentication Strategies and Options/09-24 Creating a Current User Middleware.mkv 4.53 MB
09 Authentication Strategies and Options/09-24 db.zip 29.35 KB
09 Authentication Strategies and Options/09-25 Augmenting Type Definitions.mkv 5.23 MB
09 Authentication Strategies and Options/09-25 db.zip 29.37 KB
09 Authentication Strategies and Options/09-26 Requiring Auth for Route Access.mkv 5.07 MB
09 Authentication Strategies and Options/09-26 db.zip 30.12 KB
10 Testing Isolated Microservices/10-01 Scope of Testing.mkv 3.15 MB
10 Testing Isolated Microservices/10-02 Testing Goals.mkv 3.06 MB
10 Testing Isolated Microservices/10-03 Testing Architecture.mkv 5.6 MB
10 Testing Isolated Microservices/10-04 Index to App Refactor.mkv 2.73 MB
10 Testing Isolated Microservices/10-04 test.zip 30.21 KB
10 Testing Isolated Microservices/10-05 A Few Dependencies.mkv 2.8 MB
10 Testing Isolated Microservices/10-05 test.zip 76.5 KB
10 Testing Isolated Microservices/10-06 Test Environment Setup.mkv 5.21 MB
10 Testing Isolated Microservices/10-07 Our First Test.mkv 4.5 MB
10 Testing Isolated Microservices/10-07 test.zip 77.75 KB
10 Testing Isolated Microservices/10-08 An Important Note.mkv 1 MB
10 Testing Isolated Microservices/10-09 Testing Invalid Input.mkv 3.95 MB
10 Testing Isolated Microservices/10-09 test.zip 77.83 KB
10 Testing Isolated Microservices/10-10 Requiring Unique Emails.mkv 1.51 MB
10 Testing Isolated Microservices/10-10 test.zip 77.86 KB
10 Testing Isolated Microservices/10-11 Changing Node Env During Tests.mkv 4.26 MB
10 Testing Isolated Microservices/10-11 test.zip 77.97 KB
10 Testing Isolated Microservices/10-12 Tests Around Sign In Functionality.mkv 4.13 MB
10 Testing Isolated Microservices/10-12 test.zip 78.48 KB
10 Testing Isolated Microservices/10-13 Testing Sign Out.mkv 2.97 MB
10 Testing Isolated Microservices/10-13 test.zip 78.97 KB
10 Testing Isolated Microservices/10-14 Issues with Cookies During Testing.mkv 3.48 MB
10 Testing Isolated Microservices/10-14 test.zip 79.4 KB
10 Testing Isolated Microservices/10-15 Easy Auth Solution.mkv 2.18 MB
10 Testing Isolated Microservices/10-15 test.zip 79.46 KB
10 Testing Isolated Microservices/10-16 Auth Helper Function.mkv 5.74 MB
10 Testing Isolated Microservices/10-17 Testing Non-Authed Requests.mkv 1.25 MB
10 Testing Isolated Microservices/10-17 test.zip 79.64 KB
11 Integrating a Server-Side-Rendered React App/11-01 Starting the React App.mkv 1.34 MB
11 Integrating a Server-Side-Rendered React App/11-02 Reminder on Server Side Rendering.mkv 2.24 MB
11 Integrating a Server-Side-Rendered React App/11-03 Basics of Next JS.mkv 2.95 MB
11 Integrating a Server-Side-Rendered React App/11-03 client.zip 2.15 MB
11 Integrating a Server-Side-Rendered React App/11-04 Building a Next Image.mkv 2.36 MB
11 Integrating a Server-Side-Rendered React App/11-04 client.zip 137.27 KB
11 Integrating a Server-Side-Rendered React App/11-05 Running Next in Kubernetes.mkv 6.84 MB
11 Integrating a Server-Side-Rendered React App/11-05 client.zip 137.69 KB
11 Integrating a Server-Side-Rendered React App/11-06 Note on File Change Detection.mkv 2.51 MB
11 Integrating a Server-Side-Rendered React App/11-07 Adding Global CSS.mkv 3.3 MB
11 Integrating a Server-Side-Rendered React App/11-07 client.zip 2.37 MB
11 Integrating a Server-Side-Rendered React App/11-08 Adding a Sign Up Form.mkv 1.99 MB
11 Integrating a Server-Side-Rendered React App/11-08 client.zip 2.37 MB
11 Integrating a Server-Side-Rendered React App/11-09 Handling Email and Password Inputs.mkv 2.44 MB
11 Integrating a Server-Side-Rendered React App/11-09 client.zip 2.37 MB
11 Integrating a Server-Side-Rendered React App/11-10 Successful Account Signup.mkv 4.62 MB
11 Integrating a Server-Side-Rendered React App/11-11 Handling Validation Errors.mkv 4.63 MB
11 Integrating a Server-Side-Rendered React App/11-11 client.zip 2.37 MB
11 Integrating a Server-Side-Rendered React App/11-12 The useRequest Hook.mkv 4.86 MB
11 Integrating a Server-Side-Rendered React App/11-13 Using the useRequest Hook.mkv 2.92 MB
11 Integrating a Server-Side-Rendered React App/11-13 client.zip 2.37 MB
11 Integrating a Server-Side-Rendered React App/11-14 An onSuccess Callback.mkv 4.41 MB
11 Integrating a Server-Side-Rendered React App/11-14 client.zip 140.12 KB
11 Integrating a Server-Side-Rendered React App/11-15 Overview on Server Side Rendering.mkv 4.36 MB
11 Integrating a Server-Side-Rendered React App/11-15 client.zip 140.23 KB
11 Integrating a Server-Side-Rendered React App/11-16 Fetching Data During SSR.mkv 3.57 MB
11 Integrating a Server-Side-Rendered React App/11-16 client.zip 140.26 KB
11 Integrating a Server-Side-Rendered React App/11-17 Why the Error.mkv 6.55 MB
11 Integrating a Server-Side-Rendered React App/11-18 Two Possible Solutions.mkv 4.65 MB
11 Integrating a Server-Side-Rendered React App/11-19 Cross Namespace Service Communication.mkv 4.8 MB
11 Integrating a Server-Side-Rendered React App/11-20 When is GetInitialProps Called.mkv 5.03 MB
11 Integrating a Server-Side-Rendered React App/11-20 client.zip 140.29 KB
11 Integrating a Server-Side-Rendered React App/11-21 On the Server or the Browser.mkv 1.38 MB
11 Integrating a Server-Side-Rendered React App/11-21 client.zip 140.36 KB
11 Integrating a Server-Side-Rendered React App/11-22 Specifying the Host.mkv 6.55 MB
11 Integrating a Server-Side-Rendered React App/11-22 client.zip 140.44 KB
11 Integrating a Server-Side-Rendered React App/11-23 Passing Through the Cookies.mkv 3.45 MB
11 Integrating a Server-Side-Rendered React App/11-23 client.zip 140.43 KB
11 Integrating a Server-Side-Rendered React App/11-24 A Reusable API Client.mkv 4.69 MB
11 Integrating a Server-Side-Rendered React App/11-24 client.zip 140.82 KB
11 Integrating a Server-Side-Rendered React App/11-25 Content on the Landing Page.mkv 1.49 MB
11 Integrating a Server-Side-Rendered React App/11-25 client.zip 140.82 KB
11 Integrating a Server-Side-Rendered React App/11-26 The Sign In Form.mkv 2.43 MB
11 Integrating a Server-Side-Rendered React App/11-26 client.zip 141.25 KB
11 Integrating a Server-Side-Rendered React App/11-27 A Reusable Header.mkv 3.45 MB
11 Integrating a Server-Side-Rendered React App/11-28 Moving GetInitialProps.mkv 1.53 MB
11 Integrating a Server-Side-Rendered React App/11-28 client.zip 141.33 KB
11 Integrating a Server-Side-Rendered React App/11-29 Issues with Custom App GetInitialProps.mkv 5.43 MB
11 Integrating a Server-Side-Rendered React App/11-29 client.zip 141.42 KB
11 Integrating a Server-Side-Rendered React App/11-30 Handling Multiple GetInitialProps.mkv 4.88 MB
11 Integrating a Server-Side-Rendered React App/11-30 client.zip 141.46 KB
11 Integrating a Server-Side-Rendered React App/11-31 Passing Props Through.mkv 2.39 MB
11 Integrating a Server-Side-Rendered React App/11-31 client.zip 141.47 KB
11 Integrating a Server-Side-Rendered React App/11-32 Building the Header.mkv 3.29 MB
11 Integrating a Server-Side-Rendered React App/11-32 client.zip 142.04 KB
11 Integrating a Server-Side-Rendered React App/11-33 Conditionally Showing Links.mkv 4.01 MB
11 Integrating a Server-Side-Rendered React App/11-33 client.zip 142.17 KB
11 Integrating a Server-Side-Rendered React App/11-34 Signing Out.mkv 2.87 MB
11 Integrating a Server-Side-Rendered React App/11-34 client.zip 142.58 KB
11 Integrating a Server-Side-Rendered React App/11-35 React App Catchup.html 1.96 KB
11 Integrating a Server-Side-Rendered React App/11-35 client.zip 142.58 KB
12 Code Sharing and Reuse Between Services/12-01 Shared Logic Between Services.mkv 3.02 MB
12 Code Sharing and Reuse Between Services/12-02 Options for Code Sharing.mkv 2.83 MB
12 Code Sharing and Reuse Between Services/12-03 NPM Organizations.mkv 2.5 MB
12 Code Sharing and Reuse Between Services/12-04 Publishing NPM Modules.mkv 2.28 MB
12 Code Sharing and Reuse Between Services/12-05 Project Setup.mkv 4.79 MB
12 Code Sharing and Reuse Between Services/12-05 shared.zip 154.3 KB
12 Code Sharing and Reuse Between Services/12-06 An Easy Publish Command.mkv 4.27 MB
12 Code Sharing and Reuse Between Services/12-06 shared.zip 154.65 KB
12 Code Sharing and Reuse Between Services/12-07 Relocating Shared Code.mkv 4.42 MB
12 Code Sharing and Reuse Between Services/12-07 shared.zip 172.2 KB
12 Code Sharing and Reuse Between Services/12-08 Updating Import Statements.mkv 4.41 MB
12 Code Sharing and Reuse Between Services/12-08 shared.zip 172.64 KB
12 Code Sharing and Reuse Between Services/12-09 Updating the Common Module.mkv 4.04 MB
12 Code Sharing and Reuse Between Services/12-09 shared.zip 172.69 KB
13 Create-Read-Update-Destroy Server Setup/13-01 Ticketing Service Overview.mkv 1.82 MB
13 Create-Read-Update-Destroy Server Setup/13-02 Project Setup.mkv 4.16 MB
13 Create-Read-Update-Destroy Server Setup/13-02 tix.zip 240.57 KB
13 Create-Read-Update-Destroy Server Setup/13-03 Running the Ticket Service.mkv 4.81 MB
13 Create-Read-Update-Destroy Server Setup/13-04 Mongo Connection URI.mkv 7.64 MB
13 Create-Read-Update-Destroy Server Setup/13-04 tix.zip 241.46 KB
13 Create-Read-Update-Destroy Server Setup/13-05 Quick Auth Update.mkv 1.4 MB
13 Create-Read-Update-Destroy Server Setup/13-05 tix.zip 241.5 KB
13 Create-Read-Update-Destroy Server Setup/13-06 Test-First Approach.mkv 2.81 MB
13 Create-Read-Update-Destroy Server Setup/13-06 tix.zip 242.81 KB
13 Create-Read-Update-Destroy Server Setup/13-07 Creating the Router.mkv 3.56 MB
13 Create-Read-Update-Destroy Server Setup/13-07 tix.zip 243.22 KB
13 Create-Read-Update-Destroy Server Setup/13-08 Adding Auth Protection.mkv 6.5 MB
13 Create-Read-Update-Destroy Server Setup/13-08 tix.zip 243.28 KB
13 Create-Read-Update-Destroy Server Setup/13-09 Faking Authentication During Tests.mkv 5.11 MB
13 Create-Read-Update-Destroy Server Setup/13-09 tix.zip 243.3 KB
13 Create-Read-Update-Destroy Server Setup/13-10 Building a Session.mkv 4.75 MB
13 Create-Read-Update-Destroy Server Setup/13-10 tix.zip 243.46 KB
13 Create-Read-Update-Destroy Server Setup/13-11 Testing Request Validation.mkv 3.28 MB
13 Create-Read-Update-Destroy Server Setup/13-11 tix.zip 243.52 KB
13 Create-Read-Update-Destroy Server Setup/13-12 Validating Title and Price.mkv 2.71 MB
13 Create-Read-Update-Destroy Server Setup/13-12 tix.zip 243.64 KB
13 Create-Read-Update-Destroy Server Setup/13-13 Reminder on Mongoose with TypeScript.mkv 4.68 MB
13 Create-Read-Update-Destroy Server Setup/13-13 tix.zip 244.17 KB
13 Create-Read-Update-Destroy Server Setup/13-14 Defining the Ticket Model.mkv 2.43 MB
13 Create-Read-Update-Destroy Server Setup/13-14 tix.zip 244.35 KB
13 Create-Read-Update-Destroy Server Setup/13-15 Creation via Route Handler.mkv 6.5 MB
13 Create-Read-Update-Destroy Server Setup/13-15 tix.zip 244.49 KB
13 Create-Read-Update-Destroy Server Setup/13-16 Testing Show Routes.mkv 4.39 MB
13 Create-Read-Update-Destroy Server Setup/13-16 tix.zip 245.01 KB
13 Create-Read-Update-Destroy Server Setup/13-17 Unexpected Failure.mkv 4.01 MB
13 Create-Read-Update-Destroy Server Setup/13-17 tix.zip 245.44 KB
13 Create-Read-Update-Destroy Server Setup/13-18 Whats that Error.mkv 6.98 MB
13 Create-Read-Update-Destroy Server Setup/13-19 Better Error Logging.mkv 4.08 MB
13 Create-Read-Update-Destroy Server Setup/13-19 tix.zip 245.5 KB
13 Create-Read-Update-Destroy Server Setup/13-20 Complete Index Route Implementation.mkv 4.47 MB
13 Create-Read-Update-Destroy Server Setup/13-20 tix.zip 246.46 KB
13 Create-Read-Update-Destroy Server Setup/13-21 Ticket Updating.mkv 4.32 MB
13 Create-Read-Update-Destroy Server Setup/13-21 tix.zip 247.01 KB
13 Create-Read-Update-Destroy Server Setup/13-22 Handling Updates.mkv 2.88 MB
13 Create-Read-Update-Destroy Server Setup/13-22 tix.zip 247.49 KB
13 Create-Read-Update-Destroy Server Setup/13-23 Permission Checking.mkv 4.75 MB
13 Create-Read-Update-Destroy Server Setup/13-23 tix.zip 247.58 KB
13 Create-Read-Update-Destroy Server Setup/13-24 Final Update Changes.mkv 6.53 MB
13 Create-Read-Update-Destroy Server Setup/13-24 tix.zip 247.82 KB
13 Create-Read-Update-Destroy Server Setup/13-25 Manual Testing.mkv 3.59 MB
13 Create-Read-Update-Destroy Server Setup/13-25 tix.zip 248.91 KB
14 NATS Streaming Server - An Event Bus Implementation/14-01 What Now.mkv 1.95 MB
14 NATS Streaming Server - An Event Bus Implementation/14-02 Three Important Items.mkv 3.99 MB
14 NATS Streaming Server - An Event Bus Implementation/14-03 Creating a NATS Streaming Deployment.mkv 4.17 MB
14 NATS Streaming Server - An Event Bus Implementation/14-04 Big Notes on NATS Streaming.mkv 7.73 MB
14 NATS Streaming Server - An Event Bus Implementation/14-05 Building a NATS Test Project.mkv 4.16 MB
14 NATS Streaming Server - An Event Bus Implementation/14-05 nats.zip 259.35 KB
14 NATS Streaming Server - An Event Bus Implementation/14-06 Port-Forwarding with Kubectl.mkv 2.93 MB
14 NATS Streaming Server - An Event Bus Implementation/14-07 Publishing Events.mkv 4.02 MB
14 NATS Streaming Server - An Event Bus Implementation/14-07 nats.zip 259.43 KB
14 NATS Streaming Server - An Event Bus Implementation/14-08 Listening For Data.mkv 4.04 MB
14 NATS Streaming Server - An Event Bus Implementation/14-08 nats.zip 259.65 KB
14 NATS Streaming Server - An Event Bus Implementation/14-09 Accessing Event Data.mkv 4.99 MB
14 NATS Streaming Server - An Event Bus Implementation/14-09 nats.zip 259.73 KB
14 NATS Streaming Server - An Event Bus Implementation/14-10 Client ID Generation.mkv 3.01 MB
14 NATS Streaming Server - An Event Bus Implementation/14-10 nats.zip 259.76 KB
14 NATS Streaming Server - An Event Bus Implementation/14-11 Queue Groups.mkv 5.25 MB
14 NATS Streaming Server - An Event Bus Implementation/14-11 nats.zip 259.79 KB
14 NATS Streaming Server - An Event Bus Implementation/14-12 Manual Ack Mode.mkv 6.45 MB
14 NATS Streaming Server - An Event Bus Implementation/14-12 nats.zip 259.83 KB
14 NATS Streaming Server - An Event Bus Implementation/14-13 Client Health Checks.mkv 6.58 MB
14 NATS Streaming Server - An Event Bus Implementation/14-14 Graceful Client Shutdown.mkv 5.39 MB
14 NATS Streaming Server - An Event Bus Implementation/14-14 nats.zip 259.88 KB
14 NATS Streaming Server - An Event Bus Implementation/14-15 Core Concurrency Issues.mkv 8.89 MB
14 NATS Streaming Server - An Event Bus Implementation/14-16 Common Questions.mkv 5.26 MB
14 NATS Streaming Server - An Event Bus Implementation/14-17 [Optional] More Possible Concurrency Solutions.mkv 11.34 MB
14 NATS Streaming Server - An Event Bus Implementation/14-18 Solving Concurrency Issues.mkv 14.47 MB
14 NATS Streaming Server - An Event Bus Implementation/14-19 Concurrency Control with the Tickets App.mkv 7.18 MB
14 NATS Streaming Server - An Event Bus Implementation/14-20 Event Redelivery.mkv 3.57 MB
14 NATS Streaming Server - An Event Bus Implementation/14-20 nats.zip 259.88 KB
14 NATS Streaming Server - An Event Bus Implementation/14-21 Durable Subscriptions.mkv 6.6 MB
14 NATS Streaming Server - An Event Bus Implementation/14-21 nats.zip 259.92 KB
15 Connecting to NATS in a Node JS World/15-01 Reusable NATS Listeners.mkv 3.58 MB
15 Connecting to NATS in a Node JS World/15-02 The Listener Abstract Class.mkv 7.06 MB
15 Connecting to NATS in a Node JS World/15-02 natslib.zip 260.2 KB
15 Connecting to NATS in a Node JS World/15-03 Extending the Listener.mkv 4.76 MB
15 Connecting to NATS in a Node JS World/15-03 natslib.zip 260.16 KB
15 Connecting to NATS in a Node JS World/15-04 Quick Refactor.mkv 2.74 MB
15 Connecting to NATS in a Node JS World/15-04 natslib.zip 260.98 KB
15 Connecting to NATS in a Node JS World/15-05 Leveraging TypeScript for Listener Validation.mkv 4.11 MB
15 Connecting to NATS in a Node JS World/15-05 natslib.zip 260.99 KB
15 Connecting to NATS in a Node JS World/15-06 Subjects Enum.mkv 2.21 MB
15 Connecting to NATS in a Node JS World/15-07 Custom Event Interface.mkv 1.66 MB
15 Connecting to NATS in a Node JS World/15-07 natslib.zip 261.58 KB
15 Connecting to NATS in a Node JS World/15-08 Enforcing Listener Subjects.mkv 5.6 MB
15 Connecting to NATS in a Node JS World/15-08 natslib.zip 261.67 KB
15 Connecting to NATS in a Node JS World/15-09 Enforcing Data Types.mkv 2.85 MB
15 Connecting to NATS in a Node JS World/15-09 natslib.zip 261.68 KB
15 Connecting to NATS in a Node JS World/15-10 Where Does this Get Used.mkv 2.29 MB
15 Connecting to NATS in a Node JS World/15-11 Custom Publisher.mkv 5.39 MB
15 Connecting to NATS in a Node JS World/15-11 natslib.zip 262.48 KB
15 Connecting to NATS in a Node JS World/15-12 Using the Custom Publisher.mkv 2.65 MB
15 Connecting to NATS in a Node JS World/15-12 natslib.zip 262.56 KB
15 Connecting to NATS in a Node JS World/15-13 Awaiting Event Publication.mkv 2.95 MB
15 Connecting to NATS in a Node JS World/15-13 natslib.zip 262.66 KB
15 Connecting to NATS in a Node JS World/15-14 Common Event Definitions Summary.mkv 4.34 MB
15 Connecting to NATS in a Node JS World/15-15 Updating the Common Module.mkv 5.87 MB
15 Connecting to NATS in a Node JS World/15-15 natslib.zip 269.79 KB
15 Connecting to NATS in a Node JS World/15-16 Restarting NATS.mkv 1.34 MB
16 Managing a NATS Client/16-01 Publishing Ticket Creation.mkv 2.4 MB
16 Managing a NATS Client/16-01 events.zip 270.49 KB
16 Managing a NATS Client/16-02 More on Publishing.mkv 2.35 MB
16 Managing a NATS Client/16-02 events.zip 270.55 KB
16 Managing a NATS Client/16-03 NATS Client Singleton.mkv 3.93 MB
16 Managing a NATS Client/16-04 Remember Mongoose.mkv 3.58 MB
16 Managing a NATS Client/16-04 events.zip 270.83 KB
16 Managing a NATS Client/16-05 Singleton Implementation.mkv 6.79 MB
16 Managing a NATS Client/16-05 events.zip 271.04 KB
16 Managing a NATS Client/16-06 Accessing the NATS Client.mkv 3.74 MB
16 Managing a NATS Client/16-06 events.zip 271.12 KB
16 Managing a NATS Client/16-07 Graceful Shutdown.mkv 6.33 MB
16 Managing a NATS Client/16-07 events.zip 271.19 KB
16 Managing a NATS Client/16-08 Successful Listen.mkv 2.63 MB
16 Managing a NATS Client/16-08 events.zip 271.19 KB
16 Managing a NATS Client/16-09 Ticket Update Publishing.mkv 4.13 MB
16 Managing a NATS Client/16-09 events.zip 271.64 KB
16 Managing a NATS Client/16-10 Failed Event Publishing.mkv 5.27 MB
16 Managing a NATS Client/16-11 Handling Publish Failures.mkv 3.88 MB
16 Managing a NATS Client/16-12 Fixing a Few Tests.mkv 3.3 MB
16 Managing a NATS Client/16-13 Redirecting Imports.mkv 4.07 MB
16 Managing a NATS Client/16-14 Providing a Mock Implementation.mkv 6.6 MB
16 Managing a NATS Client/16-15 Test-Suite Wide Mocks.mkv 2.04 MB
16 Managing a NATS Client/16-15 events.zip 272.13 KB
16 Managing a NATS Client/16-16 Ensuring Mock Invocations.mkv 6.87 MB
16 Managing a NATS Client/16-16 events.zip 272.29 KB
16 Managing a NATS Client/16-17 NATS Env Variables.mkv 6.22 MB
16 Managing a NATS Client/16-17 events.zip 272.39 KB
17 Cross-Service Data Replication In Action/17-01 The Orders Service.mkv 3.71 MB
17 Cross-Service Data Replication In Action/17-02 Scaffolding the Orders Service.mkv 3.61 MB
17 Cross-Service Data Replication In Action/17-02 orders.zip 340.75 KB
17 Cross-Service Data Replication In Action/17-03 A Touch More Setup.mkv 7.08 MB
17 Cross-Service Data Replication In Action/17-03 orders.zip 341.71 KB
17 Cross-Service Data Replication In Action/17-04 Ingress Routing Rules.mkv 1.48 MB
17 Cross-Service Data Replication In Action/17-05 Scaffolding a Few Route Handlers.mkv 7.26 MB
17 Cross-Service Data Replication In Action/17-05 orders.zip 343.16 KB
17 Cross-Service Data Replication In Action/17-06 Subtle Service Coupling.mkv 4.72 MB
17 Cross-Service Data Replication In Action/17-06 orders.zip 343.33 KB
17 Cross-Service Data Replication In Action/17-07 Associating Orders and Tickets.mkv 4.43 MB
17 Cross-Service Data Replication In Action/17-08 Order Model Setup.mkv 6.07 MB
17 Cross-Service Data Replication In Action/17-08 orders.zip 344.02 KB
17 Cross-Service Data Replication In Action/17-09 The Need for an Enum.mkv 3.59 MB
17 Cross-Service Data Replication In Action/17-10 Creating an Order Status Enum.mkv 6.1 MB
17 Cross-Service Data Replication In Action/17-10 orders.zip 345.77 KB
17 Cross-Service Data Replication In Action/17-11 More on Mongoose Refs.mkv 2.21 MB
17 Cross-Service Data Replication In Action/17-12 Defining the Ticket Model.mkv 4.93 MB
17 Cross-Service Data Replication In Action/17-12 orders.zip 346.27 KB
17 Cross-Service Data Replication In Action/17-13 Order Creation Logic.mkv 4.22 MB
17 Cross-Service Data Replication In Action/17-13 orders.zip 346.5 KB
17 Cross-Service Data Replication In Action/17-14 Finding Reserved Tickets.mkv 4.6 MB
17 Cross-Service Data Replication In Action/17-14 orders.zip 346.7 KB
17 Cross-Service Data Replication In Action/17-15 Convenience Document Methods.mkv 6.34 MB
17 Cross-Service Data Replication In Action/17-15 orders.zip 346.74 KB
17 Cross-Service Data Replication In Action/17-16 Order Expiration Times.mkv 4.81 MB
17 Cross-Service Data Replication In Action/17-16 orders.zip 346.88 KB
17 Cross-Service Data Replication In Action/17-17 Test Suite Setup.mkv 2.31 MB
17 Cross-Service Data Replication In Action/17-17 orders.zip 348.42 KB
17 Cross-Service Data Replication In Action/17-18 Asserting Tickets Exist.mkv 4.81 MB
17 Cross-Service Data Replication In Action/17-18 orders.zip 349.03 KB
17 Cross-Service Data Replication In Action/17-19 Asserting Reserved Tickets.mkv 3.45 MB
17 Cross-Service Data Replication In Action/17-19 orders.zip 349.18 KB
17 Cross-Service Data Replication In Action/17-20 Testing the Success Case.mkv 3.16 MB
17 Cross-Service Data Replication In Action/17-20 orders.zip 349.19 KB
17 Cross-Service Data Replication In Action/17-21 Fetching a Users Orders.mkv 3.49 MB
17 Cross-Service Data Replication In Action/17-21 orders.zip 349.3 KB
17 Cross-Service Data Replication In Action/17-22 A Slightly Complicated Test.mkv 8.83 MB
17 Cross-Service Data Replication In Action/17-23 Fetching Individual Orders.mkv 2.92 MB
17 Cross-Service Data Replication In Action/17-23 orders.zip 350.16 KB
17 Cross-Service Data Replication In Action/17-24 Does Fetching Work.mkv 4.95 MB
17 Cross-Service Data Replication In Action/17-24 orders.zip 350.76 KB
17 Cross-Service Data Replication In Action/17-25 Cancelling an Order.mkv 3.3 MB
17 Cross-Service Data Replication In Action/17-25 orders.zip 350.96 KB
17 Cross-Service Data Replication In Action/17-26 Can We Cancel.mkv 6.43 MB
17 Cross-Service Data Replication In Action/17-26 orders.zip 351.62 KB
18 Understanding Event Flow/18-01 Orders Service Events.mkv 3.11 MB
18 Understanding Event Flow/18-02 Creating the Events.mkv 6.14 MB
18 Understanding Event Flow/18-03 Implementing the Publishers.mkv 1.77 MB
18 Understanding Event Flow/18-04 Publishing the Order Creation.mkv 4.02 MB
18 Understanding Event Flow/18-05 Publishing Order Cancellation.mkv 2 MB
18 Understanding Event Flow/18-06 Testing Event Publishing.mkv 4.94 MB
18 Understanding Event Flow/18-06 flow.zip 355.06 KB
19 Listening for Events and Handling Concurrency Issues/19-01 Time for Listeners.mkv 1.5 MB
19 Listening for Events and Handling Concurrency Issues/19-02 Reminder on Listeners.mkv 1.51 MB
19 Listening for Events and Handling Concurrency Issues/19-03 Blueprint for Listeners.mkv 2.17 MB
19 Listening for Events and Handling Concurrency Issues/19-03 listeners.zip 355.69 KB
19 Listening for Events and Handling Concurrency Issues/19-04 A Few More Reminders.mkv 3.73 MB
19 Listening for Events and Handling Concurrency Issues/19-04 listeners.zip 355.95 KB
19 Listening for Events and Handling Concurrency Issues/19-05 Simple onMessage Implementation.mkv 1.68 MB
19 Listening for Events and Handling Concurrency Issues/19-05 listeners.zip 356.03 KB
19 Listening for Events and Handling Concurrency Issues/19-06 ID Adjustment.mkv 3.94 MB
19 Listening for Events and Handling Concurrency Issues/19-06 listeners.zip 356.06 KB
19 Listening for Events and Handling Concurrency Issues/19-07 Ticket Updated Listener Implementation.mkv 3.12 MB
19 Listening for Events and Handling Concurrency Issues/19-07 listeners.zip 356.62 KB
19 Listening for Events and Handling Concurrency Issues/19-08 Initializing the Listeners.mkv 2.56 MB
19 Listening for Events and Handling Concurrency Issues/19-08 listeners.zip 356.68 KB
19 Listening for Events and Handling Concurrency Issues/19-09 A Quick Manual Test.mkv 2.58 MB
19 Listening for Events and Handling Concurrency Issues/19-09 listeners.zip 356.68 KB
19 Listening for Events and Handling Concurrency Issues/19-10 Clear Concurrency Issues.mkv 9.26 MB
19 Listening for Events and Handling Concurrency Issues/19-11 Reminder on Versioning Records.mkv 4.44 MB
19 Listening for Events and Handling Concurrency Issues/19-12 Optimistic Concurrency Control.mkv 3.6 MB
19 Listening for Events and Handling Concurrency Issues/19-13 Mongoose Update-If-Current.mkv 3.1 MB
19 Listening for Events and Handling Concurrency Issues/19-13 listeners.zip 358.81 KB
19 Listening for Events and Handling Concurrency Issues/19-14 Implementing OCC with Mongoose.mkv 2.62 MB
19 Listening for Events and Handling Concurrency Issues/19-14 listeners.zip 359.36 KB
19 Listening for Events and Handling Concurrency Issues/19-15 Testing OCC.mkv 6.15 MB
19 Listening for Events and Handling Concurrency Issues/19-15 listeners.zip 359.65 KB
19 Listening for Events and Handling Concurrency Issues/19-16 One More Test.mkv 2.71 MB
19 Listening for Events and Handling Concurrency Issues/19-16 listeners.zip 359.71 KB
19 Listening for Events and Handling Concurrency Issues/19-17 Who Updates Versions.mkv 4.42 MB
19 Listening for Events and Handling Concurrency Issues/19-17 listeners.zip 359.71 KB
19 Listening for Events and Handling Concurrency Issues/19-18 Including Versions in Events.mkv 1.85 MB
19 Listening for Events and Handling Concurrency Issues/19-18 listeners.zip 359.78 KB
19 Listening for Events and Handling Concurrency Issues/19-19 Updating Tickets Event Definitions.mkv 3.18 MB
19 Listening for Events and Handling Concurrency Issues/19-19 listeners.zip 359.8 KB
19 Listening for Events and Handling Concurrency Issues/19-20 Applying a Version Query.mkv 5.29 MB
19 Listening for Events and Handling Concurrency Issues/19-20 listeners.zip 360.23 KB
19 Listening for Events and Handling Concurrency Issues/19-21 Did it Work.mkv 4.2 MB
19 Listening for Events and Handling Concurrency Issues/19-21 listeners.zip 360.23 KB
19 Listening for Events and Handling Concurrency Issues/19-22 Abstracted Query Method.mkv 4.23 MB
19 Listening for Events and Handling Concurrency Issues/19-22 listeners.zip 360.27 KB
19 Listening for Events and Handling Concurrency Issues/19-23 [Optional] Versioning Without Update-If-Current.mkv 13.32 MB
19 Listening for Events and Handling Concurrency Issues/19-24 Testing Listeners.mkv 3.24 MB
19 Listening for Events and Handling Concurrency Issues/19-24 listeners.zip 360.92 KB
19 Listening for Events and Handling Concurrency Issues/19-25 A Complete Listener Test.mkv 7.15 MB
19 Listening for Events and Handling Concurrency Issues/19-25 listeners.zip 361.27 KB
19 Listening for Events and Handling Concurrency Issues/19-26 Testing the Ack Call.mkv 1.68 MB
19 Listening for Events and Handling Concurrency Issues/19-26 listeners.zip 361.28 KB
19 Listening for Events and Handling Concurrency Issues/19-27 Testing the Ticket Updated Listener.mkv 5.66 MB
19 Listening for Events and Handling Concurrency Issues/19-27 listeners.zip 362 KB
19 Listening for Events and Handling Concurrency Issues/19-28 Success Case Testing.mkv 3.49 MB
19 Listening for Events and Handling Concurrency Issues/19-28 listeners.zip 362.11 KB
19 Listening for Events and Handling Concurrency Issues/19-29 Out-Of-Order Events.mkv 3.16 MB
19 Listening for Events and Handling Concurrency Issues/19-29 listeners.zip 362.19 KB
19 Listening for Events and Handling Concurrency Issues/19-30 The Next Few Videos.mkv 2.44 MB
19 Listening for Events and Handling Concurrency Issues/19-30 listeners.zip 361.07 KB
19 Listening for Events and Handling Concurrency Issues/19-31 Fixing a Few Tests.mkv 5.95 MB
19 Listening for Events and Handling Concurrency Issues/19-31 listeners.zip 361.23 KB
19 Listening for Events and Handling Concurrency Issues/19-32 Listeners in the Tickets Service.mkv 1.28 MB
19 Listening for Events and Handling Concurrency Issues/19-33 Building the Listener.mkv 2.95 MB
19 Listening for Events and Handling Concurrency Issues/19-33 listeners.zip 362.12 KB
19 Listening for Events and Handling Concurrency Issues/19-34 Strategies for Locking a Ticket.mkv 3.41 MB
19 Listening for Events and Handling Concurrency Issues/19-35 Reserving a Ticket.mkv 2.59 MB
19 Listening for Events and Handling Concurrency Issues/19-35 listeners.zip 362.33 KB
19 Listening for Events and Handling Concurrency Issues/19-36 Setup for Testing Reservation.mkv 4.52 MB
19 Listening for Events and Handling Concurrency Issues/19-36 listeners.zip 363.24 KB
19 Listening for Events and Handling Concurrency Issues/19-37 Test Implementation.mkv 3.15 MB
19 Listening for Events and Handling Concurrency Issues/19-37 listeners.zip 363.36 KB
19 Listening for Events and Handling Concurrency Issues/19-38 Missing Update Event.mkv 4.01 MB
19 Listening for Events and Handling Concurrency Issues/19-39 Private vs Protected Properties.mkv 5.17 MB
19 Listening for Events and Handling Concurrency Issues/19-40 Publishing While Listening.mkv 4.91 MB
19 Listening for Events and Handling Concurrency Issues/19-40 listeners.zip 363.47 KB
19 Listening for Events and Handling Concurrency Issues/19-41 Mock Function Arguments.mkv 7.88 MB
19 Listening for Events and Handling Concurrency Issues/19-41 listeners.zip 363.55 KB
19 Listening for Events and Handling Concurrency Issues/19-42 Order Cancelled Listener.mkv 4.67 MB
19 Listening for Events and Handling Concurrency Issues/19-42 listeners.zip 364.21 KB
19 Listening for Events and Handling Concurrency Issues/19-43 A Lightning-Quick Test.mkv 4.78 MB
19 Listening for Events and Handling Concurrency Issues/19-43 listeners.zip 365 KB
19 Listening for Events and Handling Concurrency Issues/19-44 Dont Forget to Listen.mkv 1.89 MB
19 Listening for Events and Handling Concurrency Issues/19-44 listeners.zip 365.06 KB
19 Listening for Events and Handling Concurrency Issues/19-45 Rejecting Edits of Reserved Tickets.mkv 5 MB
19 Listening for Events and Handling Concurrency Issues/19-45 listeners.zip 365.18 KB
20 Worker Services/20-01 The Expiration Service.mkv 1.63 MB
20 Worker Services/20-02 Expiration Options.mkv 4.74 MB
20 Worker Services/20-03 Initial Setup.mkv 4.75 MB
20 Worker Services/20-03 expire.zip 431.82 KB
20 Worker Services/20-04 A Touch of Kubernetes Setup.mkv 5.34 MB
20 Worker Services/20-04 expire.zip 432.69 KB
20 Worker Services/20-05 File Sync Setup.mkv 3.16 MB
20 Worker Services/20-06 Listener Creation.mkv 2.14 MB
20 Worker Services/20-06 expire.zip 433.76 KB
20 Worker Services/20-07 Whats Bull All About.mkv 2.52 MB
20 Worker Services/20-08 Creating a Queue.mkv 5.66 MB
20 Worker Services/20-08 expire.zip 434.36 KB
20 Worker Services/20-09 Queueing a Job on Event Arrival.mkv 4.01 MB
20 Worker Services/20-09 expire.zip 434.49 KB
20 Worker Services/20-10 Testing Job Processing.mkv 2.55 MB
20 Worker Services/20-10 expire.zip 434.49 KB
20 Worker Services/20-11 Delaying Job Processing.mkv 4.08 MB
20 Worker Services/20-11 expire.zip 434.58 KB
20 Worker Services/20-12 Defining the Expiration Complete Event.mkv 2.93 MB
20 Worker Services/20-12 expire.zip 435.63 KB
20 Worker Services/20-13 Publishing an Event on Job Processing.mkv 4.34 MB
20 Worker Services/20-13 expire.zip 436.23 KB
20 Worker Services/20-14 Handling an Expiration Event.mkv 3.84 MB
20 Worker Services/20-14 expire.zip 436.82 KB
20 Worker Services/20-15 Emitting the Order Cancelled Event.mkv 4.13 MB
20 Worker Services/20-15 expire.zip 436.91 KB
20 Worker Services/20-16 Testing the Expiration Complete Listener.mkv 3.75 MB
20 Worker Services/20-16 expire.zip 437.61 KB
20 Worker Services/20-17 A Touch More Testing.mkv 5.7 MB
20 Worker Services/20-18 Listening for Expiration.mkv 2.03 MB
20 Worker Services/20-18 expire.zip 438.82 KB
20 Worker Services/20-19 Dont Cancel Completed Orders.mkv 792.26 KB
21 Handling Payments/21-01 The Payments Service.mkv 1.59 MB
21 Handling Payments/21-02 Initial Setup.mkv 7 MB
21 Handling Payments/21-02 payments.zip 445.31 KB
21 Handling Payments/21-03 Replicated Fields.mkv 3.36 MB
21 Handling Payments/21-04 Another Order Model!.mkv 4.53 MB
21 Handling Payments/21-05 Update-If-Current.mkv 888.24 KB
21 Handling Payments/21-06 Replicating Orders.mkv 2.51 MB
21 Handling Payments/21-06 payments.zip 513.35 KB
21 Handling Payments/21-07 Testing Order Creation.mkv 4.12 MB
21 Handling Payments/21-07 payments.zip 514.29 KB
21 Handling Payments/21-08 Marking an Order as Cancelled.mkv 3.4 MB
21 Handling Payments/21-08 payments.zip 514.88 KB
21 Handling Payments/21-09 Cancelled Testing.mkv 4.2 MB
21 Handling Payments/21-09 payments.zip 515.71 KB
21 Handling Payments/21-10 Starting the Listeners.mkv 3.12 MB
21 Handling Payments/21-10 payments.zip 515.77 KB
21 Handling Payments/21-11 Payments Flow with Stripe.mkv 2.85 MB
21 Handling Payments/21-12 Implementing the Create Charge Handler.mkv 5.66 MB
21 Handling Payments/21-12 payments.zip 516.46 KB
21 Handling Payments/21-13 Validating Order Payment.mkv 2.71 MB
21 Handling Payments/21-13 payments.zip 516.61 KB
21 Handling Payments/21-14 Testing Order Validation Before Payment.mkv 5.09 MB
21 Handling Payments/21-14 payments.zip 517.39 KB
21 Handling Payments/21-15 Testing Same-User Validation.mkv 4.11 MB
21 Handling Payments/21-15 payments.zip 517.44 KB
21 Handling Payments/21-16 Stripe Setup.mkv 2.53 MB
21 Handling Payments/21-17 Creating a Stripe Secret.mkv 2.18 MB
21 Handling Payments/21-18 Creating a Charge with Stripe.mkv 4.43 MB
21 Handling Payments/21-18 payments.zip 518.17 KB
21 Handling Payments/21-19 Manual Testing of Payments.mkv 5.22 MB
21 Handling Payments/21-20 Automated Payment Testing.mkv 4.39 MB
21 Handling Payments/21-20 payments.zip 518.22 KB
21 Handling Payments/21-21 Mocked Stripe Client.mkv 3.25 MB
21 Handling Payments/21-21 payments.zip 518.32 KB
21 Handling Payments/21-22 A More Realistic Test Setup.mkv 6.29 MB
21 Handling Payments/21-22 payments.zip 518.37 KB
21 Handling Payments/21-23 Realistic Test Implementation.mkv 4.6 MB
21 Handling Payments/21-23 payments.zip 518.41 KB
21 Handling Payments/21-24 Tying an Order and Charge Together.mkv 4.54 MB
21 Handling Payments/21-24 payments.zip 518.9 KB
21 Handling Payments/21-25 Testing Payment Creation.mkv 4.69 MB
21 Handling Payments/21-25 payments.zip 519 KB
21 Handling Payments/21-26 Publishing a Payment Created Event.mkv 4.33 MB
21 Handling Payments/21-26 payments.zip 520.54 KB
21 Handling Payments/21-27 More on Publishing.mkv 2.35 MB
21 Handling Payments/21-27 payments.zip 520.61 KB
21 Handling Payments/21-28 Marking an Order as Complete.mkv 4.36 MB
21 Handling Payments/21-28 payments.zip 521.2 KB
22 Back to the Client/22-01 A Few More Pages.mkv 4.57 MB
22 Back to the Client/22-02 Reminder on Data Fetching with Next.mkv 4.89 MB
22 Back to the Client/22-03 Two Quick Fixes.mkv 4.15 MB
22 Back to the Client/22-03 next.zip 521.72 KB
22 Back to the Client/22-04 Scaffolding a Form.mkv 2.58 MB
22 Back to the Client/22-04 next.zip 522.29 KB
22 Back to the Client/22-05 Sanitizing Price Input.mkv 3.87 MB
22 Back to the Client/22-05 next.zip 522.45 KB
22 Back to the Client/22-06 Ticket Creation.mkv 4.82 MB
22 Back to the Client/22-06 next.zip 522.6 KB
22 Back to the Client/22-07 Listing All Tickets.mkv 5.53 MB
22 Back to the Client/22-07 next.zip 522.76 KB
22 Back to the Client/22-08 Linking to Wildcard Routes.mkv 4.91 MB
22 Back to the Client/22-08 next.zip 523.1 KB
22 Back to the Client/22-09 Creating an Order.mkv 4.88 MB
22 Back to the Client/22-09 next.zip 523.4 KB
22 Back to the Client/22-10 Programmatic Navigation to Wildcard Routes.mkv 3.01 MB
22 Back to the Client/22-10 next.zip 523.85 KB
22 Back to the Client/22-11 The Expiration Timer.mkv 6.68 MB
22 Back to the Client/22-11 next.zip 524.13 KB
22 Back to the Client/22-12 Displaying the Expiration.mkv 730.13 KB
22 Back to the Client/22-12 next.zip 524.16 KB
22 Back to the Client/22-13 Showing a Stripe Payment Form.mkv 2.42 MB
22 Back to the Client/22-13 next.zip 13.65 MB
22 Back to the Client/22-14 Configuring Stripe.mkv 3.26 MB
22 Back to the Client/22-14 next.zip 524.43 KB
22 Back to the Client/22-15 Test Credit Card Numbers.mkv 1.6 MB
22 Back to the Client/22-15 next.zip 524.45 KB
22 Back to the Client/22-16 Paying for an Order.mkv 8.07 MB
22 Back to the Client/22-16 next.zip 524.58 KB
22 Back to the Client/22-17 Filtering Reserved Tickets.mkv 1.65 MB
22 Back to the Client/22-17 next.zip 524.6 KB
22 Back to the Client/22-18 Header Links.mkv 1.25 MB
22 Back to the Client/22-18 next.zip 524.63 KB
22 Back to the Client/22-19 Rendering a List of Orders.mkv 4.14 MB
22 Back to the Client/22-19 next.zip 525.04 KB
23 CI-CD/23-01 Development Workflow.mkv 2.26 MB
23 CI-CD/23-02 Git Repository Approaches.mkv 4.14 MB
23 CI-CD/23-03 Creating a GitHub Action.mkv 4.77 MB
23 CI-CD/23-04 Adding a CI Test Script.mkv 2.03 MB
23 CI-CD/23-05 Running Tests on PR Creation.mkv 3.49 MB
23 CI-CD/23-06 Output of Failing Tests.mkv 4.4 MB
23 CI-CD/23-07 Running Tests in Parallel.mkv 4.7 MB
23 CI-CD/23-08 Verifying a Test Run.mkv 2.54 MB
23 CI-CD/23-09 Selective Test Execution.mkv 3.98 MB
23 CI-CD/23-10 Deployment Options.mkv 4.5 MB
23 CI-CD/23-11 Creating a Hosted Cluster.mkv 1.61 MB
23 CI-CD/23-12 Reminder on Kubernetes Context.mkv 2.61 MB
23 CI-CD/23-13 Reminder on Swapping Contexts.mkv 2.38 MB
23 CI-CD/23-14 The Deployment Plan.mkv 2.72 MB
23 CI-CD/23-15 Building an Image in an Action.mkv 5.59 MB
23 CI-CD/23-16 Testing the Image Build.mkv 2.08 MB
23 CI-CD/23-17 Restarting the Deployment.mkv 5.3 MB
23 CI-CD/23-18 Applying Kubernetes Manifests.mkv 2.31 MB
23 CI-CD/23-19 Prod vs Dev Manifest Files.mkv 3.17 MB
23 CI-CD/23-20 Manual Secret Creation.mkv 2 MB
23 CI-CD/23-21 Don't Forget Ingress-Nginx!.mkv 4.03 MB
23 CI-CD/23-22 Testing Automated Deployment.mkv 2.05 MB
23 CI-CD/23-23 Additional Deploy Files.mkv 5.82 MB
23 CI-CD/23-24 A Successful Deploy!.mkv 4.93 MB
23 CI-CD/23-25 Buying a Domain Name.mkv 2.18 MB
23 CI-CD/23-26 Configuring the Domain Name.mkv 3.91 MB
23 CI-CD/23-27 One Small Fix.html 2.32 KB
23 CI-CD/23-28 One More Small Fix.html 601 B
23 CI-CD/23-29 I Really Hope This Works.mkv 1003.92 KB
23 CI-CD/23-30 Next Steps.mkv 3.1 MB
24 [Appendix A] - Basics of Docker/24-01 Why Use Docker.mkv 2.83 MB
24 [Appendix A] - Basics of Docker/24-02 What is Docker.mkv 1.97 MB
24 [Appendix A] - Basics of Docker/24-03 Docker for Mac Windows.mkv 1.39 MB
24 [Appendix A] - Basics of Docker/24-04 Installing Docker on macOS.mkv 3.67 MB
24 [Appendix A] - Basics of Docker/24-05 Installing Docker for Windows Home users.html 2.56 KB
24 [Appendix A] - Basics of Docker/24-06 Installing Docker for Windows - Professional and Enterprise.mkv 1.32 MB
24 [Appendix A] - Basics of Docker/24-07 More Windows Setup - Professional and Enterprise.mkv 414.65 KB
24 [Appendix A] - Basics of Docker/24-08 One Last Piece of Windows Setup - Professional and Enterprise.mkv 706.26 KB
24 [Appendix A] - Basics of Docker/24-09 Installing Docker on Linux.html 3.75 KB
24 [Appendix A] - Basics of Docker/24-10 Using the Docker Client.mkv 4.55 MB
24 [Appendix A] - Basics of Docker/24-11 But Really... Whats a Container.mkv 6.02 MB
24 [Appendix A] - Basics of Docker/24-12 Hows Docker Running on Your Computer.mkv 2.04 MB
24 [Appendix A] - Basics of Docker/24-13 Docker Run in Detail.mkv 1.38 MB
24 [Appendix A] - Basics of Docker/24-14 Overriding Default Commands.mkv 3.4 MB
24 [Appendix A] - Basics of Docker/24-15 Listing Running Containers.mkv 3.38 MB
24 [Appendix A] - Basics of Docker/24-16 Container Lifecycle.mkv 3.92 MB
24 [Appendix A] - Basics of Docker/24-17 Restarting Stopped Containers.mkv 2.68 MB
24 [Appendix A] - Basics of Docker/24-18 Removing Stopped Containers.mkv 1.2 MB
24 [Appendix A] - Basics of Docker/24-19 Retrieving Output Logs.mkv 1.69 MB
24 [Appendix A] - Basics of Docker/24-20 Stopping Containers.mkv 3.85 MB
24 [Appendix A] - Basics of Docker/24-21 Multi-Command Containers.mkv 3.08 MB
24 [Appendix A] - Basics of Docker/24-22 Executing Commands in Running Containers.mkv 2.05 MB
24 [Appendix A] - Basics of Docker/24-23 The Purpose of the it Flag.mkv 2.91 MB
24 [Appendix A] - Basics of Docker/24-24 Getting a Command Prompt in a Container.mkv 2.8 MB
24 [Appendix A] - Basics of Docker/24-25 Starting with a Shell.mkv 1.47 MB
24 [Appendix A] - Basics of Docker/24-26 Container Isolation.mkv 1.94 MB
24 [Appendix A] - Basics of Docker/24-27 Creating Docker Images.mkv 1.71 MB
24 [Appendix A] - Basics of Docker/24-28 Building a Dockerfile.mkv 3.38 MB
24 [Appendix A] - Basics of Docker/24-29 Dockerfile Teardown.mkv 2.19 MB
24 [Appendix A] - Basics of Docker/24-30 Whats a Base Image.mkv 3.91 MB
24 [Appendix A] - Basics of Docker/24-31 The Build Process in Detail.mkv 9.96 MB
24 [Appendix A] - Basics of Docker/24-32 A Brief Recap.mkv 2.56 MB
24 [Appendix A] - Basics of Docker/24-33 Rebuilds with Cache.mkv 6.22 MB
24 [Appendix A] - Basics of Docker/24-34 Tagging an Image.mkv 3.13 MB
24 [Appendix A] - Basics of Docker/24-35 Manual Image Generation with Docker Commit.mkv 3.51 MB
24 [Appendix A] - Basics of Docker/24-36 Project Outline.mkv 1.64 MB
24 [Appendix A] - Basics of Docker/24-37 Node Server Setup.mkv 3.17 MB
24 [Appendix A] - Basics of Docker/24-38 A Few Planned Errors.mkv 3.45 MB
24 [Appendix A] - Basics of Docker/24-39 Base Image Issues.mkv 6.1 MB
24 [Appendix A] - Basics of Docker/24-40 A Few Missing Files.mkv 2.67 MB
24 [Appendix A] - Basics of Docker/24-41 Copying Build Files.mkv 3.5 MB
24 [Appendix A] - Basics of Docker/24-42 Reminder for Windows Home Docker Toolbox Students.html 1.26 KB
24 [Appendix A] - Basics of Docker/24-43 Container Port Forwarding.mkv 5.21 MB
24 [Appendix A] - Basics of Docker/24-44 Specifying a Working Directory.mkv 5.28 MB
24 [Appendix A] - Basics of Docker/24-45 Unnecessary Rebuilds.mkv 2.98 MB
24 [Appendix A] - Basics of Docker/24-46 Minimizing Cache Busting and Rebuilds.mkv 3.82 MB
25 [Appendix B] - Basics of Typescript/25-01 How to Get Help.mkv 627.47 KB
25 [Appendix B] - Basics of Typescript/25-02 TypeScript Overview.mkv 3.79 MB
25 [Appendix B] - Basics of Typescript/25-03 Environment Setup.mkv 5.99 MB
25 [Appendix B] - Basics of Typescript/25-04 A First App.mkv 2.77 MB
25 [Appendix B] - Basics of Typescript/25-05 Executing Typescript Code.mkv 2.87 MB
25 [Appendix B] - Basics of Typescript/25-06 One Quick Change.mkv 2.18 MB
25 [Appendix B] - Basics of Typescript/25-07 Catching Errors with TypeScript.mkv 5.1 MB
25 [Appendix B] - Basics of Typescript/25-08 Catching More Errors.mkv 3.66 MB
25 [Appendix B] - Basics of Typescript/25-09 Do Not Skip - Course Overview.mkv 2.03 MB
25 [Appendix B] - Basics of Typescript/25-10 Types.mkv 3.21 MB
25 [Appendix B] - Basics of Typescript/25-11 More on Types.mkv 3.68 MB
25 [Appendix B] - Basics of Typescript/25-12 Examples of Types.mkv 2.71 MB
25 [Appendix B] - Basics of Typescript/25-13 Where Do We Use Types.mkv 494.59 KB
25 [Appendix B] - Basics of Typescript/25-14 Type Annotations and Inference.mkv 1.27 MB
25 [Appendix B] - Basics of Typescript/25-15 Annotations With Variables.mkv 3.13 MB
25 [Appendix B] - Basics of Typescript/25-16 Object Literal Annotations.mkv 4.17 MB
25 [Appendix B] - Basics of Typescript/25-17 Annotations Around Functions.mkv 3.91 MB
25 [Appendix B] - Basics of Typescript/25-18 Understanding Inference.mkv 2.61 MB
25 [Appendix B] - Basics of Typescript/25-19 The Any Type.mkv 5.21 MB
25 [Appendix B] - Basics of Typescript/25-20 Fixing the Any Type.mkv 1.34 MB
25 [Appendix B] - Basics of Typescript/25-21 Delayed Initialization.mkv 2.07 MB
25 [Appendix B] - Basics of Typescript/25-22 When Inference Doesnt Work.mkv 2.99 MB
25 [Appendix B] - Basics of Typescript/25-23 Annotations Around Functions.mkv 3.07 MB
25 [Appendix B] - Basics of Typescript/25-24 Inference Around Functions.mkv 3.33 MB
25 [Appendix B] - Basics of Typescript/25-25 Annotations for Anonymous Functions.mkv 1.18 MB
25 [Appendix B] - Basics of Typescript/25-26 Void and Never.mkv 1.93 MB
25 [Appendix B] - Basics of Typescript/25-27 Destructuring with Annotations.mkv 2.67 MB
25 [Appendix B] - Basics of Typescript/25-28 Annotations Around Objects.mkv 4.65 MB
25 [Appendix B] - Basics of Typescript/25-29 Arrays in TypeScript.mkv 2.79 MB
25 [Appendix B] - Basics of Typescript/25-30 Why Typed Arrays.mkv 3.07 MB
25 [Appendix B] - Basics of Typescript/25-31 Multiple Typees in Arrays.mkv 1.95 MB
25 [Appendix B] - Basics of Typescript/25-32 When to Use Typed Arrays.mkv 539.46 KB
25 [Appendix B] - Basics of Typescript/25-33 Tuples in TypeScript.mkv 2.9 MB
25 [Appendix B] - Basics of Typescript/25-34 Tuples in Action.mkv 3.37 MB
25 [Appendix B] - Basics of Typescript/25-35 Why Tuples.mkv 2.05 MB
25 [Appendix B] - Basics of Typescript/25-36 Interfaces.mkv 847.13 KB
25 [Appendix B] - Basics of Typescript/25-37 Long Type Annotations.mkv 2.85 MB
25 [Appendix B] - Basics of Typescript/25-38 Fixing Annotations With Interfaces.mkv 3.39 MB
25 [Appendix B] - Basics of Typescript/25-39 Syntax Around Interfaces.mkv 2.56 MB
25 [Appendix B] - Basics of Typescript/25-40 Functions in Interfaces.mkv 3.21 MB
25 [Appendix B] - Basics of Typescript/25-41 Code Reuse with Interfaces.mkv 3.02 MB
25 [Appendix B] - Basics of Typescript/25-42 General Plan with Interfaces.mkv 2.01 MB
25 [Appendix B] - Basics of Typescript/25-43 Classes.mkv 2.33 MB
25 [Appendix B] - Basics of Typescript/25-44 Basic Inheritance.mkv 2.04 MB
25 [Appendix B] - Basics of Typescript/25-45 Class Method Modifiers.mkv 4.35 MB
25 [Appendix B] - Basics of Typescript/25-46 Fields in Classes.mkv 4.54 MB
25 [Appendix B] - Basics of Typescript/25-47 Fields with Inheritance.mkv 3.25 MB
25 [Appendix B] - Basics of Typescript/25-48 Where to Use Classes.mkv 724.93 KB
25 [Appendix B] - Basics of Typescript/25-49 App Overview.mkv 1.66 MB
25 [Appendix B] - Basics of Typescript/25-50 Parcel in Action.mkv 2.93 MB
25 [Appendix B] - Basics of Typescript/25-51 Project Structure.mkv 1.99 MB
25 [Appendix B] - Basics of Typescript/25-52 Generating Random Data.mkv 3.82 MB
25 [Appendix B] - Basics of Typescript/25-53 Type Definition Files.mkv 3.46 MB
25 [Appendix B] - Basics of Typescript/25-54 Using Type Definition Files.mkv 4.72 MB
25 [Appendix B] - Basics of Typescript/25-55 Export Statements in TypeScript.mkv 3.4 MB
25 [Appendix B] - Basics of Typescript/25-56 Defining a Company.mkv 3.44 MB
25 [Appendix B] - Basics of Typescript/25-57 Adding Google Maps Support.mkv 5.46 MB
25 [Appendix B] - Basics of Typescript/25-58 Google Maps Integration with TypeScript.mkv 3.13 MB
25 [Appendix B] - Basics of Typescript/25-59 Exploring Type Definition Files.mkv 10.92 MB
25 [Appendix B] - Basics of Typescript/25-60 Hiding Functionality.mkv 4.49 MB
25 [Appendix B] - Basics of Typescript/25-61 Why Use Private Modifiers Heres Why.mkv 5.31 MB
25 [Appendix B] - Basics of Typescript/25-62 Adding Markers.mkv 7.24 MB
25 [Appendix B] - Basics of Typescript/25-63 Duplicate Code.mkv 2.26 MB
25 [Appendix B] - Basics of Typescript/25-64 One Possible Solution.mkv 4.89 MB
25 [Appendix B] - Basics of Typescript/25-65 Restricting Access with Interfaces.mkv 3.96 MB
25 [Appendix B] - Basics of Typescript/25-66 Implicit Type Checks.mkv 2.7 MB
25 [Appendix B] - Basics of Typescript/25-67 Showing Popup Windows.mkv 6.51 MB
25 [Appendix B] - Basics of Typescript/25-68 Updating Interface Definitions.mkv 5.76 MB
25 [Appendix B] - Basics of Typescript/25-69 Optional Implements Clauses.mkv 4.85 MB
25 [Appendix B] - Basics of Typescript/25-70 App Wrapup.mkv 5.9 MB
Download Info
-
Tips
“udemy.com - Microservices with Node JS and React [2020-10, LQ]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.