Instructional Video1:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
This video focuses on evaluating the effectiveness of a microservices architecture that incorporates the database sharding pattern using Cassandra, the key metrics, and factors to consider when assessing the performance. The video...
Instructional Video1:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Break Down Application into Microservices

Higher Ed
In this video, we will understand the challenges and considerations involved in breaking down a monolithic application into microservices. We will explore strategies for identifying service boundaries, handling shared data and...
Instructional Video3:43
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI

Higher Ed
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
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: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 Video2:14
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservice Architecture with SAGA, Transactional Outbox, and CDC Pattern

Higher Ed
This video delves into the adaptation of an existing microservices architecture to incorporate the SAGA pattern, Transactional Outbox pattern, and CDC and discusses the necessary modifications and enhancements required to enable...
Instructional Video7:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Architecture with SAGA, Outbox Pattern, and CDC

Higher Ed
This video explores the design considerations and principles for building a robust microservices architecture using the SAGA pattern, Transactional Outbox pattern, and Change Data Capture (CDC). This clip is from the chapter...
Instructional Video7:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Distributed Transactions

Higher Ed
This video explains the challenges and complexities of managing transactions in a distributed microservices environment, including the need for coordination and consistency across multiple services. This clip is from the chapter...
Instructional Video4:15
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Transactions

Higher Ed
This video provides an overview of the challenges associated with managing transactions in a distributed microservices architecture and introduces the concept of distributed transactions. This clip is from the chapter "Microservices...
Instructional Video3:13
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Architecture with CQRS, Event Sourcing, Eventual Consist

Higher Ed
This video discusses the evaluation of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency, the benefits, drawbacks, and trade-offs of using these patterns and evaluates their impact...
Instructional Video3:02
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
This video focuses on the adaptation of an existing microservices architecture to incorporate CQRS, Event Sourcing, and eventual consistency and provides guidance and best practices for introducing these patterns into an existing system,...
Instructional Video3:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
This video showcases the design of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency and demonstrates how these patterns and principles can be applied together to build a scalable...
Instructional Video2:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Eventual Consistency Principle

Higher Ed
This video discusses the principle of eventual consistency in distributed systems and explains that while immediate consistency may not always be achievable, eventual consistency ensures that all replicas of data will eventually be...
Instructional Video6:50
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Data Management - Cross-Service Queries

Higher Ed
This video explores the challenges that arise when performing queries that involve multiple microservices and discusses strategies for decoupling services, achieving low latency, and ensuring efficient cross-service communication. This...
Instructional Video3:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management - Commands and Queries

Higher Ed
This video provides an overview of the topic of data management in microservices architecture, specifically focusing on commands and queries, the concept of separating commands (write operations) and queries (read operations). This clip...
Instructional Video4:08
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Architecture with Database Sharding Pattern

Higher Ed
This video focuses on designing microservices architecture using the database sharding pattern and the considerations and steps involved in incorporating data partitioning through sharding into the overall system design. This clip is...
Instructional Video5:12
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Database Management Patterns and Principles

Higher Ed
This video introduces various database management patterns and principles for microservices and concepts such as database per service, shared database, event sourcing, and CQRS (Command Query Responsibility Segregation), highlighting...
Instructional Video4:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management

Higher Ed
This video introduces microservices data management. It covers the importance of data management in microservices architecture and highlights the challenges and considerations involved in managing data across multiple services. This clip...
Instructional Video4:16
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with Service Aggregator, Registry

Higher Ed
In this video, we will explore the design and evaluation of a microservices architecture using the Service Aggregator and Registry patterns and how the Service Aggregator acts as a central point for aggregating data from multiple...
Instructional Video3:22
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with Backends for Frontend Pattern

Higher Ed
This video focuses on the design and evaluation of a microservices architecture that incorporates the Backends for Frontends pattern and explores how to design and implement BFF services, and the benefits of using this pattern to address...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns

Higher Ed
In this video, we will investigate the design and adaptation of a microservices architecture using decomposition patterns. You will learn to map the identified microservices to their respective bounded contexts, define their interfaces,...
Instructional Video3:44
Curated Video

Design Microservices Architecture with Patterns and Principles - Using Domain Analysis to Model Microservices and Checklist after Decomposition

Higher Ed
In this video, we will look at domain analysis techniques and their role in modeling microservices. We will discover how to perform an effective domain analysis and create a checklist to validate the decomposition of microservices. This...
Instructional Video2:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Decomposition of Microservices Architecture

Higher Ed
In this video, we will be introduced to the concept of decomposing a monolithic architecture into microservices. We will understand the motivations and benefits behind microservices decomposition. This clip is from the chapter...
Instructional Video3:05
Curated Video

Design Microservices Architecture with Patterns and Principles - The Database-Per-Service Pattern - Polyglot Persistence

Higher Ed
In this video, we will explore the database-per-service pattern in microservices architecture, where each service has its own dedicated database. We will understand the advantages of polyglot persistence and the challenges of maintaining...