Instructional Video2:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with gRPC API Design

Higher Ed
In this video, you will learn to design and evaluate a microservices architecture using gRPC API design principles. We will explore topics such as service contracts, protocol buffers, and performance considerations when implementing...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data

Higher Ed
In this video, we will address the problem of multiple requests and the N+1 query problem when retrieving relational data in a microservices architecture. Explore strategies, such as eager loading, caching, and denormalization, to...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Decomposition Pattern - Decompose by Subdomain

Higher Ed
In this video, we will explore the decomposition pattern of decomposing microservices by subdomains, which are cohesive and bounded parts of a business domain. We will understand subdomain-driven decomposition with Domain-Driven Design...
Instructional Video2:46
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture - First Iteration

Higher Ed
In this video, we evaluate the effectiveness of the first iteration of the microservices architecture. We will assess the design decisions, scalability, maintainability, and performance aspects, and identify areas for improvement and...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1

Higher Ed
In this video, let's learn about the challenges and strategies for managing transactions within a monolithic architecture. We will understand how to ensure data consistency and handle distributed transactions effectively. We will explore...
Instructional Video2:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Iterate Monolithic Architecture - E-Commerce Application

Higher Ed
In this video, we will design and iterate the monolithic architecture for an e-commerce application. We will explore the iterative development process, incorporating feedback and refining the architecture to align with evolving business...
Instructional Video1:09
Curated Video

Design Microservices Architecture with Patterns and Principles - First Problem: Sell Products Online

Higher Ed
In this video, we will dive into the first problem of the course, which is building an e-commerce platform to sell products online. We will understand the core challenges and requirements of creating a successful online selling platform....
Instructional Video3:01
Curated Video

Getting Started with Scrum - Step 15: Hold the Sprint Review Meeting

Higher Ed
After reaching the end of the Sprint, it is time to review the goals and achievements with the Sprint Review meeting and understand the characteristics of a review meeting.
Instructional Video2:50
Curated Video

Getting Started with Scrum - Summary-2

Higher Ed
This session summarizes all the key concepts learned in this section of the Sprint Planning meeting, Sprint goals, product backlog items, and priorities. It also discussed holding Stand-Up meetings daily and the manager or Scrum master's...
Instructional Video9:05
Curated Video

Getting Started with Scrum - Demo: Estimating the Sprint Backlog Items

Higher Ed
This video demonstrates the process of creating the product backlog and the Sprint options in Azure DevOps and lets us understand the different terminologies in Azure DevOps.
Instructional Video9:03
Curated Video

Getting Started with Scrum - Demo: Holding the Sprint Planning Meeting

Higher Ed
This video demonstrates the process of holding the Sprint Planning meeting and iterations on Azure DevOps.
Instructional Video3:37
Curated Video

Getting Started with Scrum - Demo: Prioritizing the Product Backlog

Higher Ed
Here, as a product owner, we look at how to prioritize the items in a proper form.
Instructional Video6:50
Curated Video

Mastering C++ Standard Library Features [Video] - Lambda Expressions: What Are They?

Higher Ed
Understand what lambda expressions are and what problem they solve
Instructional Video4:47
Curated Video

Mastering C++ Standard Library Features [Video] - Value Categories: The Full Picture

Higher Ed
Learn about the more fine-grained value categories of the language, in order to increase your understanding of the rules that guide move semantics
Instructional Video8:58
Curated Video

Introduction and Construction of the Atlas Kasbah

6th - Higher Ed
This video is an exploration of eco-housing and the need for sustainable architecture, followed by a detailed look at the construction of the Atlas Kasbah in Morocco, integrating traditional methods with sustainable practices to create...
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 Video4:33
Curated Video

Design Microservices Architecture with Patterns and Principles - AWS Lambda as a Microservice

Higher Ed
This video focuses on AWS Lambda as a key component of serverless microservices. It discusses the benefits and use cases of AWS Lambda for building independent and scalable microservices, showcasing how it enables rapid development and...
Instructional Video8:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resilience, Observability, Monitoring Code Review - E-Commerce App

Higher Ed
In this video, a code review is conducted for the microservices' resilience, observability, and monitoring aspects in the e-commerce application. We will explore the codebase related to resilience patterns, logging, distributed tracing,...
Instructional Video3:33
Curated Video

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

Higher Ed
This video focuses on the code review of the client applications in the e-commerce application and examines the codebase of the client applications, such as web or mobile applications, and discusses their implementation, user interface,...
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 Video5:06
Curated Video

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

Higher Ed
This video conducts a code review of the discount microservice in the e-commerce application. It explores the codebase of the discount microservice, its implementation of pricing and discount logic, and its integration with other...
Instructional Video3:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Distributed Tracing with OpenTelemetry Using Zipkin

Higher Ed
In this video, we will explore the concept of distributed tracing and its importance in understanding the performance and behavior of microservices and how OpenTelemetry and Zipkin can be used to instrument microservices, collect trace...
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Retry + Circuit Breaker Pattern

Higher Ed
In this video, we will explore the combination of the Retry pattern and the Circuit Breaker pattern and how these two patterns can work together to provide a more robust and resilient solution by automatically retrying failed requests...