Instructional Video3:05
Curated Video

Keyboard Shortcuts to Success

Pre-K - Higher Ed
Unlock lightning-fast productivity with essential keyboard shortcuts that will speed up your daily tasks! Whether you're using Windows or Mac, these shortcuts will help you cut time and navigate your system without relying on your mouse.
Instructional Video4:08
Curated Video

Embedding Video into Google Slides (Classroom Platform Walkthrough 14/15)

Pre-K - Higher Ed
Watch this video to learn how to embed video into Google Slides. Learn more about the Boclips for Classroom web application by watching some or all of the videos in our 15-part video tutorial series. All videos have been embedded in our...
Instructional Video2:08
Curated Video

Creating and Sharing Playlists (Classroom Platform Walkthrough 11/15)

Pre-K - Higher Ed
Watch this video to learn how to create and share playlists, whether with students or with your colleagues for review. Learn more about the Boclips for Classroom web application by watching some or all of the videos in our 15-part video...
Instructional Video3:04
Curated Video

AI for Teachers with ChatGPT - SlidesAI Execution

Higher Ed
This video provides an insightful demonstration of how SlidesAI functions and executes its tasks. This clip is from the chapter "SlidesAI and ChatGPT" of the series "AI for Teachers with ChatGPT".This section will help you work on the...
Instructional Video3:09
Curated Video

Nobel and Dynamite

6th - 12th
The story of Alfred Nobel's life work and legacy, and his little known role in the discovery of dynamite. Chemistry - Reactions - Learning Points. Alfred Nobel invented dynamite in 1867. Alfred Nobel also founded the Nobel Peace Prize,...
Instructional Video2:14
Great Big Story

Century eggs, a Chinese delicacy with a rich history

12th - Higher Ed
Discover the fascinating process behind century eggs, a preserved delicacy in China made by a dedicated husband-and-wife team. Learn about their origins and cultural significance!
Instructional Video7:44
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections

Higher Ed
In this video, we will tackle the creation of the Model Y and Accessories sections within the Tesla UI clone, adding depth and detail to the overall user interface.
Instructional Video6:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game

Higher Ed
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Instructional Video11:52
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working on a Small 3D Hut from Roof Downwards

Higher Ed
In this video, you will learn how to work on a small 3D hut from the roof downwards. You will explore different techniques for creating realistic roofs and learn how to add detail and texture to your hut. Additionally, you will learn how...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Items from Local Storage

Higher Ed
In this video, you will learn how to display the items from local storage in the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video10:31
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array Method Challenges

Higher Ed
In this video, we will put our knowledge of array methods to the test by tackling some coding challenges. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...
Instructional Video9:03
Curated Video

Modern JavaScript from the Beginning - Second Edition - Date Methods and DateTimeFormat API

Higher Ed
In this video, we will continue our exploration of the Date object in JavaScript, focusing on some of the built-in methods for working with dates and times. We will also cover the new Intl.DateTimeFormat API, which provides a powerful...
Instructional Video15:29
Curated Video

Machine Learning: Random Forest with Python from Scratch - Categorical to Numeric Conversion

Higher Ed
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value. This clip is from the chapter "Random Forest Step-by-Step" of the series...
Instructional Video5:21
Curated Video

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

Higher Ed
In this continuation lecture, we will focus on completing the assignment that we started on in the last lesson. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video1:49
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Setting Up the Rust IDE Playground

Higher Ed
This video helps you in setting up the Rust IDE Playground. This clip is from the chapter "Rust Course Setup" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the Rust setup.
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string. This clip is from the chapter...
Instructional Video3:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - CSS Minify Extract Plugin

Higher Ed
In this video, we will explore the CSS Minify Extract plugin, which allows us to minify and extract our CSS code into a separate file. You will learn how to configure this plugin in our Webpack setup and explore how it can help optimize...
Instructional Video7:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - Save Meals to Local Storage

Higher Ed
In this video, we will update the Tracalorie app to save the meals to local storage. We will use the Storage class to save and retrieve the meals from local storage so that they are remembered even after the user closes the app. This...
Instructional Video4:48
Curated Video

Modern JavaScript from the Beginning - Second Edition - Persist Total Calories to Local Storage

Higher Ed
In this video, we update the Tracalorie app to persist the total calories to local storage. We will use the Storage class to save and retrieve the total calories from local storage so that it is remembered even after the user closes the...
Instructional Video5:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS

Higher Ed
In this video, you will learn to use Material UI, a popular UI library, in React.JS, and the process of installing and configuring Material UI in React projects. You will learn about the various components and styling options provided by...
Instructional Video5:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2

Higher Ed
Continuing from the previous video, we dive deeper into building a RESTful API in React.JS. You will learn about handling API responses, error handling, and implementing pagination for large datasets, and the process of structuring code...
Instructional Video3:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 1

Higher Ed
In this video, we will begin building a calculator app using React. You will learn to set up the project, create the necessary components for the calculator interface, and handle user input. The video will guide you through implementing...
Instructional Video3:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - addEventListener (Events)

Higher Ed
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...
Instructional Video3:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 1

Higher Ed
In this video, you will learn the fundamentals of building a RESTful API in React.JS, the concepts of API endpoints, HTTP methods, and data fetching using the Axios library. You will also learn to structure React components and handle...