Hi, what do you want to do?
Curated Video
Machine Learning: Random Forest with Python from Scratch - Strings
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
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.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order...
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.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - JSON Introduction
In this video, we will be introduced to JSON (JavaScript Object Notation), a lightweight data interchange format, and learn how to use it in JavaScript.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Dates and Times
In this video, we will cover working with dates and times in JavaScript. We will explore the Date object, which provides built-in methods for working with dates and times, as well as common date and time formats.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Creating Arrays
This video covers how to create arrays in JavaScript, including declaring an array, assigning values to an array, and accessing array elements.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
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
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is the String Object in Rust - from() and len()
In this video, you will learn about the String object in Rust and how to use its methods, such as from() and len(), effectively in your programs.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are String Literals str in Rust
In this video, you will learn about string literals (str) in Rust and how to use them effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course...
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
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - The toString(), valueOf(), and fill() Methods
In this video, we will understand different functionalities for working with arrays. The function toString() converts an array to a string representation, valueOf() returns the array itself, and fill() allows for filling array elements...
Curated Video
Revolutionizing Music: The Future of Instruments
Dive into the world of futuristic musical instruments where traditional boundaries are redefined. Explore the 3DVarius, an electric violin crafted through 3D printing, and the Dualo, an intuitive synthesizer that makes learning music...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript
In this video, we will discuss the solution to the exercise on the anagrams problem in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Hacking a Password with Matching Keywords in JavaScript
In this video, we will discuss the solution to the exercise on hacking a password with matching keywords in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Use the Splice Method to Decode the Puzzle
In this video, we will discuss the solution to the exercise on using the splice method to decode the mystery from the previous video.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript
Regular expressions, also known as RegEx or RegExp, are a powerful tool for matching and manipulating text in programming languages such as JavaScript. RegEx provides a concise and flexible syntax for finding patterns in strings of...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Anagrams and Mutations in JavaScript
In this video, you will learn about anagrams and mutations in JavaScript. Anagrams are words that have the same letters but are arranged differently, while mutations are changes in a word by altering, adding, or deleting letters.
<
br/>...
<
br/>...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hacking a Password with Matching Keywords in JavaScript
In this video, you will learn how to create a simple password-hacking script using JavaScript. The script will use a list of common passwords and dictionary words to try and guess the password for a given user.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - How to Find the Longest Word in a String with ForEach
In this video, we will continue to discuss the solution to the exercise on how to find the longest word in a string with ForEach.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Chunking Arrays with Nested Loops
In this video, you will learn how to chunk arrays with nested loops in JavaScript. Chunking an array means breaking it down into smaller arrays of a specific length.
<
br/>
This clip is from the chapter "Data Structures - From Zero...
<
br/>
This clip is from the chapter "Data Structures - From Zero...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update Cryptocurrency Profile Data
In this video, we will discuss the solution to the exercise on updating cryptocurrency profile data from the previous video.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...