Instructional Video3:12
Wonderscape

The Events of Bloody Sunday in Selma

K - 5th
This video recounts the events of Bloody Sunday on March 7, 1965, when 600 peaceful marchers led by John Lewis attempted to cross the Edmund Pettus Bridge in Selma, Alabama. State troopers violently confronted the group, using tear gas...
Instructional Video6:01
Wonderscape

Alexander Graham Bell’s Journey to Inventing the Telephone

K - 5th
This video traces the key events leading up to Alexander Graham Bell’s invention of the telephone, from his move to North America to his partnership with Thomas Watson. Discover how Bell’s dedication to communication technology...
Instructional Video1:55
Curated Video

Operations on Events: Intersection and Union of the Events

K - 8th
By the end of this learning object, the student will be able to: Recognize the concept of intersection and union on the events.
Instructional Video4:53
Curated Video

Event Coordinator

9th - Higher Ed
Megan Joyner ’10 is the Associate Director of Scheduling and Events Services at Rollins College. Her career requires impeccable organization skills since it requires her to juggle several event requests at any given time.
Instructional Video2:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Under the Hood: Thread of Execution

Higher Ed
In this video, you will learn about the thread of execution in JavaScript and how synchronous code execution works. We will see how JavaScript manages the stack, heap, and queue and how it executes code line by line. This clip is from...
Instructional Video10:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events

Higher Ed
In this video, we will look at how to handle page loading and window events in JavaScript. You will learn how to use event listeners to detect when a page has finished loading and how to respond to window events such as resizing and...
Instructional Video5:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Event Delegation and Multiple Events

Higher Ed
In this video, you will learn about event delegation in JavaScript. We will explore how to use event delegation to handle events for multiple elements and how to register event listeners for different types of events. This clip is from...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Input Events

Higher Ed
In this video, we will explore how to handle input events such as change, input, and submit in JavaScript. You will learn how to use event listeners to respond to input events and how to access input values and form data. This clip is...
Instructional Video10:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mouse Events

Higher Ed
In this video, we will look at how to handle mouse events such as click, double-click, hover, and drag in JavaScript. You will learn how to use event listeners to respond to mouse events and perform actions based on them. This clip is...
Instructional Video13:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Event Listeners

Higher Ed
In this video, we will explore how to register event listeners to handle events in JavaScript. You will learn about different types of event listeners and how to attach them to HTML elements. This clip is from the chapter "Events" of the...
Instructional Video9:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes

Higher Ed
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Instructional Video7:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Elements

Higher Ed
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video0:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Events

Higher Ed
In this section, you will learn about events and how to handle them in JavaScript. We will look at different types of events and how to register event listeners to respond to them. This clip is from the chapter "Events" of the series...
Instructional Video3:41
Curated Video

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

Higher Ed
This video dives into the concept of event capturing in JavaScript. You will learn about the useCapture parameter in the addEventListener method and how it affects the order in which event handlers are triggered during event propagation....
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...
Instructional Video5:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Events in JavaScript

Higher Ed
In this video, we will delve into the world of events in JavaScript, the fundamental concepts of events, such as event types, event handlers, and event listeners. The video demonstrates how to attach event listeners to HTML elements and...
Instructional Video7:19
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bid Function - Auction

Higher Ed
In this video, we will continue to discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will learn how to implement the bid function in an auction smart contract in Solidity. The bid...
Instructional Video8:31
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - State Variables and Constructor - Auction

Higher Ed
In this video, we will discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will write a smart contract for an auction in Solidity, including the use of state variables and...
Instructional Video9:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Exactly are Events in Solidity

Higher Ed
This video explains the concept of events in Solidity, including their purpose, syntax, and usage in smart contract development. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Instructional Video5:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture

Higher Ed
In this video, we explore event-driven architecture, discussing its key concepts and benefits and providing practical advice on how to design and implement event-driven systems. This clip is from the chapter "Modern-Day Cloud Concepts"...
Instructional Video4:42
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Events

Higher Ed
This video will dive into practical applications by starting our first chat with ChatGPT, interacting with ChatGPT, and showcasing the basic commands and functionalities. You will learn to initiate a conversation, ask questions, and...
Instructional Video2:55
Curated Video

Chatbots Development with Amazon Lex - Lambda Introduction

Higher Ed
After building and testing the chatbot and creating the visual structure, you will learn to create the backend on Amazon Lambda and connect it with our chatbot for seamless working.
Instructional Video4:05
Curated Video

Deep Learning - Crash Course 2023 - Why Do We Require Entropy Loss

Higher Ed
In this video, we will talk about certain events and understand why we require entropy loss. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about...
Instructional Video8:05
Curated Video

Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables

Higher Ed
In this video, we will be introduced to probability and random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.