SciShow
This Problem Could Break Cryptography
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...
Bozeman Science
AP Biology Lab 7: Genetics of Drosophila
Mr. Andersen describes the virtual fly lab. Software at sciencecourseware.org allows for multiple matings and statistical analysis.
Bozeman Science
Inertial Mass
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.
TED-Ed
TED-Ed: Why do competitors open their stores next to one another? - Jac de Haan
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.
SciShow
This Problem Could Break Cryptography
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...
Bozeman Science
Momentum
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...
TED Talks
Michael Sandel: The lost art of democratic debate
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...
Curated Video
More Practice Making Inferences {Comprehension: Inferring}
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - Cookies Revisited
Here, you will learn about cookies, why and how they are used, and how they affect display of online pages.
Curated Video
The Evolution of Vacuum Cleaners: From Hygiene to High Tech
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case
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...
Curated Video
A Detailed Guide to the OWASP Top 10 - API6:2023 Unrestricted Access to Sensitive Business Flows
In this video, discuss the risks and consequences of having unrestricted access to sensitive business flows in APIs.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Introduction to Cookies
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ENV / 142
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - User Account and Cart
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101
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 - Header Component - I / 100
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.