Instructional Video4:16
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Variable Scope

Higher Ed
In this video, you will learn about local and global variables. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video5:09
Curated Video

Blood Typing and Transfusions: Saving Lives Through Medical Breakthroughs

12th - Higher Ed
This video provides a brief history and development of blood typing and transfusions, highlighting how this medical advancement has saved countless lives. It explores the ancient understanding of blood, the discovery of blood...
Instructional Video11:40
Curated Video

These are the 4 main types of carbon-based molecules necessary for life

9th - Higher Ed
There are 4 main types of carbon-based molecules important to life. They are the building blocks for every living organism on this planet. In this video, I will give you a quick introduction to each type with some fun examples.
Instructional Video8:46
Curated Video

Endoplasmic reticulum: structure and function

9th - Higher Ed
The endoplasmic reticulum is one important organelle in the cell responsible for many things including protein folding. In this video, we will cover its structure and function of the rough endoplasmic reticulum and smooth endoplasmic...
Instructional Video2:21
Curated Video

The Function of Leadership... | Bite Sized Project Management Thought from Ralph Nader

10th - Higher Ed
The function of leadership is to produce more leaders, not more followers.' This quote from Ralph Nader - the political activist and environmentalist - reminds us that our legacy lies in the leaders we create - not the followers.
Instructional Video5:39
Curated Video

What is Failure Mode and Effects Analysis - FMEA? PM in Under 5

10th - Higher Ed
Failure Mode and Effects Analysis (or FMEA) is a powerful methodology that comes from the domain of manufacturing and the toolset of Six Sigma. But it is also a valuable addition to any Project Manager's toolset. So, what is Failure Mode...
Instructional Video13:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Environment Setup and First Run

Higher Ed
In this video, you will learn how to download and install Code::Block IDE on our system, then learn how to set it up. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
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 Video6:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)

Higher Ed
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Instructional Video5:25
Curated Video

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

Higher Ed
In this video, you will continue to apply your knowledge of methods through another practical exercise. You will be given a more complex problem statement and will learn how to design and implement methods to solve the problem. This...
Instructional Video6:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Methods

Higher Ed
In this video, you will learn about methods, which are functions defined within a class. You will understand the different types of methods, such as instance methods, class methods, and static methods, and how to use them in your...
Instructional Video0:57
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 4 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video7:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Function Templates

Higher Ed
In this video, you will learn about function overloading and templates. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Instructional Video3:02
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Templates - Class and Function

Higher Ed
In this video, we will explore template classes and functions with a program where you will learn how to swap two variables. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In...
Instructional Video2:54
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Friends - Functional Notation

Higher Ed
In this video, you will learn about Friends functional notation with our distance program. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Instructional Video6:11
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Friends - Functions and Classes

Higher Ed
In this video, you will learn about Friends functions and classes. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video4:00
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Header and Implementation Files

Higher Ed
In this video, you will learn how to add header and implementation files to our distance program. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn...
Instructional Video5:40
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Classes and Objects

Higher Ed
In this video, you will learn about classes and objects with abstraction and encapsulation. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video7:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 2 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video5:51
Curated Video

Practical Cyber Hacking Skills for Beginners - Ports and Protocols

Higher Ed
This video explores the ports, networks, and protocols used to operate each port.
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 Video3:02
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Frequently Used Page Directives for a Razor Page

Higher Ed
This video explains the frequently used page directives for a Razor page. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section explains how to create...
Instructional Video13:59
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor

Higher Ed
In this video, you will create your first Razor (Blazor) component that computes the average of numbers, and you will understand the core concept of components and be able to build simple components with Blazor. This clip is from the...
Instructional Video11:08
Curated Video

Risk Management for Cyber Security Managers - Business Continuity and Disaster Recovery Plans

Higher Ed
This video elaborates on how an organization can develop a plan for continuity or recovery when a cyber-attack occurs.