Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events Inside Forms / 057
This video explains the various types of events that can occur within forms and how to handle them in JavaScript. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Event Bubbling and Delegation / 055
This video explains event bubbling and delegation in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events - I / 053-1
This video explains events in DOM and how to change the theme on a website. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
I WONDER - What Is Jousting?
This video is answering the question of what is jousting.
Curated Video
Design Microservices Architecture with Patterns and Principles - Apache Kafka Benefits
This video explores the advantages of using Apache Kafka in various scenarios and highlights Kafka's scalability, fault-tolerance, low latency, and ability to handle large volumes of data, making it suitable for streaming applications,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Fan-Out Publish/Subscribe Messaging
This video focuses on the evaluation of a microservices architecture that utilizes the fan-out publish/subscribe messaging pattern. It examines the performance, scalability, and maintainability aspects of the architecture and discusses...
Curated Video
Design Microservices Architecture with Patterns and Principles - Asynchronous Message-Based Communication Types in Microservices Architecture
This video explores different types of asynchronous message-based communication patterns commonly used in microservices. It covers publish-subscribe, message queues, and event sourcing, providing insights into when and how to utilize...
Curated Video
Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda
This video focuses on designing event-driven serverless microservices using AWS Lambda and event-driven architecture and showcases how AWS Lambda can be used to handle event processing and orchestration in a serverless environment,...
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-World Examples of Event-Driven Microservices Architecture
This video showcases real-world examples and case studies of organizations that have implemented event-driven microservices architectures and examines their architecture design, the challenges they faced, and the benefits they achieved...
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 enable...
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 - 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 data...
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: Handle Millions of Events Across Microservices
This video addresses the challenge of handling a large volume of events across multiple microservices in a distributed system, the limitations and potential bottlenecks that arise when dealing with a high event load, and explores...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Architecture with SAGA, Transactional Outbox, and CDC
This section focuses on the evaluation and assessment of a microservices architecture that utilizes the SAGA pattern, Transactional Outbox pattern, and CDC, explores the performance, scalability, reliability, and maintainability aspects...
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 - SAGA Pattern - Choreography-Based SAGA Implementation
This video dives into the choreography-based implementation of the SAGA pattern, where each service is responsible for coordinating its own local transactions and emitting events to trigger subsequent transactions in other services. This...
Curated Video
Design Microservices Architecture with Patterns and Principles - SAGA Pattern for Distributed Transactions
This video introduces the SAGA (Step-by-Step Atomicity Guarantees) pattern as a solution to managing distributed transactions in a microservices architecture and explains the concept of a saga, which is a sequence of local transactions,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS with Event Sourcing Pattern
This section explores the combination of the Command Query Responsibility Segregation (CQRS) pattern with Event Sourcing, how Event Sourcing can be used to capture and store all changes to application state as a sequence of events, and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Event Sourcing Pattern
This video focuses on the synchronization aspect of CQRS and explains various approaches and strategies to ensure consistency between the read and write databases in a CQRS-based system, including using event sourcing, eventual...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Database Management Patterns and Principles
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kafka Components - Topic, Partitions, Offset, and Replication Factor
This video delves deeper into the key components of Apache Kafka. It explains topics as logical event streams, partitions for data distribution, offsets for message ordering, and replication factor for data redundancy and fault...