Crash Course
How did Detroit Become the Motor City? | Industrial Geography | Crash Course Geography
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...
TED Talks
TED: A future with fewer cars | Freeman H. Shen
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...
TED-Ed
TED-Ed: The infamous and ingenious Ho Chi Minh Trail - Cameron Paterson
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...
Crash Course
How Did Religion Spread Along the Silk Road? Crash Course Geography
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...
TED Talks
Aris Venetikidis: Making sense of maps
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...
Curated Video
Revolutionizing the World Rally Championship: Unveiling New Technology in Kenya
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,...
Wonderscape
Building and Maintaining Our Community: Essential Workers
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Express Setup and Basic API
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-2
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Linking in React-Router-DOM
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The About View and Child Components
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Views and Routes
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...
Curated Video
Building Microservices API in Go - JWT Tokens
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...
Curated Video
Building Microservices API in Go - JSON Encoding
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...
Curated Video
Building Microservices API in Go - Hello World
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Creating a VPC Peering Connection Lab
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.