IDG TECHtalk
The empty interface type | Smart Go
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...
Curated Video
Comprehensive Android Developer Bootcamp - Overriding Super Class Methods
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...
Curated Video
The Science of Fear
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...
Global Ethics Solutions
Respect and Fair Treatment: Understanding Sexual Harassment
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...
de Dicto
Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
IDG TECHtalk
Goroutines and channels: Smart Go
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.
Brainwaves Video Anthology
Damon Centola - Change: How to Make Big Things Happen
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...
Seven Dimensions
Creating a Results-Focused Culture
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...
Mazz Media
Animal Behavior
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...
Institute for New Economic Thinking
Ukraine & the Future of Europe: Q&A session
Listen to a few questions from the audience in reaction to the panelists presentation. Ukraine & the Future of Europe, Part 6
Curated Video
The Complete Java Developer Course: From Beginner to Master - Basics of OOP (Object-Oriented Programming)
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...
XKA Digital
Manage people by talith them not at them
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...
Healthcare Triage
Blood Pressure Guidelines Have Changed, and PANIC!
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...
Curated Video
Complete Modern C++ - Class
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...
Curated Video
Python - Object-Oriented Programming - Introduction to OOP
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...
Global Ethics Solutions
Good Ethics is Good Business - Part 3-Shades of Gray Thinking
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...
Science360
Fast-mo 3-D printing
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...
Science360
Biodiversity: A boon for brain research
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.
Communication Coach Alex Lyon
What is Persuasion?
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.
Communication Coach Alex Lyon
Charismatic Leadership Theory
Charismatic Leadership Theory explains the key characteristics of charismatic leaders, we give numerous examples, and look at the ethical use of charisma.
Global Ethics Solutions
Respect and Fair Treatment: Understanding Harassment
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...
After Skool
Why Do Bad Habits Feel SO GOOD?
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.
Curated Video
C++ Developer - Basics of Object-Oriented Programming (OOP)
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.