Hi, what do you want to do?
SciShow
How Are Search Engines So Fast?
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?
SciShow
Why Do Things Look Blurry Underwater?
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?
Crash Course
Data Structures: Crash Course Computer Science
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...
Crash Course
Web Search
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...
Curated Video
Git and GitHub Masterclass - Fast track your Journey to Git! - Garbage Collection and Pack Files
This video explains garbage collection and pack files.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Import Additional Styles from CSS on GitHub
In this video, you will learn how to import additional styles from CSS hosted on GitHub into your project.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Configuring Views and Layouts with Express and Handlebars
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Code Clean Up and File Structures with Routes
In this video, we will be discussing the importance of code organization and structure in Express.js applications.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Logout Functionality for Users and Live Interaction
In this video, you will learn how to implement the logout functionality for users in our Express.js application using Passport.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Rerouting Application and Authentication
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Dynamic Variables and Helper Functions with Handlebars
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Building Partials with Handlebars in Express
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...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Pages in Razor Project
In this video, we will cover Pages in the Razor project.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Demo - Create Category
In this video, you will learn how to create a category.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Bootstrap Icons
In this video, we will cover Bootstrap icons.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Retrieve All Categories
In this video, you will learn how to retrieve all categories.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Routing Overview-1
In this video, we will cover routing overview.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Scaffold CRUD
In this video, we will cover Scaffold CRUD.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Demo - Filters in Order List
In this demo video, we will work on filters in the order list.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Display all Orders
In this video, you will learn how to display all orders.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Cart Summary UI
In this video, we will cover cart summary UI.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Shopping Cart UI
In this video, we will cover Shopping Cart UI.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Loading Datatables
In this video, we will cover loading Datatables.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Create Product Controller
In this video, you will learn how to create a product controller.