Science ABC
Is the Serial Killer Gene Real?
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...
Science ABC
Why Do Cats Refuse to Eat When There's Still Food in the Bowl?
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...
Science ABC
Why Do Babies (Toddlers) Hand You Things?
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...
Curated Video
Breeding and Behaviour
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...
Communication Coach Alex Lyon
Positive Communication Skills for Leaders
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.
Communication Coach Alex Lyon
10 Body Language Habits that Hurt Your Credibility
Body Language Habits that Hurt Your Credibility Top 10. Avoid these bad nonverbal communication habits so you don't undermine your own credibility.
Curated Video
Medical Scientist
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...
Curated Video
Behavior Analyst
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - The Event Object
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Function Modifiers in Solidity
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 21 - Polymorphism - an Introduction
In this video, you will learn about polymorphism.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - OOP Example - Fan Class - Deciding State and Constructors
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 – Object-Oriented Programming - Level 2 - Section Introduction
This session is the section introduction to object-oriented programming, level 2.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - Introduction to Object-Oriented Programming – Conclusion
In this video, you will learn about introduction to object-oriented programming—conclusion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable
In this video, you will learn about introducing the state of an object with the speed variable.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, you will learn about object-oriented programming exercise—online shopping.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object
In this video, you will learn about object-oriented programming terminology—class object.
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
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2
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...
Curated Video
The Art of Doing - Web Development for Beginners - Debugging an Issue
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
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.