SciShow
The Real Reason You’re Always Losing Your Keys
Do you often lose things like your keys? Psychology can explain not only why it happens, but also some ways to combat that.
TED Talks
TED: Greg Gage: How to control someone else's arm with your brain
Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It's not a...
TED Talks
Greg Gage: How to control someone else's arm with your brain
Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It's not a...
SciShow
Nurseryfish Dads Give Their Young a Headstart… Literally
Happy Father's day! Today we're talking about the fintastic Nurseryfish, which is one of the best dads you can fish for.
TED Talks
Stanley McChrystal: Listen, learn ... then lead
Four-star general Stanley McChrystal shares what he learned about leadership over his decades in the military. How can you build a sense of shared purpose among people of many ages and skill sets? By listening and learning -- and...
Bozeman Science
Electric Permittivity
In this video Paul Andersen explains how electric permittivity of a material resists the formation of electric fields. Capacitors store energy be preventing the formation of electric fields in dielectric material. The electric...
SciShow
Which Seafood Is Better for the Environment: Farmed or Wild Caught?
There’s no doubt that fish is a great source of protein in one’s diet. But the debate about whether fish farming or commercial fishing is worse for the environment continues and, as you might suspect, there isn’t a straightforward answer.
Bozeman Science
Fishing
In this video Paul Andersen explains how various techniques have been used for years to collect seafood. Commercial fishing has led to overfishing in certain areas and species due to the tragedy of the commons. An explanation of...
TED-Ed
TED-Ed: The wacky history of cell theory - Lauren Royal-Woods
Scientific discovery isn't as simple as one good experiment. The weird and wonderful history of cell theory illuminates the twists and turns that came together to build the foundations of biology.
Curated Video
Preserving the Halibut Population and a Family Business
Meet a family deeply rooted in halibut fishing and learn how their work and their lives have changed in recent decades. Nora recounts her upbringing on longline boats and the demanding, rewarding nature of the work. Her father, Matt, has...
Curated Video
Centre of Gravity: Finding the Balance Point of Irregular Objects
We use a plumb line and hook to find the centre of gravity of an irregularly shaped piece of card. A hole is punched in the card and it is suspended from the hook. A plumb line is used to let us draw the vertical line under the hole on...
Bedtime History
Antonie van Leeuwenhoek for Kids | Bedtime History
Antony van Leeuwenhoek was a Dutch scientist and a pioneer in the field of microbiology. Often referred to as "the Father of Microbiology," he was the first to observe and describe microorganisms using a microscope that he designed and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook
In this video, we will explore the useNavigate() hook and learn to use it to perform navigation actions in response to user interactions or other events. The video covers scenarios such as redirecting after form submission and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is an IDE - Remix Ethereum
In this video, you will learn about the integrated development environment (IDE) called Remix Ethereum, including its features and how to use it for Solidity programming and smart contract development. This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS
This video explains serverless, which is just a fancy term for choosing to use cloud services rather than write a server by hand. The truth is that it is still a server; it's just that the cloud services provider has written a portion of...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport
This video helps you with setting up Auth0 with Express and Passport. This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on Auth0 in detail.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Facebook Developers Platform and API Creation
This video talks about the Facebook Developers platform and API creation. This clip is from the chapter "Facebook Authentication and Passport Login" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing
This video demonstrates setting up routing from scratch. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on configuring...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Navigation / 056
Here, we will delve deep into navigation in the React structure. There are two ways, where we will use the "useNavigate" hook, or use a navigate component.