Instructional Video3:38
Wonderscape

Origins of the Alamo: From Mission to Fortress

K - 5th
Uncover the early history of the Alamo, originally established as the Mission San Antonio de Valero in the 1700s by Spanish settlers in Texas. This video traces its transformation from a religious mission aimed at converting Native...
Instructional Video1:41
Great Big Story

The life of a seltzerman, preserving history in every bottle

12th - Higher Ed
Dive into the world of a seltzerman, Walter Backerman, as he shares the art and history of seltzer making using a century-old machine.
Instructional Video3:55
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - How Burp Suite Can Help You with Web Tests

Higher Ed
This video explains how Burp Suite can help you with Web tests.
Instructional Video5:30
Curated Video

The CISO Masterclass - Why Do We Need a Cybersecurity Strategy

Higher Ed
In this video, you will understand the importance of having a well-defined cybersecurity strategy and how it aligns with organizational goals and risk mitigation.
Instructional Video11:22
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Grand Building Using Free-Flow Modular Building Technique

Higher Ed
This video will focus on creating custom designs. You will learn how to create a grand building using a free-flow modular building technique. You will explore different techniques for creating a grand building that looks natural and...
Instructional Video8:24
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Door and Overhang to 3D Small Hut

Higher Ed
In this video, you will learn how to add a door and overhang to your 3D small hut. You will explore different techniques for creating a door and overhang that look natural and cohesive with the rest of your castle environment....
Instructional Video4:10
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Long-Only Strategy

Higher Ed
Let's learn about the long-only pairs trading strategy, only taking long positions in pairs trading, and implementing and evaluating the performance using ChatGPT, to gain insights into the differences, advantages, and challenges of a...
Instructional Video13:47
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Strategy Performance Computation (Optional)

Higher Ed
In this video, we will explore advanced techniques for computing and evaluating the performance of our pairs trading strategy, including risk-adjusted performance metrics, portfolio optimization, and other sophisticated methods for...
Instructional Video6:38
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)

Higher Ed
This video delves deeper into log returns, including their advantages and limitations compared to simple returns. You will learn to correctly apply log returns in your pairs trading analysis and interpret returns of pairs trading with...
Instructional Video8:56
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course

Higher Ed
In this video, we will receive valuable tips and strategies on making the most out of this course, including study techniques and skills and effective learning strategies, setting us up for successful learning through the course. This...
Instructional Video4:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - setTimeout and clearTimeout Functions

Higher Ed
In this video, you will learn about the setTimeout and clearTimeout functions in JavaScript. We will see how to use these functions to schedule a task to be executed after a delay and how to cancel a scheduled task. This clip is from the...
Instructional Video4:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - Type Coercion

Higher Ed
In this video, we will cover type coercion in JavaScript, which is the process of converting one data type to another. We will explore implicit and explicit type coercion and learn how to avoid common pitfalls when working with type...
Instructional Video7:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types

Higher Ed
In this video, we will explain the difference between primitive and reference types in JavaScript and how they are stored in memory. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video8:06
Curated Video

Machine Learning: Random Forest with Python from Scratch - Information Gain

Higher Ed
In this video, we will define columns for questioning and determine how much information can be gained by splitting a column. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video5:18
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust

Higher Ed
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the stack...
Instructional Video2:31
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Safe Mode and Unsafe Mode in Rust

Higher Ed
Rust is a modern programming language that prioritizes memory safety and performance. In this video, you will dive into the two modes of operation in Rust—safe mode and unsafe mode. This clip is from the chapter "What Is Rust and Why...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain

Higher Ed
In this video, we will introduce prototypes and explain how they are used to share properties and methods between objects. We will also discuss the prototype chain and how it is used to look up properties and methods. This clip is from...
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - For Loop

Higher Ed
In this video, we will explore the for loop, a commonly used loop structure that allows for more control over the loop execution and the initialization, condition, and iteration expression of the for loop, along with examples.
Instructional Video8:38
Curated Video

Crafting Scents: The Art and Science of Perfumery

6th - Higher Ed
Step into the world of perfumery where art meets science. This segment takes you behind the scenes to discover how perfumes are designed, from concept to creation. Learn about the role of top, core, and base notes in crafting lasting...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Instructional Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update Cryptocurrency Profile Data

Higher Ed
In this video, we will discuss the solution to the exercise on updating cryptocurrency profile data from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Instructional Video4:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II

Higher Ed
This video is a continuation of the previous one and will cover more advanced use cases for the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of...
Instructional Video3:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions

Higher Ed
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video3:00
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Injected Web3 Interface Exercise Prerequisite

Higher Ed
In this video, you will learn the prerequisites required for understanding and working with Injected Web3 interfaces in Solidity programming. It also covers topics such as Web3.js, Metamask, or other tools and technologies used in web3...