Wonderscape
The Living Dinosaurs: Birds and Their Ancient Ancestors
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...
Science Buddies
Arduino Evaporative Cooling System
Make a thermostat-controlled evaporative cooling system using an Arduino in this fun science project.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Main and Credits Menu
In this video, you will learn how to create and add a main and credits menu to our game for a better user experience.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-1
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Handling Multiple Promises with promise.all()
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Refactor to Single _newItem Method
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - ES2022 Private Class Fields
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...
Curated Video
Concurrent and Parallel Programming in Python - Threading, Multiprocessing, Async Introduction
In this video, we will be introduced to threading, multiprocessing, and asynchronous programs and the different considerations of choosing Python for coding.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function
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...
Curated Video
Linux Crash Course for Beginners - 2023 - History Command
In this video, you will learn how to use the history command to find the shell history.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Expression - an Introduction
This video talks about Java expressions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Installing Java - Mac
In this video, you will learn how to install Java for macOS.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Going Through the Final Product Using ChatGPT and React Native
In this video, we will demonstrate the end results of building an Instagram-like app using ChatGPT and React Native.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class
In this video, you will learn an OOP exercise—rectangle class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove
In this video, we will take a first look at ArrayList—enhancing student class with add and remove.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java String Arrays - Exercise Solutions - Print Day of Week with Most
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Introduction to Variable Arguments – Basics
In this video, we will see an introduction to the basics of variable arguments.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill
In this video, you will learn about Java arrays—compare, sort, and fill.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - String Class - Exercise Solution and Some More Important Methods
In this video, you will learn about the string class—exercise solution and some more important methods.