Instructional Video6:12
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are HashMaps in Rust

Higher Ed
This video is about HashMaps 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 the beginner to intermediate...
Instructional Video6:13
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view in Interfaces

Higher Ed
Understand when and why to use `std::string_view` as part of function interfaces, and the performance benefits it brings.
Instructional Video8:25
Curated Video

The Origins and Power of Writing: Unraveling Human Communication

6th - Higher Ed
Explore the fascinating journey of writing, from its ancient roots in Mesopotamia to its evolution into the complex systems we use today. Learn how the invention of writing was driven by practical needs such as trade and how it...
Instructional Video8:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What is the Filter Method in JavaScript

Higher Ed
In this video, we will be discussing the filter() method in JavaScript. You will learn what the filter() method does and how it works, along with some practical examples. This clip is from the chapter "Algorithms and Data Structures -...
Instructional Video8:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Hacking a Password with Matching Keywords in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on hacking a password with matching keywords in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video3:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Check Whether a String Is a Palindrome

Higher Ed
This video focuses on the interview question asked to check whether a string is a palindrome. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video5:32
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Chunking Arrays into Subgroups and Subarrays

Higher Ed
This is an exercise video where you will be chunking arrays into subgroups and subarrays. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video5:37
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Anagrams and Mutations in JavaScript

Higher Ed
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. This...
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
This is an exercise video where you will automate a company website with correct formatting in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Instructional Video3:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript

Higher Ed
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Instructional Video2:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Truncation and Truncate in JavaScript

Higher Ed
Truncation is the process of shortening something by cutting off a part of it. This video explains the concept of truncation and demonstrates how to use the truncate() function in JavaScript to truncate a string to a specified length and...
Instructional Video5:25
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

Higher Ed
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. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - How to Find the Longest Word in a String

Higher Ed
In this video, we will discuss the solution to the exercise on how to find the longest word in a string from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video2:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String

Higher Ed
In this video, you will learn how to find the longest word in a given string using JavaScript. The video covers the step-by-step process of solving this problem, including how to split the string into an array of words, looping through...
Instructional Video7:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript

Higher Ed
In this video, you will learn how to loop through arrays in JavaScript using different methods such as for loops, for…of loops, forEach() method, and map() method. This clip is from the chapter "Data Structures - From Zero to...
Instructional Video4:06
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Compounding and Augmented Operators in JavaScript

Higher Ed
This is a solution video where you will learn about compounding and augmented operators in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video3:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Escape Sequences in JavaScript

Higher Ed
This is a solution video where you will work on escape sequences in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video5:22
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Strings in Solidity

Higher Ed
In this video, you will learn about strings in Solidity and how to declare and initialize them. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video4:13
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables

Higher Ed
This is an exercise video on how to write Solidity variables. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section...
Instructional Video14:32
Curated Video

Linux Crash Course for Beginners - 2023 - Linux File Editor

Higher Ed
In this video, we will cover the Linux file editor. You will learn about vi editor.
Instructional Video10:33
Curated Video

Fundamentals of Neural Networks - Language Processing

Higher Ed
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Instructional Video6:56
Curated Video

Fundamentals of Neural Networks - Why Use RNN

Higher Ed
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict the...