Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with gRPC API Design
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Decomposition Pattern - Decompose by Subdomain
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture - First Iteration
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Iterate Monolithic Architecture - E-Commerce Application
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - First Problem: Sell Products Online
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....
Curated Video
Getting Started with Scrum - Step 15: Hold the Sprint Review Meeting
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.
Curated Video
Getting Started with Scrum - Summary-2
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...
Curated Video
Getting Started with Scrum - Demo: Estimating the Sprint Backlog Items
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.
Curated Video
Getting Started with Scrum - Demo: Holding the Sprint Planning Meeting
This video demonstrates the process of holding the Sprint Planning meeting and iterations on Azure DevOps.
Curated Video
Getting Started with Scrum - Demo: Prioritizing the Product Backlog
Here, as a product owner, we look at how to prioritize the items in a proper form.
Curated Video
Mastering C++ Standard Library Features [Video] - Lambda Expressions: What Are They?
Understand what lambda expressions are and what problem they solve
Curated Video
Mastering C++ Standard Library Features [Video] - Value Categories: The Full Picture
Learn about the more fine-grained value categories of the language, in order to increase your understanding of the rules that guide move semantics
Curated Video
Introduction and Construction of the Atlas Kasbah
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...
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 - Mapping Microservice Architecture with AWS Serverless Services for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - AWS Lambda as a Microservice
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Resilience, Observability, Monitoring Code Review - E-Commerce App
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Client Applications Code Review - E-Commerce App
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Ordering Microservices Code Review - E-Commerce App
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Discount Microservices Code Review - E-Commerce App
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Distributed Tracing with OpenTelemetry Using Zipkin
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Retry + Circuit Breaker Pattern
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...