Instructional Video10:40
Crash Course

How did Detroit Become the Motor City? | Industrial Geography | Crash Course Geography

12th - Higher Ed
From shipping routes to airplane traffic to even the Internet, transportation planning is all about designing optimal transportation networks to move goods, information, and people around the globe. Today, we're going to discuss...
Instructional Video6:57
TED Talks

TED: A future with fewer cars | Freeman H. Shen

12th - Higher Ed
What if your car could drop you off and then find parking by itself? According to electric vehicle entrepreneur Freeman H. Shen, this technology already exists. He shares his vision for a future where AI-powered electric vehicles will...
Instructional Video3:47
TED-Ed

TED-Ed: The infamous and ingenious Ho Chi Minh Trail - Cameron Paterson

Pre-K - Higher Ed
The Ho Chi Minh Trail not only connected North and South Vietnam during a brutal war but also aided Vietnamese soldiers. The trail shaved nearly five months of time off of the trip and was used as a secret weapon of sorts. Cameron...
Instructional Video11:10
Crash Course

How Did Religion Spread Along the Silk Road? Crash Course Geography

12th - Higher Ed
Today we’re going to talk about the collection of routes known as the Silk Roads, and explore how worldview and other ideas spread along those trade routes. The Silk Roads are responsible for everything from the spices we use when we...
Instructional Video16:28
TED Talks

Aris Venetikidis: Making sense of maps

12th - Higher Ed
Aris Venetikidis is fascinated by the maps we draw in our minds as we move around a city -- less like street maps, more like schematics or wiring diagrams, abstract images of relationships between places. How can we learn from these...
Instructional Video3:15
Curated Video

Revolutionizing the World Rally Championship: Unveiling New Technology in Kenya

Pre-K - Higher Ed
The video highlights how Kenya's Serengeti venue for the Safari Rally is serving as a test bed for the World Rally Championship's newest technology. Through satellite technology, GPS data transmission, telemetry links, and online maps,...
Instructional Video4:35
Wonderscape

Building and Maintaining Our Community: Essential Workers

K - 5th
This video introduces the workers who help build and maintain our community, from construction workers and utility workers to garbage collectors and mail carriers. Learn how these community members keep us safe, provide essential...
Instructional Video6:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up

Higher Ed
In this video, we will use Nodemon to automatically restart our server whenever changes are made, making development more efficient. We will also clean up our code by moving our route handlers into separate modules. This clip is from the...
Instructional Video16:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Express Setup and Basic API

Higher Ed
In this video, we will set up our project using Express and create a basic API with GET and POST routes. We will also use middleware to parse incoming JSON data and handle errors. This clip is from the chapter "RandomIdeas Project -...
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 Video3:01
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Linking in React-Router-DOM

Higher Ed
This video focuses on using the link component provided by React-Router-DOM to create navigation links within applications. You will learn to create clickable links that navigate to different routes without refreshing the entire page.
Instructional Video4:16
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM

Higher Ed
In this video, we will examine React-Router-DOM, a popular routing library for React applications. You will learn to set up routes and navigation in React apps using React Router DOM, topics such as defining routes, rendering components...
Instructional Video9:11
Curated Video

Vue.js 3 and Firebase for Beginners - The About View and Child Components

Higher Ed
In this video, the author talks about the About View page where we can now use a router to switch between the three new components. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this...
Instructional Video6:30
Curated Video

Vue.js 3 and Firebase for Beginners - Views and Routes

Higher Ed
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Instructional Video8:14
Curated Video

Building Microservices API in Go - JWT Tokens

Higher Ed
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Instructional Video5:13
Curated Video

Building Microservices API in Go - JSON Encoding

Higher Ed
In this video, we will explore how to encode Go structs to JSON representation and set response headers. We will cover topics such as marshalling data structures to JSON and working with response headers to control the content sent back...
Instructional Video6:46
Curated Video

Building Microservices API in Go - Hello World

Higher Ed
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Instructional Video6:42
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing

Higher Ed
This video demonstrates setting up routing from scratch. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on configuring...
Instructional Video9:58
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Creating a VPC Peering Connection Lab

Higher Ed
After understanding the VPC peering concept, you can explore the process of creating a VPC peer. This video provides an overview of the VPC peer creation process.
Instructional Video6:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Instructional Video9:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054

Higher Ed
In this video, you will learn how to install the React router; we will understand how to activate the functionality, what syntax we need to use to include this route functionality.
Instructional Video11:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160

Higher Ed
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.
Instructional Video7:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video5:32
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.