Instructional Video2:56
Curated Video

Explore The Geography Of Ohio | US States Songs For Kids

Pre-K - 5th
Let's learn about Ohio's 88 counties!
Instructional Video1:53
Curated Video

Explore Tajikistan, A Country In Central Asia! | Countries Of The World Songs

Pre-K - 8th
Let's learn about Tajikistan and its 4 provinces!
Instructional Video8:25
Curated Video

The Rise of Islam in Ancient India

3rd - Higher Ed
For a long time, Hindu civilization had isolated itself. The leaders, believing in their cultural superiority, discouraged sea travel and did not invest in sea defenses, leaving them vulnerable to invasions. This vulnerability was...
Instructional Video6:28
Curated Video

Paris: The Capital of Gastronomy

6th - Higher Ed
Discover how Paris became the epicenter of global gastronomy, shaped by its rich history, diverse terroirs, and culinary traditions. Explore the evolution of French cuisine from the Middle Ages to modern times, highlighting the city's...
Instructional Video2:16
Curated Video

Inside the Role of a Director of Diversity, Equity, and Inclusion

9th - Higher Ed
Melanie is the Director of Diversity, Equality, and Inclusion for Crate and Barrel, one of the largest home furnishings and decor retailers in the U.S.. Melanie spearheads the company's commitment to creating an inclusive organization...
Instructional Video0:32
Curated Video

Creating a Culture of Belonging

9th - Higher Ed
Melanie is the Director of Diversity, Equality, and Inclusion for Crate and Barrel, one of the largest home furnishings and decor retailers in the U.S.. Melanie is deeply passionate about making a real impact on people's lives. With a...
Instructional Video0:46
Curated Video

Finding Career Success By Building Relationships

9th - Higher Ed
In this video, Melanie, the Director of Diversity, Equality, and Inclusion for Crate and Barrel, believes that performing well, actively seeking opportunities to connect with others, and make a positive impact within the organization are...
Instructional Video0:50
Curated Video

How the University Experience Aids Personal Discovery

9th - Higher Ed
Before Melanie became the Director of Diversity, Equality, and Inclusion for Crate and Barrel, they were a student at University of Toledo. In this video, Melanie shares how the university experience shaped their identity, passions, and...
Instructional Video2:03
Curated Video

Navigating a Career in Diversity, Equity, and Inclusion

9th - Higher Ed
Melanie graduated with a degree in Communications. In this video, Melanie discusses the journey towards a career in diversity, equity, and inclusion, emphasizing the importance of getting involved in social sciences and business...
Instructional Video0:56
Curated Video

Making an Impact: Navigating Challenges in Driving Change

9th - Higher Ed
Melanie, Director of Diversity, Equality, and Inclusion for Crate and Barrel, has a deep passion for making a positive impact through their work, particularly by creating a sense of belonging for both customers and employees. They...
Instructional Video5:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Numbers

Higher Ed
In this video, we will cover the basics of working with numbers in JavaScript. We will explore number literals, operators, and common methods for working with numbers. This clip is from the chapter "Variables, Data Types, Methods, and...
Instructional Video5:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Schema and Model

Higher Ed
In this video, we will define a Mongoose schema for our ideas collection, which will specify the fields and their data types. We will also create a Mongoose model based on the schema, which will allow us to perform database queries. This...
Instructional Video3:42
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Iterative Optimization Anagrams Problem in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video9:00
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Instructional Video6:25
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Working with Folders

Higher Ed
The data stored in our mass storage devices is organized into a large tree of folders (also known as directories). A good tech must understand how to create, delete and move folders. This clip is from the chapter "Working with the...
Instructional Video15:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008

Higher Ed
After learning how to create components, add CSS on our website, and add emojis, we will now create a small app based on what we have learned from previous lessons.
Instructional Video9:17
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Country Exchange Rate View

Higher Ed
This video explains the country exchange rate view. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video15:52
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - App and Widget Data Sync

Higher Ed
This video explains the app and widget data sync. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between...
Instructional Video8:58
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Vi Text Editor)

Higher Ed
In this video, we will have a look at the vi text editor. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work with...
Instructional Video7:31
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - ChatGPT Strengths and Weaknesses

Higher Ed
In this video, we will discuss the strengths and weaknesses of ChatGPT as an AI language model and learn about the types of tasks that ChatGPT excels at and areas where it may struggle or produce inaccurate results. The video provides a...
Instructional Video7:09
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Getter and Setter / 127

Higher Ed
This video explains the getter and setter keywords in OOP using an example. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video5:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Prototype Model / 122

Higher Ed
This video explains how to work with the older method when class and method never existed. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video15:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Regular Expressions / 060

Higher Ed
In this video, you will delve into the topic of regular expressions, commonly referred to as RegEx. This video provides a comprehensive explanation of regular expressions and how they are used in JavaScript. This clip is from the chapter...
Instructional Video14:50
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Booleans and Comparisons / 015

Higher Ed
This video explains the Boolean and comparison data types in JavaScript with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...