Instructional Video3:33
Science ABC

Is the Serial Killer Gene Real?

Pre-K - Higher Ed
The infamous “serial killer gene� is the monoamine oxidase-A gene, also known as the MAO-A gene or the warrior gene. It codes for an enzyme that metabolizes neurotransmitters such as dopamine, norepinephrine, and serotonin. Dopamine...
Instructional Video3:13
Science ABC

Why Do Cats Refuse to Eat When There's Still Food in the Bowl?

Pre-K - Higher Ed
A frequent reason for a healthy cat to refuse to eat from a bowl with plenty of food left behind is that the cat may have whisker fatigue. Some cats experience whisker fatigue when their highly sensitive whiskers are constantly being...
Instructional Video3:10
Science ABC

Why Do Babies (Toddlers) Hand You Things?

Pre-K - Higher Ed
Toddlers like handing people things as part of developing schemas, patterns of repeated actions that build cognitive skills. Giving objects helps toddlers learn the transportation schema, which involves moving items from one place to...
Instructional Video2:45
Curated Video

Breeding and Behaviour

6th - 12th
A unique Siberian breeding experiment tried to rid wild foxes of their aggressive genes. Was the experiment successful? Biology - Cells And DNA - Learning Points. In 1959, Siberian scientists set up two breeding programmes using silver...
Instructional Video8:52
Communication Coach Alex Lyon

Positive Communication Skills for Leaders

Higher Ed
You're going to learn positive communication skills for leaders. In a world that seems more divided than ever, these 6 key skills will help you unite your team and create positive change.
Instructional Video10:35
Communication Coach Alex Lyon

10 Body Language Habits that Hurt Your Credibility

Higher Ed
Body Language Habits that Hurt Your Credibility Top 10. Avoid these bad nonverbal communication habits so you don't undermine your own credibility.
Instructional Video4:57
Curated Video

Medical Scientist

9th - Higher Ed
Danielle is a Sage Junior Research Fellow in the University of California, Santa Barbara departments of physics and psychological and brain sciences. Danielle's research places her at the forefront of the field of network science, where...
Instructional Video7:15
Curated Video

Behavior Analyst

9th - Higher Ed
Aaron is a behavior analyst with the Nemours Children's Health System. Based out of Orlando, Aaron works with autistic children ages two through six on pinpointing developmental roadblocks and creating a strategy to overcome them.
Instructional Video13:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Event Object

Higher Ed
In this video, you will learn about the event object in JavaScript. We will explore how to access and use properties of the event object to handle events more effectively. This clip is from the chapter "Events" of the series "Modern...
Instructional Video7:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Function Modifiers in Solidity

Higher Ed
In this video, you will learn about function modifiers in Solidity. Function modifiers are special functions that can be used to modify the behavior of functions in Solidity. This clip is from the chapter "Learn Functions in Solidity" of...
Instructional Video6:11
Instructional Video6:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods

Higher Ed
In this video, we will continue exploring the fan class example in object-oriented programming by focusing on how to define and implement methods that control the behavior of the fan object.
Instructional Video10:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - OOP Example - Fan Class - Deciding State and Constructors

Higher Ed
In this video, we will dive into an Object-Oriented Programming (OOP) example involving a Fan class. We will focus on deciding the state of the fan and how to implement constructors.
Instructional Video1:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 00 – Object-Oriented Programming - Level 2 - Section Introduction

Higher Ed
This session is the section introduction to object-oriented programming, level 2.
Instructional Video1:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 16 - Introduction to Object-Oriented Programming – Conclusion

Higher Ed
In this video, you will learn about introduction to object-oriented programming—conclusion.
Instructional Video5:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable

Higher Ed
In this video, you will learn about introducing the state of an object with the speed variable.
Instructional Video3:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping

Higher Ed
In this video, you will learn about object-oriented programming exercise—online shopping.
Instructional Video4:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object

Higher Ed
In this video, you will learn about object-oriented programming terminology—class object.
Instructional Video7:08
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Overview of Next.js Key Index and Starter Coding Files for the ChatGPT OpenAI

Higher Ed
In this video, we will provide an overview of the key index and starter coding files for the ChatGPT OpenAI application built with Next.js.
Instructional Video7:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning

Higher Ed
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Instructional Video1:56
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz Solution

Higher Ed
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Instructional Video17:06
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2

Higher Ed
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Instructional Video13:09
Curated Video

The Art of Doing - Web Development for Beginners - Debugging an Issue

Higher Ed
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern

Higher Ed
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.