Curated Video
Behavioral Design Patterns in C++ - Hangman - I
In this video, we will implement the popular Hangman game on the console. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - VI
In this video, we will use serialization to implement the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - II
This video will help you test the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Learn Go in 3 Hours - Switch Statements
The switch statement in Go is far more powerful than the similar statement in Java or C. • This video covers all of the features of the switch statement in Go. • Discuss the basics of the switch statement • Learn about fallthrough,...
Curated Video
Learn Go in 3 Hours - Introduction to Functions
Functions are central to Go. • This video shows the user how to declare and use functions in Go. • Write a function and invoke it • Declare function input and output parameters • Learn about call-by-value and how it works in Go This clip...
The Learning Depot
Structural Features of Text | Literary & Expository | Improve Your Reading Comprehension Skills
Recognizing text structure will help you be a better reader. Once you are familiar with the text's organizational pattern, you can make predictions as you read and form a mental map. In this lesson, we cover eight elements or structure...
Englishing
Lesson on ADJECTIVES (modifying nouns and do not change gender and number)
This is the first episode of a new series called "What you don't know about...". There are many rules in English, but a myriad of exceptions. In this episode, Mr. P./Marc will talk about all the points and exceptions you don't learn when...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript
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...
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 - How to Find the Longest Word in a String
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - How to Find the Longest Word in a String
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What is the Filter Method in JavaScript
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 -...
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. This...
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. 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 - 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. This clip is from the...
Let's Tute
Understanding Interdepartmental Transfer and Stock Reserve in Departmental Accounts
In this video, the teacher explains the concept of interdepartmental transfer in departmental accounts. They discuss the accounting treatment for transfers at cost and transfers at invoice price, including the calculation of stock...
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. 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 - Exercise - Automate a Company Website with Correct Formatting in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Truncation and Truncate in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Compounding and Augmented Operators in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Escape Sequences in JavaScript
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...
Australian Broadcasting Corporation
River Tours and Bush Food on the Sunshine Coast
Movin' to the Country is a series that celebrates the entrepreneurs, innovators and dreamers transforming Australia's beautiful regional areas in surprising new ways. Simon grew up at sea. He and his wife, Jenna now conduct water tours...
Curated Video
Learning Akka (Video 37)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...