Curated Video
Affordable Eco-Friendly Living: NaturaDôme
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...
Curated Video
Highlights from the New York Motor Show: Buick V Light, Saab 97X, Cadillac STS, Nissan Quest, Maxima, Titan, and Murano
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,...
Curated Video
Segway Unveils New Models: Off-Road Adventure and Golf Course Efficiency
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...
Curated Video
Unveiling the Latest Eco-Friendly Car Innovations at the Shanghai Car Show
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...
Curated Video
What is an atom made of
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.
Curated Video
What is the Kano Model? Project, Product, or Feature Prioritisation
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...
Curated Video
What is the GROW Model of Coaching?
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?
Curated Video
Why Resistance is a Good Thing
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...
Curated Video
What is Transactional Analysis (TA)? Eric Berne's Parent-Adlult-Child Model
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...
Curated Video
The Three Types of Leadership Model
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...
Curated Video
What is The Grief Cycle | DABDA? Project Management in Under 5
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?
Curated Video
Leadership Models Project Managers Need to Know
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Method Overriding and MRO
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Multilevel Inheritance: Part 1
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Complete the Delete Operation
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal
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"...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Modal Popup Dialog to Add a Movie
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnAfterRender and OnAfterRenderAsync
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...