Hi, what do you want to do?
Curated Video
10 Innovative Schools Changing Education
Alternative approaches to education have emerged since the beginning of the 20th century and in the last 20 years, globalization and technology has supercharged that trend. Here are 10 types of innovative schools we've covered in our...
Great Big Story
Urban foraging, turning weeds into meals
Explore the world of urban foraging with Christopher Nyerges as he uncovers the nutritional treasures hidden in city weeds and teaches self-reliance.
Professor Dave Explains
Subphylum Myriapoda Part 2: Diversity of Centipedes and Millipedes
We just learned about the general form and function of the myriapods, so now let's get a sense of the diversity within this clade. This will involve many different species of centipedes and millipedes, as well as a few other related...
Curated Video
Statistics: Arithmatic Mean
By the end of this learning object, the student will be able to: . Write the formula of the mean4587
Communication Coach Alex Lyon
What Can You Do with a Communication Degree?
What can you do with a communication degree? We'll show salary data and 100+ job titles that communication graduates can pursue.
Wonderscape
Katherine Johnson's Journey: College, Graduate School, and Early Career
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...
Curated Video
Arithmetic Mean, Median and Mode
By the end of this learning object, the student will be able to: List Standard Deviants Teaching Systems4462
Curated Video
The Value of a Well-Rounded Learning Experience
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...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-2
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development.
<
br/>
This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
<
br/>
This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
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.
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Refactor to Multiple Functions
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.
<
br/>
This clip is from the chapter "DOM...
<
br/>
This clip is from the chapter "DOM...
Curated Video
Modern JavaScript from the Beginning - Second Edition - InnerHTML Versus createElement()
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.
<
br/>
This clip is from the chapter "DOM Manipulation" of...
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Document Element Properties
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Course Outline and Projects
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Leaf and Decision Node
In this lesson, you will learn to create two classes, a leaf node and a decision node, with a constructor.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Matplotlib for Data Visualization (1)
This video demonstrates data visualization using the Matplotlib function and explains data cleaning by removing outliers and filling in missing values.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Finishing Touches
This video explains the final touches to the website.
<
br/>
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...
<
br/>
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Adding Bootstrap Styling
This video explains how to add Bootstrap styling.
<
br/>
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...
<
br/>
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understanding the layout file and Bootstrap
This video explains the layout file and Bootstrap.
<
br/>
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...
<
br/>
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Tracalorie Refactor to Use Webpack
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Are Modules?
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display New Meal and Workout
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...