FuseSchool
Defining Robotics
This video provides a foundational understanding of robotics, describing it as a branch of technology that deals with the design, construction, operation, and application of robots. The video explains the general components of...
Science Buddies
Make a Color Detector App with MIT App Inventor
Design a mobile app designed to assist colorblind people that uses your phone's camera and automatically detects colors.
Wonderscape
Exploring the Advantages of Cryptocurrencies
Discover the benefits of cryptocurrencies, including their independence from central authorities, potential for high returns, and user anonymity. Learn how decentralized technology is reshaping financial transactions and enabling global...
Science Buddies
Build an Obstacle-Detecting Walking Stick
Build an obstacle-detecting walking stick to provide an audible warning for visually impaired users.
Science Buddies
How to Use External Real-Time Clock (RTC) with Arduino
This easy video tutorial will show you how to use an Arduino.
Science Buddies
Real-Time Clock (RTC) on Arduino UNO R4 Minima
This easy video tutorial will show you how to use an Arduino.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section
Learn how to recreate the captivating stories section within the Instagram UI clone, gaining valuable insights into its construction and adding a dynamic element to your project.
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
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Jump Mechanic
In this video, you will learn how to implement the jump mechanic, allowing our player to jump over obstacles.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Simple Functions
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)
Continuing with the decision-making lesson, we will understand what a nested if statement is. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Merge Conflict on Pull Request
This video explains how to merge conflict on a Pull request. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Clone: Any Repository
This video explains how to clone any repository on the Internet on Git. This clip is from the chapter "Git Clone" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git clone and how to clone your...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Rebase Introduction
This video introduces you to Git rebase. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Always Pull Before You Push
This video explains pull before you push; doing so will ensure that your local copy is in sync with the remote repository. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Feature Branch
The Git feature branch workflow is a composable workflow that can be leveraged by other high-level Git workflows. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Introduction to Git Branches
This video introduces you to Git branches. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Diff
This video explains Git Diff, which shows changes between the working tree and the index of a tree, changes between the index and a tree, changes between two trees, changes resulting from a merge, and changes between two blob objects....
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Configuration
This video explains how to configure Git into your system. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you configure it.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Installation and Setup
This video explains the process of installation and setting up of Git. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you...