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. This clip is from the chapter "Unit Testing Algorithms" of the series...
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
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Check whether a String Is a Palindrome
In this video, we will discuss the solution to the interview question to check whether a string is a palindrome or not from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - charChodeAt and fromCharCode with JavaScript
In JavaScript, the charCodeAt() method is used to return the Unicode of the character at a specified index in a string. The fromCharCode() method, on the other hand, is used to create a string from a sequence of Unicode values. In this...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Pairing Elements in Multi-Dimensional Arrays
In this video, we will discuss the solution to the exercise on pairing elements in multi-dimensional arrays from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Pairing Elements in Multi-Dimensional Arrays
This is an exercise video where you will be pairing elements in multi-dimensional arrays. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
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 text....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Iterative Optimization Anagrams Problem in JavaScript
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript. 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 I - Automate a Company Website with Correct Formatting in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Iterate Through Objects with the For…in JavaScript
The “For…in” loop is a handy tool for iterating through the properties of an object in JavaScript. In this video, you will learn how to use the “For…in” loop to loop through all the properties of an object and perform a specific action...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bytes Versus Strings in Solidity II
In this video, we will continue our discussion on the difference between bytes and strings in Solidity. Additionally, we will cover some important use cases for bytes and strings in smart contracts. This clip is from the chapter "Learn...
Curated Video
Linux Crash Course for Beginners - 2023 - File Maintenance Commands
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
In this video, you will learn about Java wrapper classes—an introduction—why and what.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - String Concatenation and Join, Replace Methods
In this video, you will learn about string concatenation and join, replace methods.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - String Class - Exercise Solution and Some More Important Methods
In this video, you will learn about the string class—exercise solution and some more important methods.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - String Class - Introduction and Exercise - Print Each Word and Char On
In this video, you will learn about the string class with an exercise—print each word and char on.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Java char Data Type - Exercise 2 – isDigit
In this video, you will learn about Java char data type with exercise 2—isDigit.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java char Data Type - Exercise 1 – isVowel
In this video, you will learn about Java char data type with exercise 1—isVowel.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Character Data Type char - Representation and Conversion
In this video, you will learn about Java character data type char—representation and conversion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 - Primitive Data Types in Depth - Section Overview
In this video, you will see an overview on primitive data types in depth.