Curated Video
Revolutionary Home Building: From Cardboard to 3D Printing
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...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Input Values Part 1
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 -...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Variables And Scoping
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - State: tasklist and setTasklist / 046
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Event / 036
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Documents - I / 255
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel Introduction
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals Again! / 117
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object-Oriented Programming - II
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Naming Conventions / 007-1
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes (Add/Remove) / 051
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...
Curated Video
The Future of the Heliodome: Expanding Sustainable Architecture
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
Curated Video
Constructing a Heliodome in Switzerland
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
Curated Video
The Heliodome: Innovative Design and Community Impact
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...
Curated Video
The Heliodome: From Concept to Construction
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
Curated Video
Sustainable Housing Practices in Switzerland: The CODHA Experience
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
Curated Video
Mastering C++ Standard Library Features [Video] - Anatomy of a Lambda
In-depth analysis of lambda expression syntax from C++11 to C++17
Curated Video
Mastering C++ Standard Library Features [Video] - Lambdas as Local Functions
Learn how and when to use lambdas as short local functions, in order to reduce repetition and increase maintainability