Instructional Video9:00
Curated Video

Revolutionary Home Building: From Cardboard to 3D Printing

6th - Higher Ed
Discover how innovative materials and technologies are transforming the construction industry. Learn about the surprising durability of cardboard houses, the speed of prefabricated homes, and the futuristic possibilities of 3D printing...
Instructional Video18:16
Curated Video

The Art of Doing - Web Development for Beginners - Getting Input Values Part 1

Higher Ed
In this video, we will explore how to get input values from simple input fields and isolated select elements. You will also learn how to get values from linked radio buttons within a form. This clip is from the chapter "JavaScript -...
Instructional Video7:17
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var

Higher Ed
This video explains the replacements of the Var keyword, which are Let and Const. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video0:50
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Variables And Scoping

Higher Ed
This video explains the new features and concepts that are related to variables in JavaScript. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.
Instructional Video11:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Instructional Video11:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - State: tasklist and setTasklist / 046

Higher Ed
We will create a state called tasklist to add tasks, delete tasks, and edit tasks inside the task list. You will learn to add local time and date strings.
Instructional Video7:14
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 036

Higher Ed
In this lecture, you will learn how to utilize a URL and how to use Async Await, and the functions we will use for the process. You will learn to segregate data based on specified conditions.
Instructional Video16:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167

Higher Ed
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Instructional Video9:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255

Higher Ed
You can use the Realtime Database Query class to retrieve data sorted by key, by value, or by the value of a child. You can also filter the sorted result.
Instructional Video9:52
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Documents - I / 255

Higher Ed
This video explains multiple services with Firebase. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful real-time...
Instructional Video4:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel Introduction

Higher Ed
This video explains Babel and its importance. This clip is from the chapter "Babel" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains Babel, which is a JavaScript compiler.
Instructional Video9:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals Again! / 117

Higher Ed
This video explains why creating our own object literals is important. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video12:36
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object-Oriented Programming - II

Higher Ed
This video explains OOP concepts with a few examples. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object-oriented...
Instructional Video3:18
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Naming Conventions / 007-1

Higher Ed
This video explains the naming conventions to use in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the basics of...
Instructional Video18:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276

Higher Ed
This video explains how to filter the documents in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video18:03
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes (Add/Remove) / 051

Higher Ed
This video explains adding and removing classes in DOM with an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video4:16
Curated Video

The Future of the Heliodome: Expanding Sustainable Architecture

6th - Higher Ed
This video explains the broader appeal and future projects of the Heliodome, highlighting its potential for sustainable living and ecological benefits. Building Tomorrow episode 7, part 8
Instructional Video5:32
Curated Video

Constructing a Heliodome in Switzerland

6th - Higher Ed
This video presents the story of building a Heliodome in Switzerland for Herbert and Gabriella Lotscher, focusing on the use of local materials and the benefits of the design. Building Tomorrow episode 7, part 7
Instructional Video7:09
Curated Video

The Heliodome: Innovative Design and Community Impact

6th - Higher Ed
This segment explores the Heliodome, a unique passive ecological house in Alsace, France, designed by Eric Wasser. Using natural materials like wood fiber and cork for insulation and incorporating solar panels for hot water needs, the...
Instructional Video8:23
Curated Video

The Heliodome: From Concept to Construction

6th - Higher Ed
This video is an introduction to the Heliodome, an innovative passive ecological construction, and the journey of its creator, Eric Wasser. Building Tomorrow episode 7, part 5
Instructional Video4:02
Curated Video

Sustainable Housing Practices in Switzerland: The CODHA Experience

6th - Higher Ed
This video provides an overview of CODHA's housing cooperatives in Switzerland, emphasizing sustainable building practices, energy performance, and community living. Building Tomorrow episode 6, part 5
Instructional Video17:57
Curated Video

Mastering C++ Standard Library Features [Video] - Anatomy of a Lambda

Higher Ed
In-depth analysis of lambda expression syntax from C++11 to C++17
Instructional Video10:07
Curated Video

Mastering C++ Standard Library Features [Video] - Lambdas as Local Functions

Higher Ed
Learn how and when to use lambdas as short local functions, in order to reduce repetition and increase maintainability