Instructional Video11:39
Curated Video

People We Never Realized Shaped How We Eat

12th - Higher Ed
Weird History Food is going to get into the real foodies who have shaped how and what we eat. Though we eat out of necessity, the evolution of the way food is prepared and served has also made it an incredibly enjoyable experience that...
Instructional Video4:33
Curated Video

Conquering Overwhelm: Transform Stress into Serenity

6th - Higher Ed
Feeling overwhelmed by life’s demands? In this video, Mark guides you through proven tips and strategies to transform your stress into serenity. Learn to identify the physical and emotional signs of overwhelm and discover effective...
Instructional Video0:46
Curated Video

Finding Career Success By Building Relationships

9th - Higher Ed
In this video, Melanie, the Director of Diversity, Equality, and Inclusion for Crate and Barrel, believes that performing well, actively seeking opportunities to connect with others, and make a positive impact within the organization are...
Instructional Video11:45
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Water Mill Using Free-Form Modular Modelling

Higher Ed
In this video, you will learn how to create a water mill using the free-form modular modelling technique. You will learn how to build the base, blades, and other features of the mill. This clip is from the chapter "Free-Form 3D Building...
Instructional Video11:28
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Detail to Small Modular Houses

Higher Ed
In this video, you will learn how to add detail to small modular houses. You will explore different techniques for creating small details that add character and interest to your castle environment. Additionally, you will learn how to use...
Instructional Video11:25
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Archway within Inner Castle Walls

Higher Ed
This video will start you working on elevation. You will learn how to build an archway within the inner castle walls. You will understand how to use modular kit assets to build the archway and how to align and snap them to the grid. This...
Instructional Video10:23
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Curvature Out of Stone Walls

Higher Ed
In this video, you will learn how to create curvature out of the stone walls in the castle environment. You will understand how to use the mesh editing tools to manipulate the mesh and give it a more natural look. This clip is from the...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
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...
Instructional Video9:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Replace Elements

Higher Ed
This video covers how to replace an element in the DOM with a new element using JavaScript. It covers the replaceChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In...
Instructional Video6:16
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Assignment

Higher Ed
This video introduces the logical assignment operators (andand= and ||=), which provide a shorthand way to update variables based on conditions. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video12:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Spread Operator and Methods

Higher Ed
This video explains how to use the object spread operator and several object methods in JavaScript, such as Object.assign(), Object.keys(), and Object.values(). This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video7:32
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise Solution - Decision-Making Structures in Rust

Higher Ed
This is a solution video on decision-making structures in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video19:34
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Scaffold Database with Entity Framework Core

Higher Ed
This video explains the Scaffold database with Entity framework core. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video3:07
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File

Higher Ed
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...
Instructional Video4:56
Curated Video

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

Higher Ed
In this video, you will look at generic types 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 Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Matching Enums in Rust

Higher Ed
This is a solution video on matching Enums in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Instructional Video6:20
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Job Configuration

Higher Ed
This video explores configuration options in a job.
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Sort Out Facebook Groups by Location

Higher Ed
In this video, we will continue to discuss the solution to the exercise on sorting out Facebook groups by location. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
Instructional Video3:33
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Withdrawal Function - Auction

Higher Ed
In this video, we will continue to discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will learn how to create a withdrawal function in a Solidity smart contract for an auction,...
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video5:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea

Higher Ed
This video explains IntelliJ Idea, which is an IDE specifically for the Java programming language. It was developed by JetBrains and streamlines the process of creating Java applications. This clip is from the chapter "Web Developer...
Instructional Video5:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2

Higher Ed
This is the second of the two-part video on deploying a Python application to Google Cloud Platform using a real-world use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series...
Instructional Video5:18
Curated Video

Vue.js 3 and Firebase for Beginners - Styling the AboutView

Higher Ed
For the finishing touches of our project, we will start with some CSS styling for the AboutView page. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the...
Instructional Video11:45
Curated Video

Linux Crash Course for Beginners - 2023 - Troubleshooting Putty Connection

Higher Ed
In this video, we will work on troubleshooting the issues found while connecting the Linux VM through Putty.