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...
Curated Video
Parallel Structure 1
The student will explore parallel structure and proper sentence construction by looking at examples and identifying errors.
Curated Video
Description Text Structure
Description Text Structure identifies the common characteristics of the description structure of informational text.
Curated Video
Parallel Structure
New ReviewVideo on how using parallel structure makes writing balanced.
Curated Video
GCSE Secondary English Age 13-17 - Reading: Responding to a Question on Structure Part 1 - Explained
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
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
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 - 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
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.
TED-Ed
TED-ED: The origin of countless conspiracy theories - PatrickJMT
Why can we find geometric shapes in the night sky? How can we know that at least two people in London have exactly the same number of hairs on their head? And why can patterns be found in just about any text - even Vanilla Ice lyrics?...
Curated Video
Creating Meaning: Structure and Sound
This video will help students understand how poetry is organized and how the sound adds to the overall meaning of the written work.
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...
Fun Kids
What Are They?
What are they? Can you guess what they are as the pictures slowly become clearer?A fun video for practicing the grammar structure, 'What are they?' for children learning English, or just for fun. How fast can you guess? Good luck!
Curated Video
Improving the style of a letter: sentence structure and rhythm
Pupil outcome: I can improve a letter which recounts an imagined experience in the trenches by using a range of sentence lengths and fronted adverbials. Key learning points: - Rhythm is the beat, flow, or pattern of a piece of music or...
TED Talks
Greg Lynn: Organic algorithms in architecture
Greg Lynn talks about the mathematical roots of architecture -- and how calculus and digital tools allow modern designers to move beyond the traditional building forms. A glorious church in Queens (and a titanium tea set) illustrate his...
Bozeman Science
Solids and Liquids
In this video Paul Andersen compares and contrasts the properties of solids and liquids. Solids have a more organized structure which can either be amorphous or crystalline. In liquids the intermolecular forces are lower and so the...
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 - 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 - 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 - Interview Question - Check Whether a String Is a Palindrome
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 -...
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...