Hi, what do you want to do?
SciShow
Is Public WiFi Safe
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.
SciShow
A ‘New Neptune’ With Water, and Cyanide in Space
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.
TED Talks
Tim Berners-Lee: The next web
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...
SciShow
How the Web Became a Thing | The History of the Internet, Part 2
In part 2 of our History of the Internet series, Hank explains how public access became declared a human right!
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Spin Up Our First Web App with Express
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Build and Launch a Node Web Server
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.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Set Up the Node Web Server Root Directories
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.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Session in Action
In this video, we will cover the session in action.
Curated Video
Exploring the World Wide Web (WWW)
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...
Curated Video
htmx in 100 seconds
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.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - HTTP, HTTPS, SSL, and TLS
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - Ports and Protocols
This video explores the ports, networks, and protocols used to operate each port.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Startup Class
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...
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Testing Web Sockets (Proxy + Repeater Ideas)
This video explains testing web sockets messages using Burp Suite using Proxy and Repeater tabs.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Repeater Tab
This video explains how to use the repeater tab.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Best Way to Get Rid of HTTPS Warnings
This video explains the best way to get rid of HTTPS warnings.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Do You Know How Any Website Really Works?
This video explains the working of a website.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Error Handling with Async and Await
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling
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...
<
br/>
This clip is...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Testing Authentication
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...
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code
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...
<
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - http Module
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Sockets
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...
<
br/>
This clip...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
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...
<
br/>
This clip is from the chapter "Client / Server...