Curated Video
Design Microservices Architecture with Patterns and Principles - Challenges of Monolithic Architecture
In this video, we will identify the challenges and drawbacks associated with a monolithic architecture. You will learn the potential limitations, such as scalability constraints and difficulties in independent deployment and scalability,...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Kubernetes and Why Do We Use Them for Microservices Deployments?
In this video, Kubernetes, one of the most popular container orchestrators, is introduced. It explains the reasons why Kubernetes is widely used for microservices deployments, including its ability to automate application deployment,...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Are Container Orchestrators?
This video explains container orchestrators in microservices deployments, how container orchestrators, such as Kubernetes, help in managing and coordinating containerized applications across a cluster of machines. This clip is from the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Why Do We Use Them for Microservices Deployments?
In this video, the reasons for using containers and Docker in microservices deployments are explored. It highlights the advantages of containerization, such as improved resource utilization, scalability, and simplified deployment...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Are Containers?
This video explains the concept of containers and their role in the context of microservices deployments. It covers the basic principles and characteristics of containers, including their isolation, portability, and lightweight nature....
Curated Video
Design Microservices Architecture with Patterns and Principles - Distributed Caching in Microservices
This video delves into the specific application of distributed caching in microservices architectures. It explores how distributed caching can be used to improve scalability, reduce database load, and enhance overall system performance....
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Event-Driven Microservices Architecture
This video focuses on evaluating the effectiveness and performance of an event-driven microservices architecture, the metrics, monitoring techniques, and tools. It also covers strategies for identifying and addressing potential...
Curated Video
Design Microservices Architecture with Patterns and Principles - Real-Time Processing and High-Volume Events in Event-Driven Microservices
This section explores the challenges and considerations when dealing with real-time processing and high-volume events in event-driven microservices and discusses techniques for handling and processing events in a scalable and efficient...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Architecture with CQRS, Event Sourcing, Eventual Consist
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management - Commands and Queries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - NoSQL Databases Types - Document, Key-Value, Graph-Based, Column-Based Databases
This video explores different types of NoSQL databases, including document databases, key-value stores, graph databases, and columnar databases, their characteristics, data models, and typical use cases, providing insights into when to...
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 - Introduction - Microservices Data Management
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Stateless and Stateful Application Horizontal Scaling
This video discusses the differences between stateless and stateful applications and explores the challenges and considerations involved in horizontally scaling both types of applications, the approaches and techniques for scaling...
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 partitioning)....
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. This clip is from the chapter "Scale the Microservices Architecture Design"...
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. This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Why Do We Need to Decompose? - The Scale Cube
In this video, we will explore the reasons why decomposition is necessary for building scalable systems. You will learn about the Scale Cube model, which defines three dimensions of scaling: X-axis (horizontal scaling), Y-axis (vertical...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Microservices Architecture - First Iteration
In this video, you will learn to design a microservices architecture by breaking down an application into individual services. We will understand the principles of service identification, defining service boundaries, and establishing...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Microservices Architecture
In this video, we will explore the benefits and advantages of adopting microservices architecture. You will learn how microservices enable better scalability, faster development cycles, independent deployment and scaling of services,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Characteristics
In this video, you will learn about the essential characteristics of microservices, including bounded context, single responsibility, scalability, resilience, and replaceability. We will understand how these characteristics contribute to...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Architecture
In this video, we will get introduced to the concept of microservices architecture and understand its fundamental principles and characteristics. You will learn how microservices differ from monolithic architectures and gain insights...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Modular Monolithic Architecture with SPA
In this video, we will evaluate the benefits and drawbacks of incorporating a separated UI using a SPA approach in a modular monolithic architecture. We will understand the impact on performance, development agility, and scalability, and...