TED-Ed
TED-Ed: Why is it so hard to break a bad habit? | TED-Ed
Many people deal with a nail-biting habit at some point in their lives. Some will go to great lengths to try to stop, employing strategies like dipping their hands in salt or wearing gloves. And while not all of us are nail-biters, most...
Curated Video
Concurrent and Parallel Programming in Python - Introduction to Writing Asynchronous Programs
In this video, we will understand what asynchronous programming is and the fundamental differences between synchronous and asynchronous programming. We will also write our first asynchronous program.
Great Big Story
How Jazzercise Turned Into a Viral Sensation
From a childhood in dance to a global community, follow the Jazzercise story of passion, innovation, and family.
Curated Video
The Power of Habits: Productivity through Effective Working
If you want to improve your productivity, the first thing you need is the right habits: productive habits. So, this first video in our course on personal productivity is about just that. Effective working by cultivating the right habits....
Curated Video
Organization: How to Enhance Your Productivity by Being Organized
Being organized is one of the keys to great productivity. You may think organization is dull, but it saves you wasting time finding what you need. So, it's a great investment. Effective working means rapid access to resources, tools, and...
Curated Video
The World of Gymnastics: Strength, Grace, and Fun
This video provides an engaging overview of gymnastics, highlighting its history, different events for boys and girls, and the physical demands of the sport. It features insights from an Italian gymnast, Vanessa Ferrari, and showcases...
The Business Professor
Institutional Theory
What is Institutional Theory? In sociology and organizational studies, institutional theory is a theory on the deeper and more resilient aspects of social structure. It considers the processes by which structures, including schemes,...
Lingokids
Bath Song
Music is a great way to help teach kids important life skills! The “Bath Song” is a fun and catchy tune that teaches about the body, hygiene, and routine. Add this song into your child’s daily routine to incorporate positive habits!
Curated Video
Goalsetting Gamified Part 1
In this video about goal setting, we teach you how to use what game developers know in order to get you excited about your real-life goals and achievements. We dive deep into the world of video games and discover how the thrill of...
Curated Video
Goalsetting Gamified Part 3
In this episode of In Control, we delve into the fascinating science behind how our brains react when we achieve our goals and learn how to apply this to our everyday lives. From understanding how neurotransmitters like dopamine,...
Curated Video
Goalsetting Gamified Part 2
In this episode of In Control, we delve into the fascinating science behind how our brains react when we achieve our goals and learn how to apply this to our everyday lives. From understanding how neurotransmitters like dopamine,...
Vlogbrothers
Mental Health Tips from People Who've Been There
In which John discusses his difficult week and the mental health tips for social distancing from Partners in Health.
Curated Video
Routines in ASL | Sign Language for Beginners
Today we're learning about routines in ASL. These are signs in American Sign Language about things that we do every day, every week or every year. These are words that you'll use all the time to describe what you've done today or could...
Curated Video
gRPC [Golang] Master Class Build Modern API and Microservices - Bi-Directional Streaming API Client Implementation
[Hands-On] gRPC Bi-Directional Streaming: Bi-Directional Streaming API Client Implementation This clip is from the chapter "[Hands-On] gRPC Bi-Directional Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and...
APMonitor
Mathematical Optimization with Python
This tutorial demonstrates how to solve a simple mathematical optimization problem with four variables, one objective function, one equality constraint, and an inequality constraint. The problem is solved with the APMonitor toolbox in...
Fun Kids
Daily Activities Song
What do you do everyday? Let's spend a day with the Fun Kids Monsters and see what their daily activities are. In this song we'll learn: Goodnight, wake up, put on your clothes, eat your breakfast, brush your hair, go to school.
Brainwaves Video Anthology
Jancey Clark - Learning with Choice and Voice
Jancey Clark is an Elementary School Learning Coach at the American International School in Riyadh, Saudi Arabia. EDUinnovator, international presenter, and aspiring author and consultant. Jancey is passionate about personalized learning...
Restoration Planet
Island in the Sky : Cahuasqui, Ecuador
In this episode, the first in our exploration of South America, we take you to a very remote village high in the Ecuadorian Andes. We spend time on a small organic farm and get to know the people of this very special place. The local...
The Wall Street Journal
Finding a Moment to Breathe with Headspace Health's CeCe Morken
Stress is at an all-time high and companies are turning to technology to help their workforce maintain mental health. Hear from Headspace CEO CeCe Morken about the future of wellness tech at the enterprise level.
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.
IDG TECHtalk
How to synchronize goroutines with waitgroups
Waitgroups let you take multiple goroutines and run them all to completion. Learn how to use this synchronization mechanism to keep the async and sync parts of your Go applications in harmony.
IDG TECHtalk
Using channels to communicate between goroutines | Smart Go
The channel datatype in Go lets you send messages easily between goroutines, or concurrent operations. Learn how to get started with them in this quick introduction.
Curated Video
Multi-Paradigm Programming with Modern C++ - What Is a Coroutine?
Coroutine is a function whose execution can be suspended and resumed. Suspension saves the state of the function, then the caller can execute as if the function has returned. Resumption loads the saved state back and continues execution...
Curated Video
Learn Go in 3 Hours - Select
Most concurrency patterns require you to work with more than a single channel. Select statements are the key to properly handling multiple channels. • This video covers select, Go’s method for handling requests across multiple channels....