Curated Video
Machine Learning: Random Forest with Python from Scratch - Kids versus Computer Learning
In this lesson, we will compare their learning features to understand the fundamental difference between a kid and a computer. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.forEach Method
In this video, you will learn about the Array.forEach method, which allows us to loop over the elements of an array and execute a function for each element. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Capitalize Challenge
In this video, we will tackle a coding challenge to capitalize the first letter of each word in a given string. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript string...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Clustering
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them. This clip is from the chapter "Introduction to Machine Learning" of the series...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Destructing Tuples with Rust
This is a solution video on destructing tuples with Rust. 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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Printing Variables as Arguments in Rust
In this video, you will be printing variables as arguments in Rust. 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
ASP.NET Core MVC - Cross-Platform Development - Create Database
This video explains how to create a database. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create GitHub Account
This video explains how to create a GitHub account. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get started with the...
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. This clip is from the chapter "Unit Testing Algorithms" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Queues
Queues are a data structure that allows us to store and retrieve data in a first-in, first-out (FIFO) manner. In this video, you will learn how queues work and how to create them. This clip is from the chapter "Iterators, Generators, and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Find and findIndex Methods
In this video, we will explore the find() and findIndex() methods used to search for a specific element in an array, where the find() returns the first element that matches a condition, while findIndex() returns the index of the first...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Outline
In this video, you will learn about the outline property in CSS3 and how it can be used to create outlines around elements. We will understand how to customize outline styles, widths, and colors to enhance the visual appearance of elements.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Quotation and Citation Tags
In this video, we will discover the purpose and usage of quotation (blockquote, q) and citation (cite) tags in HTML5, to properly attribute and reference external content within your webpages, such as quotes, citations, and sources.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Iterate Through a Vector in Rust
This is a solution video on iterating through a vector in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Build a Hash Table with HashMap in Rust
This is a solution video on building a hash table with HashMap in Rust. 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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust
In Rust, slicing is a powerful tool for working with arrays, strings, and other collections. With slicing, you can extract specific parts of a collection, modify them, and reassemble them in new ways. In this video, you will learn how to...
Curated Video
Rediscovering Cro-Magnon: Daily Life and Ingenious Adaptations
This segment explores the surprisingly sophisticated daily life of Cro-Magnon humans, debunking the myth of the primitive caveman. Learn how they crafted comfortable clothing from leather and fur, adapted to harsh climates, and developed...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - For Loop Solution - Sum of Natural Numbers in JavaScript
In this video, we will discuss a solution on the For loop operator where you will be doing sum of natural numbers in JavaScript from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Functions in JavaScript - Part I
In this video, you will learn about functions in JavaScript, which are one of the fundamental building blocks of programming. You will explore the basic syntax of functions and learn how to define and call functions in your code. This...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Libraries in Solidity
In this video, you will learn about libraries in Solidity, which are a way to reuse code and can be deployed as separate contracts or included in the main contract bytecode. This clip is from the chapter "Learn Advanced Solidity II" of...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Interfaces in Solidity
This video explains what interfaces are in Solidity and how they are used to enforce standardized behavior across contracts. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Contract Visibility Advanced I
In this video, we will discuss the solution to the exercise on contract visibility advanced from the previous video. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is Inheritance in Solidity
This video explains the concept of inheritance in Solidity, a way to reuse and extend the functionality of smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity
This video explores the concept of contract reviews in Solidity and how they can help improve the security and reliability of your smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)"...