Instructional Video4:08
IDG TECHtalk

The empty interface type | Smart Go

Higher Ed
Go's "empty interface" type allows you to work with variables that could be of any type. Learn how this can be used to construct functions that accept any variable type, and how to use type assertions that the variables in question are...
Instructional Video9:17
Curated Video

Comprehensive Android Developer Bootcamp - Overriding Super Class Methods

Higher Ed
Java Inheritance:Overriding Super Class Methods This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its structure. You...
Instructional Video3:12
Curated Video

The Science of Fear

Pre-K - Higher Ed
This video discusses the physiological and neurological aspects of fear. It explores how fear is processed in the brain, specifically focusing on the role of the amygdala. The video also touches on the distinction between emotions and...
Instructional Video6:11
Global Ethics Solutions

Respect and Fair Treatment: Understanding Sexual Harassment

Higher Ed
Sexual-harassment is the most common form of harassment in the workplace. This course helps participants understand the nature and characteristics of sexual harassment. It covers Quid Pro Quo and Hostile Work Environment forms of...
Instructional Video4:01
de Dicto

Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics

Higher Ed
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
Instructional Video3:37
IDG TECHtalk

Goroutines and channels: Smart Go

Higher Ed
The Go language has goroutines to enable concurrency, and channels for efficient and easy communication between channels. Learn the basics of how they work in our video.
Instructional Video3:06
Brainwaves Video Anthology

Damon Centola - Change: How to Make Big Things Happen

Higher Ed
Damon Centola is a Professor of Communication, Sociology and Engineering at the University of Pennsylvania, where he is Director of the Network Dynamics Group. He is a leading world expert on social networks and behavior change. His work...
Instructional Video10:43
Seven Dimensions

Creating a Results-Focused Culture

Higher Ed
This video discusses the importance of embedding a results-focused culture in an organization. It explores the benefits of such a culture, including increased strategic thinking, customer-centricity, and flexibility. The video also...
Instructional Video16:05
Mazz Media

Animal Behavior

6th - 8th
In this information-packed program students will learn about the behavior patterns of all types of animals including mammals, birds, insects and more. From food gathering to mating, survival instincts and sleeping habits to social...
Instructional Video10:10
Curated Video

Intro to Societal Norms

9th - 12th
A general introduction to Norms in society.
Instructional Video9:50
Institute for New Economic Thinking

Ukraine & the Future of Europe: Q&A session

Higher Ed
Listen to a few questions from the audience in reaction to the panelists presentation. Ukraine & the Future of Europe, Part 6
Instructional Video3:20
Curated Video

The Complete Java Developer Course: From Beginner to Master - Basics of OOP (Object-Oriented Programming)

Higher Ed
This video focuses on the fundamental principles of OOP, that is, Encapsulation, Inheritance, and Polymorphism. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete Java Developer Course: From...
Instructional Video2:35
XKA Digital

Manage people by talith them not at them

Higher Ed
Someone who loves to create order out of chaos, Becks is an interim COO who works with VC backed digital companies that are going through periods of change and growth. Previous interim COO roles have included Pact Coffee and The Join In...
Instructional Video5:31
Healthcare Triage

Blood Pressure Guidelines Have Changed, and PANIC!

Higher Ed
Actually, don't panic. Or maybe do panic. I don't know. The American Heart Association released new blood pressure guidelines late last in 2017. New coverage was breathless, and claimed millions of Americans suddenly had high blood...
Instructional Video5:31
Curated Video

Complete Modern C++ - Class

Higher Ed
This video explains the meaning and syntax of class. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Classes and Objects" of the series "Complete Modern...
Instructional Video3:31
Curated Video

Python - Object-Oriented Programming - Introduction to OOP

Higher Ed
In this video, you will learn about basic concepts of object-oriented programming. We will understand the concept of an object, how to create an object, how to print an object, and the advantages and capabilities of OOP. This clip is...
Instructional Video8:31
Global Ethics Solutions

Good Ethics is Good Business - Part 3-Shades of Gray Thinking

Higher Ed
Take back your ethical effectiveness and get your priorities straight by learning real and specific problems that prevent people from behaving ethically and then learn practical steps to overcome them. This is the third part of a...
Instructional Video2:19
Science360

Fast-mo 3-D printing

12th - Higher Ed
Now available for download: instructions for how to print a three-dimensional National Science Foundation logo using a 3-D printer. Make it in the classroom, the lab, at home or in a local community space. The design is based on the...
Instructional Video4:31
Science360

Biodiversity: A boon for brain research

12th - Higher Ed
How two unlikely microbes (that don't even have brains) led to the development of one of today's most promising brain research techniques--which is being used to study many diseases including schizophrenia and Parkinson's.
Instructional Video2:46
Communication Coach Alex Lyon

What is Persuasion?

Higher Ed
What is persuasion? Is it the same as forcing, manipulating, preaching to the choir, or is it something else? We'll define persuasion from a communication perspective, explain it's meaning, and show you how you see it in your everyday life.
Instructional Video9:44
Communication Coach Alex Lyon

Charismatic Leadership Theory

Higher Ed
Charismatic Leadership Theory explains the key characteristics of charismatic leaders, we give numerous examples, and look at the ethical use of charisma.
Instructional Video5:10
Global Ethics Solutions

Respect and Fair Treatment: Understanding Harassment

Higher Ed
Workplace discrimination and harassment is wrong and should not be tolerated! Harassment can be sexual or nonsexual and can take many forms. Employees need to understand their organization’s harassment policy as well as what the law says...
Instructional Video5:15
After Skool

Why Do Bad Habits Feel SO GOOD?

12th - Higher Ed
Why do we like doing things that we know are bad for us? The reason is bad habits give us the comfort we need. The solution is end a bad habit is discomfort. The only way to grow is through discomfort.
Instructional Video3:17
Curated Video

C++ Developer - Basics of Object-Oriented Programming (OOP)

Higher Ed
This video explains the basics of OOP. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.