Instructional Video18:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Navbar, Modals and Accordions / 307

Higher Ed
This video explains navbar, modals, and accordions. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project on notNotion.
Instructional Video18:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276

Higher Ed
This video explains how to filter the documents in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video20:48
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - News Categories / 246

Higher Ed
This video explains the news categories and how to play with them. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create...
Instructional Video16:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Drag-Drop Task Card / 295

Higher Ed
This video explains the drag and drop task card of the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video15:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Edit Task / 293

Higher Ed
This video explains the edit functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video17:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Transaction / 238

Higher Ed
This video explains how to delete a transaction. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project in which we...
Instructional Video19:39
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task I / 227

Higher Ed
This video explains how to use filter on the array to search a task. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video18:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - More DOM Events / 056

Higher Ed
This video explains more DOM events. 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 model.
Instructional Video4:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Design principles - SOLID

Higher Ed
This video introduces the SOLID principles, a set of design principles that guide the development of robust and maintainable software systems. We will explore each principle—Single Responsibility, Open-d, Liskov Substitution, Interface...
Instructional Video2:55
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video discusses the adaptation of an existing microservices architecture to incorporate the fan-out publish/subscribe messaging pattern and addresses the steps and considerations involved in introducing this pattern and its impact...
Instructional Video1:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Asynchronous Message-Based Communication Types in Microservices Architecture

Higher Ed
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...
Instructional Video1:42
Curated Video

Getting Started with Scrum - Step 10: Plan the First Sprint

Higher Ed
In this class, we will look at the next step, kickstarting the Sprint-based development process.
Instructional Video6:24
Curated Video

Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda

Higher Ed
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,...
Instructional Video4:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Mapping Microservice Architecture with AWS Serverless Services for Microservices

Higher Ed
This video explores how to map microservice architecture concepts to AWS serverless services and how various AWS services, such as API Gateway, AWS Lambda, AWS Step Functions, and Amazon DynamoDB, can be used to implement different...
Instructional Video6:37
Curated Video

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

Higher Ed
This video focuses on the code review of the ordering microservice in the e-commerce application and examines the codebase of the ordering microservice, its implementation of order management functionalities, and how it interacts with...
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 Video3:04
Curated Video

Design Microservices Architecture with Patterns and Principles - Event Hubs and Event Streaming in Event-Driven Microservices Architecture

Higher Ed
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...
Instructional Video1:52
Curated Video

Design Microservices Architecture with Patterns and Principles - Real-Time Processing and High-Volume Events in Event-Driven Microservices

Higher Ed
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...
Instructional Video2:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Event-Driven Microservices Architecture

Higher Ed
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...
Instructional Video2:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Handle Millions of Events Across Microservices

Higher Ed
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...
Instructional Video4:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Architecture with SAGA, Transactional Outbox, and CDC

Higher Ed
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...
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 Video2:52
Curated Video

Design Microservices Architecture with Patterns and Principles - Transactional Outbox Pattern

Higher Ed
This video introduces the Transactional Outbox pattern as a solution to the dual write problem, how the pattern works by using an outbox table to capture domain events within the transactional boundary and subsequently processing these...
Instructional Video5:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Dual Write Problem

Higher Ed
This video addresses the challenge of maintaining consistency between multiple data stores when performing dual writes in a distributed system, the potential issues that can arise, such as data inconsistencies and transactional failures,...