Instructional Video10:10
Kids Learning Videos

Flags for Kids! (Part Three | Final)

Pre-K - K
Preschoolers and toddlers can watch almost 100 flags from all over the world in this video. Learn about flags and which countries or organizations they belong to. Flags in this video: 1. Niger 2. Oman 3. Palestine 4. Papua New Guinea 5....
Instructional Video4:34
IDG TECHtalk

How to set up Azure AD to spot risky users

Higher Ed
You have several options to set up alerts in Azure Active Directory to help spot risky user behavior. If you have a suggestion for a future episode of Windows Security Tips, leave it in the comments below.
Instructional Video3:34
Curated Video

A2 English Listening Practice - 4th of July

Pre-K - Higher Ed
This video serves as English listening comprehension practice for lower-level students. In this video, a native English speaker talks slowly and clearly about the topic of the 4th of July. The subtitles are included at the bottom of the...
Instructional Video3:15
Curated Video

B2 English Listening Practice - Amusement Parks

Pre-K - Higher Ed
This video serves as English listening comprehension practice for intermediate and upper intermediate-level students. In this video, a native English speaker talks in a natural way about the topic of amusement parks. The subtitles are...
Instructional Video4:17
Curated Video

Learning LESS (Video 13)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video1:16
IDG TECHtalk

How to use the lscpu command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, we’re going to look at the lscpu command that provides a lot of information on your system’s CPU or CPUs.
Instructional Video6:19
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - What Is Flexbox?

Higher Ed
Flexbox: What Is Flexbox? This clip is from the chapter "Flexbox" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".Learn about Flexbox here
Instructional Video8:05
Curated Video

Hands-On WebAssembly for C++ Programmers - Debugging WebAssembly

Higher Ed
How do we debug our C++ in the web browser? • Setup source maps to translate C++ • Use Chrome to step through code • Use Firefox to introspect variables This clip is from the chapter "Debugging Techniques in WebAssembly" of the series...
Instructional Video12:16
OverSimplified

WW2 (Part 1)

6th - 11th
WW2 (Part 1)
Instructional Video3:27
Poetry Foundation

Laura Brown-Lavoie reads "no flag"

Pre-K - Higher Ed
Laura Brown-Lavoie (she/her) reads her poem, "no flag
Instructional Video7:53
Curated Video

The Full Stack Web Development - Telnet Commands

Higher Ed
Learning Caching Using Memcached: Telnet Commands This clip is from the chapter "Learning Caching Using Memcached" of the series "The Full Stack Web Development".We use Memcached – a caching system. We work with Telnet in Linux. We work...
Instructional Video10:07
Curated Video

World of Computer Networking Your CCNA start - Analyzing a Transmission Control Protocol (TCP) Connection in Wireshark - Part 1

Higher Ed
This is the first part of the two-part video that explains how to analyze a TCP connection in Wireshark. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series...
Instructional Video4:47
Curated Video

The Full Stack Web Development - Installing MongoDB

Higher Ed
MongoDB - Learning NoSQL Database Design: Installing MongoDB This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL database....
Instructional Video7:50
Curated Video

World of Computer Networking Your CCNA start - Analyzing a Transmission Control Protocol (TCP) Connection in Wireshark - Part 2

Higher Ed
This is the second part of the two-part video that explains how to analyze a TCP connection in Wireshark. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the...
Instructional Video2:53
Curated Video

World of Computer Networking Your CCNA start - Establishing a Transmission Control Protocol (TCP) Connection

Higher Ed
This video shows how to establish a TCP connection. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series "World of Computer Networking: Your CCNA start".This...
Instructional Video5:44
Curated Video

Complete Modern C++ - File IO - Part II (Error Handling)

Higher Ed
This video shows how to handle errors during file I/O through stream state flags. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and output.
Instructional Video21:48
Curated Video

C++ Standard Template Library in Practice - Project (Continued)

Higher Ed
The user would like to put what they learned into practice. • Introduce the project topic • Program the necessary parts • Run the project and show the output This clip is from the chapter "Threading" of the series "C++ Standard Template...
Instructional Video5:03
Curated Video

World of Computer Networking Your CCNA start - Transmission Control Protocol (TCP) Header

Higher Ed
This video focuses on TCP headers. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series "World of Computer Networking: Your CCNA start".This section...
Instructional Video6:14
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Introduction to CSS Flexbox

Higher Ed
CSS Flexbox: Introduction to CSS Flexbox This clip is from the chapter "CSS Flexbox" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about CSS Flexbox.
Instructional Video10:12
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Running Pytests from the Terminal with Different Command Flags

Higher Ed
This video demonstrates how to run pytests from the terminal with different command flags. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video9:49
Curated Video

World of Computer Networking Your CCNA start - Internet Protocol Version 4 (IPv4) Header

Higher Ed
This video introduces you to the IPv4 header. This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This section introduces you...
Instructional Video7:51
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - TCP/IP Stack by Example

Higher Ed
In this video, we'll learn about TCP/IP stack with the help of an example. This clip is from the chapter "Introduction to HTTPS and TLS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will give you an overview of...
Instructional Video2:42
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - if Statements in Case Statements

Higher Ed
Here, we will look at using the if statement within the case statements to obtain results. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video22:23
Curated Video

The Art of Doing - Python Network Applications with Sockets - Advanced GUI Chat Room Part 8 - Sending Data from Client to Server.

Higher Ed
In this eighth part, you are going to learn how to send data from client to server. This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing - Python Network Applications...