Instructional Video3:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - For...in Loop

Higher Ed
In this video, we will explore the for...in loop in JavaScript, which allows us to iterate over the properties of an object. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript...
Instructional Video5:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - For...of Loop

Higher Ed
In this video, you will learn about the for...of loop in JavaScript, which allows us to iterate over the values of an iterable object. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Variables and Constants

Higher Ed
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the...
Instructional Video5:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Block Scope

Higher Ed
This video explains block scope, which was introduced in ES6, and how it differs from global and function scope. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video12:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Data Types

Higher Ed
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series...
Instructional Video4:19
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Const in Rust - Constants

Higher Ed
In this video, you will learn about constants in Rust and how to use them in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
Instructional Video7:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - url and querystring Modules

Higher Ed
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Instructional Video8:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - path Module

Higher Ed
The path module provides methods for working with file paths and directories. In this video, we will explore the different methods available in the path module and how to use them to manipulate file paths in our Node.js applications....
Instructional Video5:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Sets

Higher Ed
Sets are a new data structure introduced in ES6 that allow us to store unique values. In this video, you will learn how sets work, how to create them, and how to perform basic set operations. This clip is from the chapter "Iterators,...
Instructional Video5:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Generators

Higher Ed
Generators are a powerful tool for creating iterators in JavaScript. In this video, you will learn how generators work, how to define them, and how to use them to generate complex sequences of data. This clip is from the chapter...
Instructional Video5:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Set Calorie Limit

Higher Ed
In this video, we will add the ability to set a calorie limit in the Tracalorie app. We will also add an input field that allows the user to set the limit and update the progress bar and calorie alert accordingly. We will persist the...
Instructional Video6:58
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Var in JavaScript

Higher Ed
In this video, we will explore the concept of variables in JavaScript and learn to declare and initialize variables using the "var" keyword. We will understand the scope of variables and how they can be accessed and manipulated within...
Instructional Video3:24
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript

Higher Ed
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...
Instructional Video12:23
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface

Higher Ed
Learn about the most important member functions and operations provided with `std::string_view`.
Instructional Video8:21
Curated Video

Type-Safe Interfaces with Modern C++ - std::optional – Use Cases

Higher Ed
Understand realistic use cases for optional, by looking at example function interfaces and data structure definitions
Instructional Video6:24
Curated Video

Architectural Mastery of the Vikings: From Longhouses to Green Roofs

6th - Higher Ed
Explore the architectural innovations of the Vikings, whose expertise extended beyond shipbuilding to constructing energy-efficient homes suitable for harsh Scandinavian winters. This video tours a reconstructed Viking village,...
Instructional Video3:55
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript

Higher Ed
This video will explain the difference between “let†and “const†in JavaScript, which are two ways to declare variables with different scoping and reassignment properties. This clip is from the chapter "Introduction to Programming...
Instructional Video16:10
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Laying Out the Debt Repayment Schedule

Higher Ed
This video talks about laying out the debt repayment schedule. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from Scratch".In this section,...
Instructional Video9:32
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Building the Amortization Table

Higher Ed
This amortization calculator returns monthly payment amounts as well as displays a schedule. This video talks about computing the amortization value and how to build the amortization table. This clip is from the chapter "Building the...
Instructional Video7:32
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Setting Up the Template for the P&L Statement

Higher Ed
This video talks about how to set up the template for the profit and loss statements. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from...
Instructional Video11:17
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Anatomy of a Multi-Scenario Input Sheet

Higher Ed
This video talks about the anatomy of a multi-scenario input sheet. The goal of this course is to create a finance model from absolute scratch. This clip is from the chapter "Laying Down the Foundations" of the series "Project Finance...
Instructional Video7:35
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Introduction to the Case Study

Higher Ed
This video is an introduction to the "Express Fiji" case study. Express Fiji is a project company that was awarded the contract to build and operate a highway in a city in Fiji in 2023. This clip is from the chapter "Building a Project...
Instructional Video9:38
Curated Video

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets. This clip is from the chapter "Recurrent Neural Networks"...
Instructional Video17:35
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing and Upgrading the Tripod

Higher Ed
In this demonstration, you will learn to make changes to the tripod stand and create extra grips and features to the tripod stand to enhance its functionality. This clip is from the chapter "The Foldable Tripod - Attachment" of the...