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 Video4:45
Instructional Video5:54
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Import Additional Styles from CSS on GitHub

Higher Ed
In this video, you will learn how to import additional styles from CSS hosted on GitHub into your project.
Instructional Video8:59
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Configuring Views and Layouts with Express and Handlebars

Higher Ed
In this video, we will be configuring views and layouts with Express and Handlebars. Views are responsible for rendering the HTML content that is sent to the client, while layouts are used to define the structure and common elements of...
Instructional Video8:24
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Code Clean Up and File Structures with Routes

Higher Ed
In this video, we will be discussing the importance of code organization and structure in Express.js applications.
Instructional Video5:51
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Logout Functionality for Users and Live Interaction

Higher Ed
In this video, you will learn how to implement the logout functionality for users in our Express.js application using Passport.
Instructional Video3:54
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Rerouting Application and Authentication

Higher Ed
In this video, you will learn about rerouting an application and authentication using Passport.js and Express.js. The video will cover how to implement Passport.js local strategy to authenticate user login credentials, how to reroute the...
Instructional Video12:29
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Dynamic Variables and Helper Functions with Handlebars

Higher Ed
In this video, we will explore how to create dynamic variables in Handlebars and pass them from the server to the client using Express. We will also look at how to define custom helper functions to format and manipulate data in our...
Instructional Video6:53
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Building Partials with Handlebars in Express

Higher Ed
In this video, you will learn about Handlebars partials and how to create reusable components in Express using the {{> partialName}} syntax to include them in your templates. We will also see how to pass data to partials and how to...
Instructional Video7:55
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Pages in Razor Project

Higher Ed
In this video, we will cover Pages in the Razor project.
Instructional Video4:45
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Demo - Create Category

Higher Ed
In this video, you will learn how to create a category.
Instructional Video4:23
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Bootstrap Icons

Higher Ed
In this video, we will cover Bootstrap icons.
Instructional Video6:06
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Retrieve All Categories

Higher Ed
In this video, you will learn how to retrieve all categories.
Instructional Video3:13
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Routing Overview-1

Higher Ed
In this video, we will cover routing overview.
Instructional Video3:16
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Scaffold CRUD

Higher Ed
In this video, we will cover Scaffold CRUD.
Instructional Video5:43
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Demo - Filters in Order List

Higher Ed
In this demo video, we will work on filters in the order list.
Instructional Video4:10
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Display all Orders

Higher Ed
In this video, you will learn how to display all orders.
Instructional Video2:58
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Cart Summary UI

Higher Ed
In this video, we will cover cart summary UI.
Instructional Video3:14
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Shopping Cart UI

Higher Ed
In this video, we will cover Shopping Cart UI.
Instructional Video5:30
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Loading Datatables

Higher Ed
In this video, we will cover loading Datatables.
Instructional Video3:39
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Create Product Controller

Higher Ed
In this video, you will learn how to create a product controller.