Instructional Video8:36
Communication Coach Alex Lyon

What Can You Do with a Communication Degree?

Higher Ed
What can you do with a communication degree? We'll show salary data and 100+ job titles that communication graduates can pursue.
Instructional Video4:39
Wonderscape

Katherine Johnson's Journey: College, Graduate School, and Early Career

K - 5th
This video details Katherine Johnson’s academic journey from West Virginia State College to graduate school and her early career. Learn how she excelled in math, faced limited job opportunities, and eventually landed a groundbreaking...
Instructional Video4:35
Curated Video

Arithmetic Mean, Median and Mode

K - 8th
By the end of this learning object, the student will be able to: List Standard Deviants Teaching Systems4462
Instructional Video1:27
Curated Video

The Value of a Well-Rounded Learning Experience

9th - Higher Ed
In this video, the president of an IT solutions consulting company reflects on his unconventional path to obtaining a degree in a rapidly evolving field like AI, where many professionals do not necessarily hold formal degrees. He...
Instructional Video19:26
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-2

Higher Ed
Explore the installation process of Tailwind CSS and the creation of the initial template for the Instagram UI clone in this informative video, setting the stage for an immersive journey.
Instructional Video11:59
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer

Higher Ed
We will finalize the Tesla UI clone project by crafting the footer section, bringing the entire design together and ensuring a cohesive visual experience in this video.
Instructional Video2:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro

Higher Ed
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
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 Video4:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Refactor to Multiple Functions

Higher Ed
This video covers how to refactor code into multiple functions to make it more organized and easier to read. It covers the concepts of function composition and separation of concerns. This clip is from the chapter "DOM Manipulation" of...
Instructional Video8:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - InnerHTML Versus createElement()

Higher Ed
This video explains the difference between using innerHTML and createElement() to add HTML elements to the DOM. It covers the advantages and disadvantages of each method. This clip is from the chapter "DOM Manipulation" of the series...
Instructional Video14:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Document Element Properties

Higher Ed
This video covers the properties of the document object, which represents the entire HTML document. It explains how to access and manipulate properties such as the document title, URL, and body. This clip is from the chapter "DOM...
Instructional Video7:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Course Outline and Projects

Higher Ed
In this video, we will provide an overview of the course outline and the projects we will build. We will discuss the various sections of the course and what you can expect to learn from each one. Additionally, we will showcase the...
Instructional Video4:41
Curated Video

Machine Learning: Random Forest with Python from Scratch - Leaf and Decision Node

Higher Ed
In this lesson, you will learn to create two classes, a leaf node and a decision node, with a constructor. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video13:11
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Matplotlib for Data Visualization (1)

Higher Ed
This video demonstrates data visualization using the Matplotlib function and explains data cleaning by removing outliers and filling in missing values. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine...
Instructional Video4:06
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Finishing Touches

Higher Ed
This video explains the final touches to the website. This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website authentication.
Instructional Video10:19
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding Bootstrap Styling

Higher Ed
This video explains how to add Bootstrap styling. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Instructional Video8:12
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understanding the layout file and Bootstrap

Higher Ed
This video explains the layout file and Bootstrap. This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains manipulating website views and...
Instructional Video16:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Tracalorie Refactor to Use Webpack

Higher Ed
In this video, we will refactor our Tracalorie project to use Webpack. We will explore how to configure Webpack to work with our project, including loading CSS files, transpiling our JavaScript with Babel, and optimizing our code with...
Instructional Video7:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Are Modules?

Higher Ed
This video provides an overview of modules and why they are important in modern web development. It explains how modules help organize code and make it easier to maintain and reuse. The video also discusses the benefits of using modules,...
Instructional Video7:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display New Meal and Workout

Higher Ed
This video demonstrates how to display new meal and workout objects in the Tracalorie app project. The video covers how to create and update HTML templates for displaying the new items and how to use JavaScript DOM manipulation to...
Instructional Video5:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Project Planning and Diagram

Higher Ed
This video covers the project planning and diagramming phase of the Tracalorie App project. The video outlines the different components of the app and how they relate to each other and provides a visual diagram to help visualize the...
Instructional Video4:47
Curated Video

Modern JavaScript from the Beginning - Second Edition - UI Theme Setup

Higher Ed
This video focuses on setting up the user interface (UI) theme for the Tracalorie App project. The video covers how to create and implement a basic UI theme using CSS variables and demonstrates how to switch between light and dark themes...
Instructional Video4:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Project Introduction-1

Higher Ed
This video provides an introduction to the Tracalorie App project, which is a meal and workout tracker built using object-oriented programming principles. The video outlines the purpose and goals of the project and provides an overview...
Instructional Video4:47
Curated Video

Modern JavaScript from the Beginning - Second Edition - ES2022 Private Class Fields

Higher Ed
In this video, you will learn about the new private class fields feature in ES2022, including how to define private object properties using the "#" symbol. This clip is from the chapter "OOP - Classes, Getters, Setters, and Private...