Instructional Video6:38
SciShow

This Problem Could Break Cryptography

12th - Higher Ed
What if, no matter how strong your password was, a hacker could crack it just as easily as you can type it? In fact, what if all sorts of puzzles we thought were hard turned out to be easy? Mathematicians call this problem P vs. NP, it...
Instructional Video5:25
Bozeman Science

AP Biology Lab 7: Genetics of Drosophila

12th - Higher Ed
Mr. Andersen describes the virtual fly lab. Software at sciencecourseware.org allows for multiple matings and statistical analysis.
Instructional Video4:29
Bozeman Science

Inertial Mass

12th - Higher Ed
In this video Paul Andersen explains how inertial mass is defined and measured. When a force is applied to an object or a system it will accelerate. Using Newton's Second Law of Motion (F=ma) you can calculate the inertial mass.
Instructional Video4:02
TED-Ed

TED-Ed: Why do competitors open their stores next to one another? - Jac de Haan

Pre-K - Higher Ed
Why are all the gas stations, cafes and restaurants in one crowded spot? As two competitive cousins vie for ice-cream-selling domination on one small beach, discover how game theory and the Nash Equilibrium inform these retail hotspots.
Instructional Video6:53
SciShow

This Problem Could Break Cryptography

12th - Higher Ed
What if, no matter how strong your password was, a hacker could crack it just as easily as you can type it? In fact, what if all sorts of puzzles we thought were hard turned out to be easy? Mathematicians call this problem P vs. NP, it...
Instructional Video3:56
Bozeman Science

Momentum

12th - Higher Ed
In this video Paul Andersen will first define momentum as the product of an objects mass and velocity. He will then demonstrate how a net force acting on an object will change the momentum in the direction of the force. Several problems...
Instructional Video19:39
TED Talks

Michael Sandel: The lost art of democratic debate

12th - Higher Ed
Democracy thrives on civil debate, Michael Sandel says -- but we're shamefully out of practice. He leads a fun refresher, with TEDsters sparring over a recent Supreme Court case (PGA Tour Inc. v. Martin) whose outcome reveals the...
Instructional Video6:21
Curated Video

More Practice Making Inferences {Comprehension: Inferring}

K - 3rd
Part 2 gives practice to how to infer using clues from the book and what's in our brain. PART 1 INFERENCES: • Making Inferences {Comprehension: Inf...
Instructional Video6:20
Curated Video

Practical Cyber Hacking Skills for Beginners - Cookies Revisited

Higher Ed
Here, you will learn about cookies, why and how they are used, and how they affect display of online pages.
Instructional Video4:49
Curated Video

What Am I Unit 141

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video7:32
Curated Video

The Evolution of Vacuum Cleaners: From Hygiene to High Tech

6th - Higher Ed
Explore the fascinating journey of vacuum cleaners from horse-drawn contraptions to high-tech household essentials. Discover how technological advancements have made vacuum cleaners 40 times more effective than brooms, transforming them...
Instructional Video2:13
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case

Higher Ed
This video provides an overview of the product wishlist use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Instructional Video6:14
Curated Video

A Detailed Guide to the OWASP Top 10 - API6:2023 Unrestricted Access to Sensitive Business Flows

Higher Ed
In this video, discuss the risks and consequences of having unrestricted access to sensitive business flows in APIs.
Instructional Video9:09
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Introduction to Cookies

Higher Ed
In this video, you will be introduced to web cookies, which are pieces of text stored by a web server on your hard disk. This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to...
Instructional Video8:01
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ENV / 142

Higher Ed
After completing all the lessons in the section, ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Instructional Video13:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125

Higher Ed
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Instructional Video9:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124

Higher Ed
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
Instructional Video14:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123

Higher Ed
The shopping cart page is designed to allow buyers to see all the products they have added to the shopping cart. It contains a detailed list of products.
Instructional Video13:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - User Account and Cart

Higher Ed
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Instructional Video10:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101

Higher Ed
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.
Instructional Video16:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100

Higher Ed
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Instructional Video19:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video10:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097

Higher Ed
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.