Hi, what do you want to do?
Curated Video
Design Microservices Architecture with Patterns and Principles - Event Hubs and Event Streaming in Event-Driven Microservices Architecture
This video provides an in-depth understanding of event hubs and event streaming technologies in the context of event-driven microservices and explores the features, capabilities, and use cases of event hubs and discusses how they...
Curated Video
Design Microservices Architecture with Patterns and Principles - Event-Driven Microservices Architecture
This video dives deeper into the design and structure of event-driven microservices architectures and how events are used. The video explores event-driven patterns such as event sourcing, event-driven communication, and event-driven...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Event-Driven Microservices Architectures
This video introduces the concept of event-driven architecture in the context of microservices, explains the fundamental principles and characteristics of event-driven systems, and highlights the benefits of using events as a means of...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Listen and Polling Outbox Table
This video addresses a specific challenge related to the Transactional Outbox pattern, which is the need for a mechanism to detect and process new events in the outbox table, and explores different approaches, including listening and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transactional Outbox Pattern in Microservices
This video focuses on the implementation of the Transactional Outbox pattern in a microservices architecture, the benefits of using the pattern in this context, decoupling services, and improving performance, and provides practical...
Curated Video
Design Microservices Architecture with Patterns and Principles - Compensating Transaction Pattern
This video introduces the compensating transaction pattern to rollback or undo the effects of a previous transaction in the event of a failure or error, how compensating transactions can be used in conjunction with the SAGA pattern to...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Data Management - Cross-Service Queries
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.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - The Shared Database Anti-Pattern and Polyglot Persistence
This video discusses the shared database anti-pattern, where multiple microservices share the same database and highlights the challenges and drawbacks of this approach, such as tight coupling, data conflicts, and scalability...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Patterns - The Database-Per-Service Pattern
The video focuses on the database-per-service pattern, which involves each microservice having its dedicated database. It explains the benefits of this pattern, such as loose coupling, independent development and deployment, and data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Polyglot Persistence Principle in Microservices
The video explains the concept of polyglot persistence in microservices, which advocates using different databases for different microservices based on their specific needs and explores the benefits of polyglot persistence.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - The Scale Cube
This video presents the Scale Cube model, a conceptual framework for scaling applications in three dimensions: X-axis scaling (horizontal duplication), Y-axis scaling (functional decomposition), and Z-axis scaling (data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Scale the Microservices Architecture Design
This video provides an overview of the importance of scaling in microservices architectures and introduces the key concepts and strategies involved in scaling.
<
br/>
This clip is from the chapter "Scale the Microservices...
<
br/>
This clip is from the chapter "Scale the Microservices...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Databases Create Bottlenecks When Scaling
This video highlights the challenges posed by databases in scaling microservices architectures. It addresses the issues related to database performance and scalability and discusses potential solutions to mitigate bottlenecks.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - Topic-Queue Chaining and Load Balancing Pattern
This video explores the pattern of chaining topics and queues for load balancing in microservices communication. It demonstrates how this pattern can distribute the processing load among multiple service instances while maintaining the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Multiple-Receiver Message-Based Communication (One-to-Many Model-Topic)
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures. It discusses how applying DIP can facilitate effective asynchronous communication...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Long Running Operations Can't Handle Sync Communication
This video addresses the problem of handling long-running operations in a microservices architecture when using synchronous communication, highlights the limitations of synchronous communication for time-consuming operations, and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service-to-Service Communications Between Backend Internal Microservices
This video explores the communication patterns between backend internal microservices in a microservices architecture and discusses the challenges and considerations involved in establishing efficient and reliable communication...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Offloading Pattern
The gateway offloading pattern is covered in this video; we will see how an API gateway can offload cross-cutting concerns such as authentication, rate limiting, caching, and logging from individual microservices, reducing duplication,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Why Should We Use API Gateway?
In this video, the benefits of using an API gateway in a microservices architecture are discussed. It explains how an API gateway can simplify client access, provide a unified entry point, enable service versioning and backward...
Curated Video
Design Microservices Architecture with Patterns and Principles - Designing HTTP-Based RESTful APIs for Microservices
In this video, we will explore the design principles and considerations for creating HTTP-based RESTful APIs in microservices architectures. You will learn how to design APIs that are scalable, maintainable, and efficient.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Communication Styles Request-Driven or Event-Driven Architecture
In this video, we will explore the two prevalent communication styles in microservices: request-driven and event-driven. We will understand the differences between these styles and when to use each one.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Changed for Communications Between Monolithic to Microservices
In this video, we will discover the key differences in communication requirements between monolithic and microservices architectures. We will understand how the shift to microservices impacts communication patterns and protocols.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - Using Domain Analysis to Model Microservices and Checklist after Decomposition
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Decomposition Pattern - Decompose by Business Capability
In this video, discover the decomposition pattern of organizing microservices based on business capabilities. You will learn to identify distinct business capabilities within a system and allocate them to individual microservices. We...