Instructional Video1:30
Curated Video

Getting Started with Scrum - Introduction-1

Higher Ed
This lecture covers the preparatory steps for starting with Scrum 0 and planning the first Sprint.
Instructional Video3:26
Curated Video

Getting Started with Scrum - Summary

Higher Ed
In this class, you will learn about the different sets of Sprint tools available in the market.
Instructional Video5:16
Curated Video

Getting Started with Scrum - Demo: Selecting the Tool to Run Sprint

Higher Ed
In this class, you will learn about the different sets of Sprint tools available in the market.
Instructional Video1:30
Curated Video

Getting Started with Scrum - Step 13: Implement the Sprint Backlog Items

Higher Ed
After conducting and completing the Sprint Planning meeting, the next step is implementing the assigned items.
Instructional Video2:05
Curated Video

Getting Started with Scrum - Step 4: Summary-1

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

Getting Started with Scrum - Step 9: Prioritize the Product Backlog

Higher Ed
After creating the product backlog, we look at how to prioritize the items in the product backlog.
Instructional Video1:31
Curated Video

Getting Started with Scrum - Step 7: Create a Sprint Board

Higher Ed
You will learn to create a Sprint board for the team throughout the entire product lifetime.
Instructional Video1:45
Curated Video

Getting Started with Scrum - Step 6: Set Up the Sprint Tool

Higher Ed
In this class, we will look at how to set up the Sprint tool and the basic settings for the Sprint tool.
Instructional Video2:18
Curated Video

Getting Started with Scrum - Demo: Selecting the Development Team

Higher Ed
Here, we will try and understand the process of selecting the development team and entering their details in the worksheet.
Instructional Video1:43
Curated Video

Getting Started with Scrum - Demo: Selecting the Scrum Master

Higher Ed
After entering the project details, we will look at the process of selecting the Scrum Master and capturing the details in the worksheet.
Instructional Video4:02
Curated Video

Getting Started with Scrum - Demo: Collecting the Project Details

Higher Ed
Here, we look at a demonstration of how to fill in the project details in the worksheet.
Instructional Video2:45
Curated Video

Getting Started with Scrum - Demo: Selecting the Product Owner

Higher Ed
In this class, you will learn how to select the product owner and create the product owner object for Scrum.
Instructional Video2:30
Curated Video

Getting Started with Scrum - Select a Product Owner

Higher Ed
This demonstration is about selecting the product owner using the Scrum worksheet.
Instructional Video1:41
Curated Video

Getting Started with Scrum - Overview of Agile and Scrum-1

Higher Ed
This lecture covers content to help us prepare for Scrum and understand Agile and Scrum and its applications.
Instructional Video2:43
Curated Video

Getting Started with Scrum - Welcome and About This Course

Higher Ed
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.
Instructional Video10:07
Curated Video

Mastering C++ Standard Library Features [Video] - Lambdas as Local Functions

Higher Ed
Learn how and when to use lambdas as short local functions, in order to reduce repetition and increase maintainability
Instructional Video2:26
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Serverless Microservices

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

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Resilience, Observability, and Monitoring

Higher Ed
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...
Instructional Video7:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Deployments with Containers and Orchestrators

Higher Ed
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...
Instructional Video5:00
Curated Video

Design Microservices Architecture with Patterns and Principles - CI/CD Tools for Microservices Deployments

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

Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments

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

Design Microservices Architecture with Patterns and Principles - What Are Container Orchestrators?

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

Design Microservices Architecture with Patterns and Principles - Docker Containers, Images, and Registries

Higher Ed
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...
Instructional Video3:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
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...