Instructional Video10:08
Curated Video

Design Microservices Architecture with Patterns and Principles - Basket Microservices Code Review - E-Commerce App

Higher Ed
The focus of this video is on the code review of the basket microservice in the e-commerce application. It delves into the codebase of the basket microservice, its implementation, and how it handles shopping cart functionalities within...
Instructional Video8:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Catalog Microservices Code Review - E-Commerce App

Higher Ed
This video specifically dives into the code review of the catalog microservice in the e-commerce application. It examines the codebase of the catalog microservice, its functionalities, and how it interacts with other services to...
Instructional Video16:22
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo Microservices Architecture Code Review - E-Commerce App

Higher Ed
In this video, a code review of the microservices architecture in the e-commerce application is conducted. It explores the codebase and discusses the design choices, best practices, and implementation details of the microservices.
<
br/>...
Instructional Video8:38
Curated Video

Design Microservices Architecture with Patterns and Principles - Implementation of Microservices Architecture

Higher Ed
This video focuses on the overall implementation of a microservices architecture for the e-commerce application. It provides an overview of the different components and services involved and explains how they interact with each other...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, we will discover strategies and techniques for adapting existing microservices to enhance their resilience, observability, and monitoring capabilities. The video explores how to introduce resilience patterns such as...
Instructional Video4:35
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, you will learn the best practices and principles for designing microservices with resilience, observability, and monitoring in mind, architectural considerations, such as implementing resilience patterns, incorporating...
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Monitoring with Kubernetes, Prometheus, and Grafana

Higher Ed
In this video, we will discover how Kubernetes, Prometheus, and Grafana can be combined to monitor the health and performance of microservices deployed in a containerized environment, how Kubernetes can provide health metrics,...
Instructional Video2:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Checks: Liveness, Readiness, and Performance Checks

Higher Ed
In this video, you will learn different types of health checks that can be implemented in microservices to assess their availability, readiness, and performance, and learn about the significance of health checks in maintaining the...
Instructional Video3:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Distributed Tracing with OpenTelemetry Using Zipkin

Higher Ed
In this video, we will explore the concept of distributed tracing and its importance in understanding the performance and behavior of microservices and how OpenTelemetry and Zipkin can be used to instrument microservices, collect trace...
Instructional Video5:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging

Higher Ed
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Observability with Distributed Logging and Distributed Tracing

Higher Ed
In this video, you will learn the importance of observability in microservices, how distributed logging and distributed tracing can help in monitoring and troubleshooting, and how logging can be distributed across microservices to...
Instructional Video1:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Fallback Pattern

Higher Ed
In this video, we will explore the Fallback pattern, which provides an alternative response or behavior when a request to a microservice fails and how fallback mechanisms can be used to handle errors gracefully and provide meaningful...
Instructional Video1:46
Curated Video

Design Microservices Architecture with Patterns and Principles - Timeout Pattern

Higher Ed
In this video, you will learn about the Timeout pattern, which helps prevent resource exhaustion and system degradation by setting a maximum time limit for a request or operation. The video explains how timeouts can be used to detect...
Instructional Video4:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Bulkhead Pattern

Higher Ed
In this video, we will discover the Bulkhead pattern, which focuses on limiting the impact of failures by isolating different parts of a system and explains how the Bulkhead pattern achieves fault isolation by partitioning resources...
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Retry + Circuit Breaker Pattern

Higher Ed
In this video, we will explore the combination of the Retry pattern and the Circuit Breaker pattern and how these two patterns can work together to provide a more robust and resilient solution by automatically retrying failed requests...
Instructional Video1:12
Curated Video

Design Microservices Architecture with Patterns and Principles - Circuit Breaker States

Higher Ed
In this video, we will understand the different states of the Circuit Breaker pattern and discuss the d state, which allows requests to pass through normally; the Open state, which stops requests from reaching the faulty service; and...
Instructional Video3:57
Curated Video

Design Microservices Architecture with Patterns and Principles - Circuit Breaker Pattern

Higher Ed
In this video, you will learn the Circuit Breaker pattern, which is a resiliency pattern that helps protect microservices from cascading failures. You will learn how the Circuit Breaker acts as a safety mechanism by monitoring the...
Instructional Video4:08
Curated Video

Design Microservices Architecture with Patterns and Principles - Retry Pattern

Higher Ed
In this video, we will dive deeper into the Retry pattern, which is one of the key resiliency patterns and explains how the pattern allows microservices to automatically retry failed operations, increasing the chances of successful...
Instructional Video3:39
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resiliency Patterns

Higher Ed
In this video, we will explore various resiliency patterns specifically designed for microservices architectures and discuss patterns such as Circuit Breaker, Bulkhead, Timeout, and Fallback, which help enhance the fault-tolerance and...
Instructional Video4:16
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Microservices Resiliency?

Higher Ed
In this video, you will learn about the concept of resiliency in the context of microservices. The video explains how resiliency as a critical characteristic enables microservices to recover from failures, handle disruptions, and...
Instructional Video4:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Resilience, Observability, and Monitoring

Higher Ed
This video is an overview of the key concepts and importance of resilience, observability, and monitoring in microservices architectures and sets the stage for understanding the challenges and solutions associated with ensuring the...
Instructional Video3:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Fault Tolerance Microservices Able to Remain Operational for Any Fail

Higher Ed
In this video, the problem of ensuring fault tolerance in microservices deployments is addressed. It discusses strategies and techniques for building resilient microservices architectures that can withstand failures at various levels,...
Instructional Video3:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices with Using Containers and Orchestrators

Higher Ed
This video explores the evaluation of microservices deployments using containers and orchestrators. It discusses metrics and key performance indicators (KPIs) for assessing the performance, scalability, and reliability of microservices...
Instructional Video7:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Using Containers and Orchestrators

Higher Ed
In this video, the adaptation of existing microservices to leverage containers and orchestrators is discussed, the process of containerizing microservices, modifying deployment configurations, and integrating with container...