Wonderscape
Origins of the Alamo: From Mission to Fortress
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...
Great Big Story
The life of a seltzerman, preserving history in every bottle
Dive into the world of a seltzerman, Walter Backerman, as he shares the art and history of seltzer making using a century-old machine.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How Burp Suite Can Help You with Web Tests
This video explains how Burp Suite can help you with Web tests.
Curated Video
The CISO Masterclass - Why Do We Need a Cybersecurity Strategy
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.
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Grand Building Using Free-Flow Modular Building Technique
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Door and Overhang to 3D Small Hut
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....
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Long-Only Strategy
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Strategy Performance Computation (Optional)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - setTimeout and clearTimeout Functions
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Coercion
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Information Gain
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Safe Mode and Unsafe Mode in Rust
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - For Loop
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.
Curated Video
Crafting Scents: The Art and Science of Perfumery
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update Cryptocurrency Profile Data
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Injected Web3 Interface Exercise Prerequisite
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...