Wonderscape
The Events of Bloody Sunday in Selma
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...
Wonderscape
Alexander Graham Bell’s Journey to Inventing the Telephone
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...
Curated Video
Operations on Events: Intersection and Union of the Events
By the end of this learning object, the student will be able to: Recognize the concept of intersection and union on the events.
Curated Video
Event Coordinator
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Under the Hood: Thread of Execution
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Delegation and Multiple Events
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Input Events
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mouse Events
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Listeners
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Elements
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Events
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useCapture
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....
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - addEventListener (Events)
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Events in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bid Function - Auction
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - State Variables and Constructor - Auction
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Exactly are Events in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Event-Driven Architecture
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"...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Events
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...
Curated Video
Chatbots Development with Amazon Lex - Lambda Introduction
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.
Curated Video
Deep Learning - Crash Course 2023 - Why Do We Require Entropy Loss
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...
Curated Video
Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables
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.