Instructional Video2:40
Curated Video

Becoming More Resilient

6th - Higher Ed
Josh from OnwardWell guides you through essential strategies to build resilience and thrive amidst adversity. Learn how to manage stress effectively, maintain a positive outlook, and recognize your personal strengths from past...
Instructional Video3:25
Curated Video

Digital Detox: Take a Break from the Screen and Improve Your Mental Health

6th - Higher Ed
Feeling overwhelmed by the constant presence of digital devices in your life? It’s time for a digital detox. Join Josh from Onward Well as we explore how taking a break from your devices can reduce stress and improve your mental health....
Instructional Video2:05
Great Big Story

Dr. Lazer, the joy of holography from NYC

12th - Higher Ed
Step into the world of Jason Arthur Sapan, a.k.a. Dr. Lazer, and explore his lifelong passion for creating intricate and fascinating holograms.
Instructional Video5:41
Curated Video

The CISO Masterclass - Review Job Description

Higher Ed
This video guides you through the process of effectively reviewing a CISO job description, highlighting key areas to focus on during the application process.
Instructional Video5:14
Curated Video

The CISO Masterclass - Why Are CISOs Resigning?

Higher Ed
This video helps shed light on the reasons behind CISO resignations and provides strategies for creating a fulfilling and sustainable career path.
Instructional Video3:15
Curated Video

The CISO Masterclass - DevSecOps and the Role of CISO

Higher Ed
This video highlights the growing importance of DevSecOps and the pivotal role that CISOs play in integrating security into the development process.
Instructional Video4:31
Curated Video

The CISO Masterclass - What Is Cybersecurity Strategy?

Higher Ed
This video dives into the fundamentals of developing a robust cybersecurity strategy and its significance in protecting organizational assets.
Instructional Video8:17
Curated Video

The CISO Masterclass - Career Challenges and How to Overcome Them

Higher Ed
This video addresses common career challenges and provides valuable insights and strategies to overcome them effectively.
Instructional Video5:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Simple Functions

Higher Ed
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video8:18
Curated Video

Machine Learning: Random Forest with Python from Scratch - Numbers

Higher Ed
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Instructional Video1:36
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT-4

Higher Ed
This brief introductory update outlines the new version of ChatGPT-4, just released a couple of days ago. It discusses the features of the new version, how it is better than ChatGPT-3.5, and its access is only for the ChatGPT Plus users,...
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 Video6:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callback Hell

Higher Ed
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...
Instructional Video8:40
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array.forEach Method

Higher Ed
In this video, you will learn about the Array.forEach method, which allows us to loop over the elements of an array and execute a function for each element. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods"...
Instructional Video7:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - While and Do While Loops

Higher Ed
In this video, you will learn about while and do-while loops in JavaScript and how they differ from for loops. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...
Instructional Video11:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - For Loop

Higher Ed
In this video, we will explore the for loop in JavaScript, which allows us to iterate over a set of values. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...
Instructional Video6:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Creating a Function

Higher Ed
In this video, you will learn how to create a function in JavaScript, and how to call it to perform a specific task. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video12:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Spread Operator and Methods

Higher Ed
This video explains how to use the object spread operator and several object methods in JavaScript, such as Object.assign(), Object.keys(), and Object.values(). This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video8:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - path Module

Higher Ed
The path module provides methods for working with file paths and directories. In this video, we will explore the different methods available in the path module and how to use them to manipulate file paths in our Node.js applications....
Instructional Video5:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Using Object.create()

Higher Ed
In this video, we will explore the Object.create() method and demonstrate how it is used to create objects with a specific prototype. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Instructional Video4:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype

Higher Ed
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...
Instructional Video3:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - addEventListener (Events)

Higher Ed
In this video, we will explore the addEventListener method to attach event handlers to elements. You will learn to listen for and respond to various events, such as clicks, mouse movements, keyboard input. Understanding event handling is...