Wonderscape
The Early Life of Thomas Edison
Learn about the early years of Thomas Edison, from his childhood in Ohio and Michigan to his fascination with mechanical inventions. Discover how his early experiences as a telegraph operator shaped his passion for innovation and led to...
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Comparer Tab
This video explains how to use the comparer tab.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Decoder Tab
This video explains how to use the decoder tab.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Repeater Tab
This video explains how to use the repeater tab.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Header Section-1
Learn how to construct the header section of the Tesla UI clone in this video, as we delve into the intricacies of design and functionality to create an immersive user experience.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Complete Model 3 Section
Discover the step-by-step process of building the Model 3 section of the Tesla UI clone, gaining valuable insights into the implementation of key features and design elements.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Pause Menu
In this video, you will learn how to create and add the pause menu.
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
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Profile README
This video explains the profile README file, which allows users to use a markdown file named README to write details about themselves such as their skills, interests, GitHub stats, and showcase it to the GitHub community. This clip is...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Create Pull Request
This video explains how to create a Pull request on GitHub. This clip is from the chapter "Assignment: Create Pull Request" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section helps you to create a Pull...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git README
A README is often the first item a visitor will see when visiting your repository. README files typically include information on what the project does and why the project is useful. This clip is from the chapter "Git Files" of the series...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building House Base
Starting from this video, you will be introduced to modular kit bashing, you will learn how to build the base of the house in the castle environment. You will understand how to use the modular kit assets to build the base and how to...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Outline
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Deep...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Starting Our Amazing Website
In this lesson, we will begin working on creating our amazing website, which we will eventually publish on our online hosting, but we will build the entire website using Visual Studio Code.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Where to Put the Code?
In this video, you will learn where to store the code, for which we will download and install Visual Studio Code, the IDE we will be using to store and edit the code to our requirements. You will learn to install the extensions required...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding of the...
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 - 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. This clip is from the chapter "Web Browser...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Error Handling with Async and Await
In this video, we will explore best practices for handling errors when using async/await in JavaScript. We will cover how to use the try/catch statement with async functions, how to handle errors thrown in Promises, and how to handle...
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 - Update Item and Reset State
In this video, you will learn how to update an item in the shopping list and reset the UI state. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...