Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video7:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Math Method - Part 2

Higher Ed
Continuing from the previous video, we will delve deeper into the Math object's methods. You will learn about Math functions, which enable you to generate random numbers, find the maximum and minimum values, and perform exponential...
Instructional Video7:42
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Traits in Rust

Higher Ed
This video explores traits in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video4:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust

Higher Ed
In Rust, slicing is a powerful tool for working with arrays, strings, and other collections. With slicing, you can extract specific parts of a collection, modify them, and reassemble them in new ways. In this video, you will learn how to...
Instructional Video10:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CI Workflow

Higher Ed
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Instructional Video1:33
Great Big Story

Pog, the nostalgic game with a rich history

12th - Higher Ed
Dive into the history of Pogs, from 17th century Japan to 90s classrooms in Hawaii, and rediscover the classic game that captivated a generation.
Instructional Video9:05
Curated Video

Unveiling Animal Communication: Beyond Human Language

6th - Higher Ed
Discover the fascinating ways animals communicate with each other and with humans. Explore how dogs use body language and olfactory cues to interact, the complex vocal systems of Campbell's mona monkeys that resemble human language, and...
Instructional Video8:27
Curated Video

Navigating Our Smartphone Dependency: Benefits and Boundaries

6th - Higher Ed
This video investigates our complex relationship with smartphones, from the convenience they offer to the potential for dependency. It features experiments and expert opinions on how smartphones influence our physical health, social...
Instructional Video4:36
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Pairing Elements in Multi-Dimensional Arrays

Higher Ed
This is an exercise video where you will be pairing elements in multi-dimensional arrays. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video5:32
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Chunking Arrays into Subgroups and Subarrays

Higher Ed
This is an exercise video where you will be chunking arrays into subgroups and subarrays. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video6:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I

Higher Ed
In this video, you will learn how to assign variables to each other in JavaScript, which can be useful for swapping variable values or updating them based on certain conditions. This clip is from the chapter "Introduction to Programming...
Instructional Video2:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Using IndexOf in JavaScript King’s Court - Example II

Higher Ed
In this video, you will see the second example of using the IndexOf in the King’s Court RPG. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Instructional Video3:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Instantiate Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on instantiating Solidity from the previous video. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete Solidity...
Instructional Video2:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Datastore

Higher Ed
This video provides an introduction to Cloud Datastore. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Instructional Video4:36
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Product Backlog Management - User Stories

Higher Ed
In this video, we will explore how to design APIs using OpenAPI and ChatGPT, the fundamentals of API design, and introduce OpenAPI as a specification for documenting and designing APIs. You will learn how ChatGPT can complement the API...
Instructional Video11:44
Curated Video

Linux Crash Course for Beginners - 2023 - File Maintenance Commands

Higher Ed
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Instructional Video8:30
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef

Higher Ed
In this video, you will learn about the Java interface—example 1: gaming console and how to think about Intef.
Instructional Video8:31
Curated Video

Robotic Rhythms: The Dance of Machines and Technology

6th - Higher Ed
Discover the fascinating intersection of robotics and dance in this exploration of humanoid robots and virtual choreographers. Meet NAO, a small robot with the ability to mimic famous dance moves, and dive into the innovative technology...
Instructional Video12:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration

Higher Ed
In this video, you will explore the XML configuration option in the Spring framework. You will learn how to create and configure beans using XML and see how it can be used as an alternative to annotations.
Instructional Video13:29
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Getting Spring Framework to Create and Manage Your Java Objects

Higher Ed
In this video, you will learn how to get started with Spring framework and create and manage your Java objects.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App

Higher Ed
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Instructional Video8:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing Java Interface to Make App Loosely Coupled

Higher Ed
In this video, you will learn how to use Java interfaces to make our application loosely coupled. You will learn about the benefits of using interfaces and how they can help us develop more maintainable and scalable applications.
Instructional Video8:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Getting Started with Java Gaming Application

Higher Ed
In this video, we will start building a Java gaming application using the Spring framework. You will learn about the game's requirements and how to use Spring to develop a scalable and robust gaming application.
Instructional Video3:00
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Bringing in Spring Framework to Make Java App Loosely Coupled

Higher Ed
In this video, you will learn how to use the Spring framework to make our Java application loosely coupled. You will learn about the different Spring components that can help us achieve loose coupling and how to use them in our application.