Instructional Video4:27
Wonderscape

The Living Dinosaurs: Birds and Their Ancient Ancestors

K - 5th
Discover how not all dinosaurs went extinct and how their closest relatives, birds, are still alive today. Learn about the connection between ancient feathered dinosaurs and modern birds, and explore how these true survivors managed to...
Instructional Video10:01
Science Buddies

Arduino Evaporative Cooling System

K - 5th
Make a thermostat-controlled evaporative cooling system using an Arduino in this fun science project.
Instructional Video11:47
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Main and Credits Menu

Higher Ed
In this video, you will learn how to create and add a main and credits menu to our game for a better user experience.
Instructional Video4:28
Curated Video

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

Higher Ed
In this section, we will be building a movie app called Flixx using the Movie Database (TMDb) API. We will be using JavaScript and a library called Swiper to create a responsive and user-friendly interface. This clip is from the chapter...
Instructional Video6:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Handling Multiple Promises with promise.all()

Higher Ed
In this video, you will learn how to use the Promise.all() method to handle multiple Promises at once. We will see how to wait for multiple Promises to resolve and how to handle errors if any of the Promises are rejected. This method can...
Instructional Video4:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Refactor to Single _newItem Method

Higher Ed
This video focuses on refactoring the Tracalorie App project to use a single _newItem method for creating new meal and workout objects. The video covers how to use JavaScript classes and the 'this' keyword to create a more efficient and...
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...
Instructional Video13:53
Curated Video

Concurrent and Parallel Programming in Python - Threading, Multiprocessing, Async Introduction

Higher Ed
In this video, we will be introduced to threading, multiprocessing, and asynchronous programs and the different considerations of choosing Python for coding.
Instructional Video7:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function

Higher Ed
In this video, you will learn how to build a random generator function in Solidity. The video will cover the basic principles of generating random numbers in a deterministic environment like the Ethereum blockchain. This clip is from the...
Instructional Video5:12
Curated Video

Linux Crash Course for Beginners - 2023 - History Command

Higher Ed
In this video, you will learn how to use the history command to find the shell history.
Instructional Video7:42
Instructional Video3:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Installing Java - Mac

Higher Ed
In this video, you will learn how to install Java for macOS.
Instructional Video3:46
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App

Higher Ed
In this video, you will learn how to connect a database to your ChatGPT project-made app, covering the key steps to integrating your database with your application's user interface. The tutorial will also cover some common issues and...
Instructional Video6:45
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Going Through the Final Product Using ChatGPT and React Native

Higher Ed
In this video, we will demonstrate the end results of building an Instagram-like app using ChatGPT and React Native.
Instructional Video6:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator

Higher Ed
In this video, we will continue our exploration of sorting List and ArrayList in Java and learn how to provide more flexibility by implementing the Comparator interface.
Instructional Video8:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static

Higher Ed
In this video, we will explore the List and ArrayList classes and their sorting capabilities. Specifically, you will be introduced to the Collections.sort() static method.
Instructional Video6:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes

Higher Ed
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Instructional Video6:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class

Higher Ed
In this video, you will learn an OOP exercise—rectangle class.
Instructional Video2:30
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove

Higher Ed
In this video, we will take a first look at ArrayList—enhancing student class with add and remove.
Instructional Video4:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Java String Arrays - Exercise Solutions - Print Day of Week with Most

Higher Ed
In this video, you will be introduced to Java String arrays and explore exercise solutions focused on printing the day of the week with the most occurrences.
Instructional Video5:04
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this video, we will see an introduction to the basics of variable arguments.
Instructional Video6:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave

Higher Ed
In this video, you will dive into Java arrays and participate in an exercise to create a student class. This exercise focuses on calculating the student's grades' total and average.
Instructional Video5:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill

Higher Ed
In this video, you will learn about Java arrays—compare, sort, and fill.
Instructional Video8:39
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - String Class - Exercise Solution and Some More Important Methods

Higher Ed
In this video, you will learn about the string class—exercise solution and some more important methods.