Science Buddies
Rubber Band Car | 2024 Science Buddies Engineering Challenge
In this fun engineering challenge, your students will build rubber band-powered cars using the engineering design process and compete to see how far they can go.
Science Buddies
RGB LED Color Mixing with Arduino (Lesson #28)
This easy video tutorial will show you how to use an Arduino.
Prime Coaching Sport
Learn the fundamental skills for Volleyball (elementary)
In this session I take you through the key technical skills for volleyball, including digging, setting, spiking and serving. This presention demonstrates the correct technique, along with the coaching cues to help your students learn and...
Curated Video
Protein types, functions and examples with my flashcard notes
Proteins are macromolecules that we find in every living organism. Learning their types, functions and examples in biology can be a daunting task. So, in this video, I will be sharing a fun way to learn this topic using flashcard notes.
Curated Video
Fabian Barthez: A Goalkeeping Legend's Journey to Glory
Fabian Barthez is a highly accomplished French goalkeeper who had a successful career playing for the French national team. He played a crucial role in France's historic victory in the 1998 World Cup, and also helped the team reach the...
Curated Video
Project Management in Under 5: What is a Gantt Chart?
The Gantt Chart is pretty much the poster-child for Project Management. When most people think of project management, it's a Gantt Chart they see in their mind's eye. So, what is a Gantt Chart? ...and who invented it?
Curated Video
What is Risk Tolerance? Project Management in Under 5
No one would tolerate a project that is too risky! So, what is risk tolerance?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Pointers to Structures
In this video, we will understand pointers to structures with a book information struct. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Pointers and References
In this video, you will learn about pointers and references. 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
Fundamentals of Object-Oriented Programming - C++ - User Registration Program
In this video, we will write a simple program for user login and registration. 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++ - 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++ - Simple Addition Program
In this video, you will learn how to write a simple addition program with Int datatype. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - User Input - Getline Function
In this video, you will learn about Getline function for user input. 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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 1 Objectives
In this video, we will cover the learning objective of this module. 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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing Spring Boot Framework (In a Nutshell)
This video helps in introducing you to the Spring Boot framework (in a nutshell).
Curated Video
Java Multithreading and Parallel Programming Masterclass - Creating Thread Pools with Executors
This video helps in creating thread pools with Executors.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Why We Should Reuse Threads
This video explains why you should reuse threads.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Naming Convention
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
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 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 on Static Method (Part 2)
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Static Method
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.