Instructional Video1:54
Great Big Story

Gitanjali Rao, Young Innovator Tackling Water Safety

12th - Higher Ed
Meet Gitanjali Rao, a 12-year-old scientist who developed Tethys, a groundbreaking device for detecting lead in water.<br/>
Instructional Video2:01
Science Buddies

Simple Explanation of Siamese Neural Networks

K - 5th
Join Tracy from Science Buddies as she dives into the intriguing world of Siamese Neural Networks. Learn how these networks use twin systems to evaluate and compare data inputs, enhancing tasks like image and text analysis. Perfect for...
Instructional Video23:09
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Proxy Tab

Higher Ed
This video explains how to use the proxy tab in Burp Suite.
Instructional Video12:10
Instructional Video3:15
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Installing the Unity Game Engine

Higher Ed
In this video, we will guide you through installing the Unity game engine on your system in a step-by-step process.
Instructional Video11:06
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Project README

Higher Ed
A README is a text file that introduces and explains a project. It contains information that is commonly required to understand what the project is about.
<
br/>
This clip is from the chapter "Super Charge GitHub" of the series "Git...
Instructional Video10:16
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Checkout Tag/Commit/HEAD

Higher Ed
This video explains the checkout tag, the commit tag, and the HEAD, which refers to the currently checked-out branch’s latest commit.
<
br/>
This clip is from the chapter "Tag, Releases, and Commits" of the series "Git and GitHub...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly.
<
br/>
This clip is from the chapter "Web...
Instructional Video4:54
Curated Video

Modern JavaScript from the Beginning - Second Edition - API Overview and API Key

Higher Ed
In this video, we will provide an overview of the TMDb API and how we can use it to get movie and TV show data for our app. We will also obtain an API key from TMDb that we will use to authenticate our requests.
<
br/>
This clip is...
Instructional Video4:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - DevTools Network Tab

Higher Ed
In this video, you will learn about the Network tab in the Chrome DevTools. We will see how to inspect HTTP requests and responses and how to analyze network performance.
<
br/>
This clip is from the chapter "Asynchronous...
Instructional Video5:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify

Higher Ed
In this video, you will learn how to deploy the shopping list project to Netlify for hosting.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video5:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course

Higher Ed
In this video, we will be provided with a brief overview of local storage and how it works.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video3:36
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understanding Authentication

Higher Ed
This video explains authentication and why it is important.
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website...
Instructional Video6:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Scaffolding Views and Controllers - Part 2

Higher Ed
This video further explains how to scaffold the lecturerController and other views.
<
br/>
This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to...
Instructional Video5:59
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create Database

Higher Ed
This video explains how to create a database.<br<br/>/>

This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video12:10
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Alternative - Install SQL Server on Docker (Any Operating System)

Higher Ed
This video explains the installation of SQL Server on Docker.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to...
Instructional Video5:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)

Higher Ed
This video explains the installation of SQL Server Express on Windows.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental...
Instructional Video8:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App

Higher Ed
Finally, in this video, we will go over the process of deploying a full-stack application to a server.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript...
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string.
<
br/>
This clip is from the...
Instructional Video5:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup

Higher Ed
In this video, we will set up a MongoDB Atlas account, which will provide us with a free cloud-based MongoDB database. We will also create a new database and user and configure our project to connect to the database.
<
br/>
This...
Instructional Video3:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-2

Higher Ed
In this section, we will work on a bonus project called RandomIdeas, which will involve building a RESTful API using Node.js, Express, and MongoDB. The project will allow users to create and store random ideas, as well as update and...
Instructional Video12:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Poll Project

Higher Ed
In this project, we will use sets and maps to create a poll application that allows users to vote on different options and displays the results in real-time.
<
br/>
This clip is from the chapter "Iterators, Generators, and Data...
Instructional Video5:48
Curated Video

Modern JavaScript from the Beginning - Second Edition - Module Bundlers

Higher Ed
This video explains what module bundlers are and why we need them. It covers how module bundlers work, how they help to optimize our code for production, and the benefits of using a module bundler such as Webpack.
<
br/>
This clip...
Instructional Video11:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - NPM Packages/Modules

Higher Ed
This video covers NPM packages/modules, which are reusable code modules that can be installed and used in our projects. The video explains how to search for and install NPM packages, how to use NPM to manage project dependencies, and...