Curated Video
Covalent Bonding
How non-metal elements combine by covalent bonds to form compounds. Chemistry - Atoms And Bonding - Learning Points. Covalent bonds occur between non-metal atoms. The number of bonds depends on how many electrons are in the outer shell....
Curated Video
The Halogens
Halogens are hazardous to human life, yet they can also be very useful. How do they react when they meet other elements? Chemistry - Periodic Table - Learning Points. The halogens are the elements in Group 7 of the periodic table. The...
Curated Video
Radioactive Half-Life
Discover how radioactive substances change over time, and how this affects whether they are hazardous to humans. Physics - Energy And Radioactivity - Learning Points. Dangerous radioactive substances will not be dangerous forever due to...
Great Big Story
Deadlee, breaking barriers as a gay rapper in hip-hop
Join Joey Lemar, aka Deadlee, as he shares his journey as one of the first openly gay rappers, using music to challenge stereotypes and inspire change in the hip-hop industry.
Curated Video
Chemical Equations and Reactions: The Chemical Reactions
By the end of this learning object, the student will be able to: Summarize the important points of chemical equations and reactions.28728
Curated Video
Chemical Combination: The Elements and the Components of the Atom
By the end of this learning object, the student will be able to: Revise the elements and the components of the atom.14002
Curated Video
Matter and its Construction: Elements consist of Similar Atoms
By the end of this learning object, the student will be able to: Introduce the elements in nature.41826
Curated Video
Matter and its Construction: Atomic Structure of Matter
By the end of this learning object, the student will be able to: Distribute the electrons in energy levels40991
Curated Video
Attempts of elements classification: The fundamentals of the periodic table
By the end of this learning object, the student will be able to: recognize the fundamentals of the periodic table.14977
Curated Video
Attempts of elements classification: Dmitrii Mendeleev
By the end of this learning object, the student will be able to: Recognize the efforts and attempts of some scientist to classify elements.4430
Wonderscape
Understanding the Triangle of Fire
Delve into the science of fire prevention and learn about the fundamental elements required for a fire to ignite and persist. Discover how oxygen, heat, and fuel interact to form the basis of the fire triangle and explore the importance...
Curated Video
Big Ideas - Episode 11 - Bridges of the World
Building bridges has long been a Big Idea, and many ancient examples still stand today. Recently Prague residents celebrated the 600th anniversary of the laying of the first stone of their famous Charles Bridge. The University of...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Lists
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Curated Video
Machine Learning: Random Forest with Python from Scratch - For Loop
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Tuples
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive
After learning how to create a basic website, you will now learn to make the website more presentable, interactive, and enjoyable. We will use JavaScript. We will instruct ChatGPT to help us with the JavaScript code required to redesign...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Speech Synthesis API - Text to Speech
In this video, you will learn about the Speech Synthesis API. We will see how to create a project that converts text to speech using the Speech Synthesis API. This clip is from the chapter "Web Browser APIs" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI. This clip is from the chapter "Flixx Movie...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 1
In this mini project, we will build a simple Todo list app using the Fetch API and the JSONPlaceholder API. We will cover how to make a POST request to add new todos and how to dynamically update the UI to reflect the current state of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Items from Local Storage
In this video, you will learn how to remove items from local storage when they are removed from the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Form Submission and FormData Object
In this video, we will look at how to handle form submissions in JavaScript. You will learn how to use the FormData object to collect form data and send it to a server using AJAX. This clip is from the chapter "Events" of the series...