Hi, what do you want to do?
Wonderscape
Mastering Rocket Stability and Control
Explore the intricacies of rocket stability and control. This part delves into the roles of rocket fins, the center of gravity, and the center of pressure, essential for maintaining a rocket's path and safety during...
Wonderscape
The Forces Behind Rocket Launches
Unpack the forces that propel rockets beyond Earth's atmosphere. This segment breaks down the concepts of thrust, weight, and drag, explaining their interplay in achieving successful rocket launches. Learn how engineers optimize rocket...
Wonderscape
Physics of Rockets: Applying Newton's Laws of Motion
Dive into the basics of rocket science, exploring the fundamental physics principles that enable rockets to defy gravity and soar into space. Discover how Newton's laws of motion play a critical role in rocket engineering and launch...
Wonderscape
Measuring Mass with the Metric System: Grams to Metric Tons
Learn how the metric system simplifies measuring mass, from small objects like paper clips to large items like cars. This video covers the use of grams, kilograms, and metric tons, explaining the difference between mass and weight and...
Wonderscape
Understanding the Metric System: A Guide to Measuring Distance
Get a practical understanding of how the metric system measures distance, from meters to kilometers and beyond. This video breaks down the metric units of length, using everyday objects like guitars and baseball bats to visualize a...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Understanding Unity's UI (User Interface)
In this video, we will explore the Unity UI and how to navigate it effectively.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Constructor Functions
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties.
<
br/>
This clip is from the chapter "OOP -...
<
br/>
This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is OOP?
In this video, we will define object-oriented programming and explore its fundamental concepts, including objects, classes, and inheritance.
<
br/>
This clip is from the chapter "OOP - Constructors and Prototypes" of the series...
<
br/>
This clip is from the chapter "OOP - Constructors and Prototypes" of the series...
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 - Speech Recognition API - Color Say Project
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly.
<
br/>
This clip is from the chapter "Web...
<
br/>
This clip is from the chapter "Web...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project
In this video, you will learn about the Web Animations API. We will see how to create animations using the Web Animations API and how to control them using JavaScript.
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - GeoLocation API
In this video, you will learn about the GeoLocation API. We will see how to retrieve a user's location data and how to use it in our application.
<
br/>
This clip is from the chapter "Web Browser APIs" of the series "Modern...
<
br/>
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Swiper Slider
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider.
<
br/>
This clip is from the...
<
br/>
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 - Fetch Options - Method, Body Headers
In this video, we will explore the various options available when making a Fetch request, including the HTTP method, request body, and request headers. We will also cover how to set and use custom headers, such as authentication...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Random User Mini-Project
In this mini project, we will use the Fetch API to load data from the Random User API and display it in an HTML document. We will cover how to create a custom function for fetching data, how to handle errors and loading states, and how...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch Basics
In this video, we will introduce the basics of the Fetch API, including how to create a simple GET request and handle the response data. We will also explore the Response object and various methods for parsing and manipulating response...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promise Chaining
In this video, you will learn how to use Promise chaining to handle multiple asynchronous tasks in a more elegant way. We will see how to chain Promises together and how to use the result of one Promise as the input for the next...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Joke Generator Project Challenge
In this video, we will be presented with a challenge to create a Joke Generator Project using the knowledge we have gained so far about asynchronous JavaScript. You will learn how to use the Fetch API to retrieve data from an API, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - AJAX and XHR Object
In this video, you will learn about the Network tab in the Chrome DevTools. We will see how to inspect HTTP requests and responses and how to analyze network performance.
<
br/>
This clip is from the chapter "Asynchronous...
<
br/>
This clip is from the chapter "Asynchronous...