Curated Video
Getting Started with Scrum - Introduction-1
This lecture covers the preparatory steps for starting with Scrum 0 and planning the first Sprint.
Curated Video
Getting Started with Scrum - Summary
In this class, you will learn about the different sets of Sprint tools available in the market.
Curated Video
Getting Started with Scrum - Demo: Selecting the Tool to Run Sprint
In this class, you will learn about the different sets of Sprint tools available in the market.
Curated Video
Getting Started with Scrum - Step 13: Implement the Sprint Backlog Items
After conducting and completing the Sprint Planning meeting, the next step is implementing the assigned items.
Curated Video
Getting Started with Scrum - Step 4: Summary-1
This session summarizes all the key concepts learned in this section on Product backlogs, Azure DevOps, prioritizing the product backlogs, and planning the first Sprint.
Curated Video
Getting Started with Scrum - Step 9: Prioritize the Product Backlog
After creating the product backlog, we look at how to prioritize the items in the product backlog.
Curated Video
Getting Started with Scrum - Step 7: Create a Sprint Board
You will learn to create a Sprint board for the team throughout the entire product lifetime.
Curated Video
Getting Started with Scrum - Step 6: Set Up the Sprint Tool
In this class, we will look at how to set up the Sprint tool and the basic settings for the Sprint tool.
Curated Video
Getting Started with Scrum - Demo: Selecting the Development Team
Here, we will try and understand the process of selecting the development team and entering their details in the worksheet.
Curated Video
Getting Started with Scrum - Demo: Selecting the Scrum Master
After entering the project details, we will look at the process of selecting the Scrum Master and capturing the details in the worksheet.
Curated Video
Getting Started with Scrum - Demo: Collecting the Project Details
Here, we look at a demonstration of how to fill in the project details in the worksheet.
Curated Video
Getting Started with Scrum - Demo: Selecting the Product Owner
In this class, you will learn how to select the product owner and create the product owner object for Scrum.
Curated Video
Getting Started with Scrum - Select a Product Owner
This demonstration is about selecting the product owner using the Scrum worksheet.
Curated Video
Getting Started with Scrum - Overview of Agile and Scrum-1
This lecture covers content to help us prepare for Scrum and understand Agile and Scrum and its applications.
Curated Video
Getting Started with Scrum - Welcome and About This Course
This video course briefly introduces us to Agile and Scrum and the content of the entire course section-wise. You will learn about the Sprint board, planning and implementation of Sprints, and backlog items.
Curated Video
Mastering C++ Standard Library Features [Video] - Lambdas as Local Functions
Learn how and when to use lambdas as short local functions, in order to reduce repetition and increase maintainability
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Serverless Microservices
This video introduces serverless microservices, explaining the concept and its benefits. It sets the stage for understanding how serverless architecture can be leveraged for building scalable and cost-effective microservices. This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Resilience, Observability, and Monitoring
In this video, we will discover strategies and techniques for adapting existing microservices to enhance their resilience, observability, and monitoring capabilities. The video explores how to introduce resilience patterns such as...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design: Microservices Deployments with Containers and Orchestrators
This video focuses on the design aspects of microservices deployments using containers and orchestrators and discusses considerations for containerizing microservices, designing container images, and defining deployment configurations...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Tools for Microservices Deployments
This video explores various CI/CD tools and technologies that are commonly used in microservices deployments. It discusses popular tools such as Jenkins, GitLab CI/CD, and CircleCI, and how they support the automation of building,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments
In this video, the typical steps involved in a CI/CD pipeline for microservices deployments are discussed. It covers activities such as version control, building container images, running tests, deploying to staging environments, and...
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 - Docker Containers, Images, and Registries
This video dives deeper into Docker's core components: containers, images, and registries. It explains how containers are created from images, which are stored in registries. The video also discusses the benefits of using Docker images...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Distributed Caching with Cache-Aside Pattern
This video focuses on the design aspects of implementing distributed caching with the cache-aside pattern. It discusses considerations such as cache eviction policies, cache consistency, and cache sizing. This clip is from the chapter...