Curated Video
Chromosomes: structure and function
In this video, we will delve into the core of genetics as we break down the fundamentals of chromosomes, explaining what they are and how they impact our traits. Discover the intricate structure of chromosomes, from the double helix of...
Curated Video
How to Create a Project Organization from the Wider Organizational Structure
In this video, I want to look at the different ways the Project Organization of the Project Manager and their team can be drawn from the wider organization. To do so, I am going to describe five different Project Organization Structures,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Operator Overloading
In this video, you will learn about plus operator overloading 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 STL...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Member Functions
In this video, you will learn about member functions. 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 Library)...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Functions
In this video, you will learn about functions and how to construct them in C++. 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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Recursion
In this video, you will learn about recursion with a factorial program. 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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Header Files
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Variable Scope
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,...
Curated Video
Blood Typing and Transfusions: Saving Lives Through Medical Breakthroughs
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...
Curated Video
These are the 4 main types of carbon-based molecules necessary for life
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.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Python OOP Project: Part 1
In this video, you will start building the library management system project. You will create a library object that includes the name of the owner and a list of all the books available in the library. You will then implement functions to...
Curated Video
Endoplasmic reticulum: structure and function
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...
Curated Video
The Function of Leadership... | Bite Sized Project Management Thought from Ralph Nader
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.
Curated Video
What is Failure Mode and Effects Analysis - FMEA? PM in Under 5
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Functions - Pointers and References
In this video, we will work on passing values to functions in a simple number swap program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Strings - C-Style
In this video, you will learn about C-Style strings. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Environment Setup and First Run
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...
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 - Exercise on Static Method (Part 3)
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....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise 2 on Methods
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Methods
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 4 Objectives
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Function Templates
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...