Instructional Video6:46
Curated Video

Affordable Eco-Friendly Living: NaturaDôme

6th - Higher Ed
NaturaDôme offers cost-effective, sustainable housing by integrating recycled materials and innovative design. This eco-friendly home provides ample natural light, efficient temperature management, and a unique aesthetic, making it an...
Instructional Video5:20
Curated Video

Highlights from the New York Motor Show: Buick V Light, Saab 97X, Cadillac STS, Nissan Quest, Maxima, Titan, and Murano

Pre-K - Higher Ed
The recent New York Motor Show showcased some exciting new vehicles, including Buick's V Light concept, Saab's 97X SUV, Cadillac's STS sedan, Nissan's Quest minivan, Titan truck, and Murano SUV. These vehicles offer innovative designs,...
Instructional Video1:49
Curated Video

Segway Unveils New Models: Off-Road Adventure and Golf Course Efficiency

Pre-K - Higher Ed
Segway has launched new models of its scooter-like machines, including the Segway XT for off-road adventures and the Segway GT for golfers. These innovative devices use gyroscopes and computers to mimic human balance, making them easy to...
Instructional Video2:14
Curated Video

Unveiling the Latest Eco-Friendly Car Innovations at the Shanghai Car Show

Pre-K - Higher Ed
This video highlights the latest eco-friendly efforts of leading car manufacturers at the Shanghai car show. The featured cars, such as Ford's Model U and General Motors' hydrogen fuel cell vehicle, showcase innovative technologies and...
Instructional Video6:58
Curated Video

What is an atom made of

9th - Higher Ed
What is an atom? And what is it made of? In this video, I will be introducing you to the atom. We will also look at concepts like atomic mass, elements and isotopes.
Instructional Video7:41
Curated Video

What is the Kano Model? Project, Product, or Feature Prioritisation

10th - Higher Ed
The more I give you, the happier you are. That’s the essence of the Kano Model. But it’s starting to be talked about a lot in Project Management circles, so what is the Kano Model? The Kano model is a prioritization model. It helps you...
Instructional Video5:14
Curated Video

What is the GROW Model of Coaching?

10th - Higher Ed
The GROW Model of coaching is the best-known and most widely-used coaching model. And coaching is a hugely valuable way for Project Managers to develop our team members. So, what is the GROW Model of Coaching?
Instructional Video4:39
Curated Video

Why Resistance is a Good Thing

10th - Higher Ed
Nobody likes resistance, right? Well, despite this, it's actually a good thing. Let me explain... There’s a simple model of resistance to change that you may be familiar with. It’s based on the work of Elizabeth Kübler Ross and Virginia...
Instructional Video5:31
Curated Video

What is Transactional Analysis (TA)? Eric Berne's Parent-Adlult-Child Model

10th - Higher Ed
As a Project Manager, you will be having a lot of conversations - with team members, stakeholders, and your bosses. Some will be hard and some easy. And you'll need to understand the dynamics of those that don't go as smoothly as you'd...
Instructional Video4:33
Curated Video

The Three Types of Leadership Model

10th - Higher Ed
Extract from Day-to-Day Project Leadership that Gets Results. At the end of this course, you will be able to lead your team well… and to do so with confidence. You will be ready to take your place as an effective leader in your...
Instructional Video6:43
Curated Video

What is The Grief Cycle | DABDA? Project Management in Under 5

10th - Higher Ed
The Grief Cycle is the root source of much of our understanding of change in organizations, personal change, and how to manage change. It has a well-known acronym: DABDA. So, what are the Grief Cycle, and DABDA?
Instructional Video10:49
Curated Video

Leadership Models Project Managers Need to Know

10th - Higher Ed
You aren't just a Project Manager. You are also a Project Leader. But what have you learned about theories and models of leadership? In this video, I'll give you a primer of the Leadership Models that Project Managers Need to Know. There...
Instructional Video9:24
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Method Overriding and MRO

Higher Ed
In this video, you will learn about method overriding, which allows a subclass to provide a new implementation of a method inherited from a parent class. You will also understand the concept of method resolution order (MRO), which...
Instructional Video8:28
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Multilevel Inheritance: Part 1

Higher Ed
In this video, you will explore the concept of multilevel inheritance in Python. You will learn how to create classes that inherit from multiple levels of parent classes, allowing for a more complex class hierarchy. This video will...
Instructional Video8:57
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation

Higher Ed
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance

Higher Ed
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Instructional Video8:06
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class

Higher Ed
In this video, you will apply what you have learned about classes through a practical exercise. You will be given a problem statement and will learn how to design and implement a class to solve the problem. This exercise will help you...
Instructional Video11:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Complete the Delete Operation

Higher Ed
This lecture teaches the process of completion of deleting a record after confirming the willingness of users. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video9:38
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog

Higher Ed
This lecture shows how to create a confirm delete dialog for getting the confirmation from users before deleting a movie. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Instructional Video4:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically

Higher Ed
This lecture shows a way to change the visual appearance (modal title) of the same modal dialog for two different operations: add and edit movies at runtime, dynamically. This clip is from the chapter "Create a CRUD Application in...
Instructional Video9:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies

Higher Ed
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup. This clip is from the...
Instructional Video7:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal

Higher Ed
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this. This clip is from the chapter "Create a CRUD Application in Blazor"...
Instructional Video22:00
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Modal Popup Dialog to Add a Movie

Higher Ed
This tutorial teaches how to make a modal popup dialog as a means for user input data for adding a movie. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video9:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnAfterRender and OnAfterRenderAsync

Higher Ed
This lecture shows a demo code for illustrating these two Blazor lifecycle methods: OnAfterRender and OnAfterRenderAsync. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn...