Instructional Video3:52
SciShow

How Are Search Engines So Fast?

12th - Higher Ed
Google can find something for you on the other side of the world in less than a second. Why does your personal computer take so much longer?
Instructional Video3:11
SciShow

Why Do Things Look Blurry Underwater?

12th - Higher Ed
If you’ve been brave enough to open your eyes underwater, you might have noticed that everything is blurry. But fish have no trouble finding their way beneath the waves. So why can’t we see as clearly below as we do above?
Instructional Video9:29
Crash Course

Data Structures: Crash Course Computer Science

12th - Higher Ed
Today we’re going to talk about on how we organize the data we use on our devices. You might remember last episode we walked through some sorting algorithms, but skipped over how the information actually got there in the first place! And...
Instructional Video11:07
Crash Course

Web Search

12th - Higher Ed
Today we’re going to talk about search engines, which are just AI systems that try to help us find what we’re looking for. Search engines can be the sort that serve up a list of results, like during a Google or Bing search, using web...
Instructional Video18:54
Instructional Video10:16
Instructional Video9:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnAfterRender and OnAfterRenderAsync

Higher Ed
This lecture shows a demo code for illustrating these two Blazor lifecycle methods: OnAfterRender and OnAfterRenderAsync. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn...
Instructional Video1:18
Curated Video

Reflection and Refraction of Light: Refracted Light

K - 8th
By the end of this learning object, the student will be able to: Recognize the concept of light refraction.86732
Instructional Video8:36
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dictionaries

Higher Ed
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video6:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Tuples

Higher Ed
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Instructional Video17:41
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Structured Pull Request

Higher Ed
This video explains the structured Pull request. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Instructional Video9:34
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Reset

Higher Ed
This video explains Git Reset, which is a powerful command that is used to undo local changes to the state of a Git repo. This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub Masterclass - The...
Instructional Video6:58
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Squash

Higher Ed
This video explains Git Squash. To “squash†in Git means to combine multiple commits into one. This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This...
Instructional Video9:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict

Higher Ed
This video explains rebase merge conflict. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video13:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Rebase Introduction

Higher Ed
This video introduces you to Git rebase. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video2:57
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub

Higher Ed
This video explains pull changes from GitHub. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video8:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Solving: Merge Conflict

Higher Ed
This video explains how to solve the merge conflict in Git. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video10:37
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch

Higher Ed
This video explains pull changes and merge branch. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Instructional Video15:17
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Feature Branch

Higher Ed
The Git feature branch workflow is a composable workflow that can be leveraged by other high-level Git workflows. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This...
Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
Instructional Video16:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline

Higher Ed
This video explains the commit timeline on GitHub. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push changes...
Instructional Video12:03
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Lifecycle In-Depth

Higher Ed
This video explains the Git lifecycle in detail. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push changes onto...
Instructional Video16:28
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Practice: Common Commands

Higher Ed
This video explains some common commands that we have discussed earlier such as Git status, Git commit, and so on. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...