Instructional Video2:30
SciShow

Is Public WiFi Safe

12th - Higher Ed
You might want to think twice before signing into that too-good-to-be-true "Free Airport Wi-Fi." It might not be what you think it is.
Instructional Video3:25
SciShow

A ‘New Neptune’ With Water, and Cyanide in Space

12th - Higher Ed
SciShow Space News shares the latest developments from around the universe, including the discovery of water vapor on a new “exo-Neptune,” and cyanide found in the clouds where stars are born.
Instructional Video16:17
TED Talks

Tim Berners-Lee: The next web

12th - Higher Ed
20 years ago, Tim Berners-Lee invented the World Wide Web. For his next project, he's building a web for open, linked data that could do for numbers what the Web did for words, pictures, video: unlock our data and reframe the way we use...
Instructional Video9:51
SciShow

How the Web Became a Thing | The History of the Internet, Part 2

12th - Higher Ed
In part 2 of our History of the Internet series, Hank explains how public access became declared a human right!
Instructional Video6:42
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Spin Up Our First Web App with Express

Higher Ed
In this video, we will look at how to spin up a basic web application using Express. We start by explaining the basics of setting up an Express project, including creating a new project, installing dependencies, and creating a simple...
Instructional Video6:33
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Build and Launch a Node Web Server

Higher Ed
In this video, we provide a tutorial on how to build and launch a Node web server from scratch. We will be explaining the basic architecture of a web server and why Node.js is an ideal platform for building scalable and performant servers.
Instructional Video3:14
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Set Up the Node Web Server Root Directories

Higher Ed
In this video, we provide a tutorial on how to set up the root directories for a Node web server. We explain why it's important to properly configure the root directories and how it impacts the behavior of the server.
Instructional Video6:32
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Session in Action

Higher Ed
In this video, we will cover the session in action.
Instructional Video17:24
Curated Video

Exploring the World Wide Web (WWW)

Pre-K - Higher Ed
Pupil outcome: I can explain how the components of the World Wide Web (WWW) work together to display web pages. Key learning points: - The World Wide Web (WWW) relies on web browsers, web servers and web pages to deliver information and...
Instructional Video2:20
Curated Video

htmx in 100 seconds

12th - Higher Ed
Learn the basics of htmx - an HTML-focused UI library that can handle data fetching and rendering in web applications without complex JavaScript code or frameworks.
Instructional Video6:30
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - HTTP, HTTPS, SSL, and TLS

Higher Ed
Here, you will learn about the hypertext transfer protocol, hypertext transfer protocol secure, secure sockets layer, and transport layer security, and how each one works.
Instructional Video5:51
Curated Video

Practical Cyber Hacking Skills for Beginners - Ports and Protocols

Higher Ed
This video explores the ports, networks, and protocols used to operate each port.
Instructional Video10:39
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Startup Class

Higher Ed
This lecture details the functions and features of the Startup class in a server-side Blazor application. It goes on to discuss the similarities and differences between the Configure and ConfigureServices method of any other type of...
Instructional Video10:44
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - Testing Web Sockets (Proxy + Repeater Ideas)

Higher Ed
This video explains testing web sockets messages using Burp Suite using Proxy and Repeater tabs.
Instructional Video14:10
Instructional Video5:21
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - Best Way to Get Rid of HTTPS Warnings

Higher Ed
This video explains the best way to get rid of HTTPS warnings.
Instructional Video12:10
Instructional Video6:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Error Handling with Async and Await

Higher Ed
In this video, we will explore best practices for handling errors when using async/await in JavaScript. We will cover how to use the try/catch statement with async functions, how to handle errors thrown in Promises, and how to handle...
Instructional Video13:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling

Higher Ed
In this video, we will explore various techniques for handling errors when working with the Fetch API, including how to check the response status code, catch network errors, and gracefully handle error responses.
<
br/>
This clip is...
Instructional Video6:31
Curated Video

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

Higher Ed
This video explains testing the authentication to see the whole user experience.
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the...
Instructional Video13:21
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code

Higher Ed
This video takes you on a tour of Visual Studio Code.
<
br/>
This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the setup of ASP.NET...
Instructional Video18:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - http Module

Higher Ed
The http module provides a way to create HTTP servers and clients in Node.js. In this video, we will explore how to create an HTTP server using the http module and how to handle HTTP requests and responses. We will also cover how to...
Instructional Video4:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Sockets

Higher Ed
This video explains the WebSockets API, which makes it possible to open a bi-directional, interactive session between a client and server. WebSockets are the backbone for applications that have chat functionality.
<
br/>
This clip...
Instructional Video4:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - APIs

Higher Ed
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework.
<
br/>
This clip is from the chapter "Client / Server...