Hi, what do you want to do?
Curated Video
Modern JavaScript from the Beginning - Second Edition - If Statements
This video covers the basic syntax and use of if statements in JavaScript, which allow us to execute different code blocks based on conditions.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Logic and Control Flow
This video introduces this section, which focuses on logic and control flow in JavaScript.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the Beginning".In this section, we will...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Object Challenges
This video presents some challenges related to objects and requires students to apply their knowledge of object manipulation and methods.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Object Spread Operator and Methods
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().
<
br/>
This clip is from the chapter "Arrays and Objects" of the series...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Coercion
In this video, we will cover type coercion in JavaScript, which is the process of converting one data type to another. We will explore implicit and explicit type coercion and learn how to avoid common pitfalls when working with type...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Impurity
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Question and Partition
In this video, you will learn to create two more helper functions, question, and partition, which define statements for querying and retrieving data.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Tuples in Rust
This video explains tuples in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise Solution - Decision-Making Structures in Rust
This is a solution video on decision-making structures in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Decision-Making Statements in Rust
This video explains decision-making statements in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Logical Operators in Rust
In this video, you will look at logical operators in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Relational Operators
In this video, you will look at relational operators in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Variables in Rust
This is a solution video on writing variables in Rust.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Declare Variables in Rust - Strings Integers and Booleans in Rust
This video demonstrates how to declare variables in Rust. You will work on strings integers and Booleans in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up
In this video, we will use Nodemon to automatically restart our server whenever changes are made, making development more efficient. We will also clean up our code by moving our route handlers into separate modules.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Has Duplicate IDs - jsdom
In this video, we will write a unit test for a function that checks whether a webpage has any duplicate IDs. We will use jsdom to simulate a webpage and test our function.
<
br/>
This clip is from the chapter "Unit Testing...
<
br/>
This clip is from the chapter "Unit Testing...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Anagram Algorithm
In this video, we will write a unit test for an anagram checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies anagrams.
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array Chunking
In this video, we will write a unit test for an array chunking algorithm. We will use Jest to test our algorithm and ensure that it correctly splits an array into smaller chunks.
<
br/>
This clip is from the chapter "Unit Testing...
<
br/>
This clip is from the chapter "Unit Testing...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Palindrome Algorithm
In this video, we will write a unit test for a palindrome checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies palindromes.
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Maps
Maps are another new data structure introduced in ES6 that allow us to store key-value pairs. In this video, you will learn how maps work, how to create them, and how to perform basic map operations.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Iterators
Iterators are objects that provide a way to iterate over collections of data. In this video, you will learn how iterators work and how to create custom iterators using the Symbol.iterator method.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sealing and Freezing Objects
In this video, you will learn about how to use the "Object.seal()" and "Object.freeze()" methods to make objects read-only and prevent changes to their properties.
<
br/>
This clip is from the chapter "OOP - Classes, Getters,...
<
br/>
This clip is from the chapter "OOP - Classes, Getters,...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Property Flags and Descriptors
In this video, you will learn about the different property flags and descriptors in JavaScript, including how to use the "Object.getOwnPropertyDescriptors()" method to inspect object properties.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...