Curated Video
Modern JavaScript from the Beginning - Second Edition - For...in Loop
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - For...of Loop
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Variables and Constants
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Block Scope
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Data Types
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Const in Rust - Constants
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - path Module
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sets
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,...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Generators
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Set Calorie Limit
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Var in JavaScript
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript
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...
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface
Learn about the most important member functions and operations provided with `std::string_view`.
Curated Video
Type-Safe Interfaces with Modern C++ - std::optional – Use Cases
Understand realistic use cases for optional, by looking at example function interfaces and data structure definitions
Curated Video
Architectural Mastery of the Vikings: From Longhouses to Green Roofs
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,...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Laying Out the Debt Repayment Schedule
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,...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Amortization Table
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Setting Up the Template for the P&L Statement
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Anatomy of a Multi-Scenario Input Sheet
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Introduction to the Case Study
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...
Curated Video
Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)
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"...
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing and Upgrading the Tripod
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...