Hi, what do you want to do?
Rachel's English
A Day in America - REAL English Conversation
Want to know how to improve your English conversation? Spend the day with me in New York City and I’ll teach you all about it! This video is a fun and interactive English conversation lesson all about a day with me in NYC! Come to the...
Rachel's English
5 Speaking Mistakes to AVOID in American English
Avoid these 5 common mistakes in speaking American English to sound more natural and fluent in English.
00:00 Int
roduction
00:05
Sounds Edition
>00:29 ou diphthong
01:24 working with a stud
ent with...
00:00 Int
roduction
00:05
Sounds Edition
>00:29 ou diphthong
01:24 working with a stud
ent with...
Curated Video
Let's Learn Blending Long Vowel (CVCe) Words
This video teaches how to blend long vowel words. We use CVCe words. Seeing the silent or magic e at the end of a word is a signal that the word may have a long vowel. Practice blending the sounds in words is an important step in...
Curated Video
Let's Learn Blending CVC Short Vowel Words
This video teaches how to blend short vowel CVC words. Once kids know their letter sounds, they are ready to begin putting sounds together to learn to read.
If kids need more practice with letter sounds, here is a video to...
If kids need more practice with letter sounds, here is a video to...
Curated Video
Vowel Team Syllables {Syllable Types}
This video teaches vowel team syllables (ai, ea, oa, ou, oo, and more) and how to read them. It is assumed that kids already know open, closed, Magic E, and r-controlled syllables. See links to those videos below. Knowing syllable...
Curated Video
Consonant + le Syllables {Syllable Types}
This video teaches consonant + le syllables, (-ble, -cle, -ple, -tle and more) how to divide them and how to read them. It is assumed that kids already know open, closed, Magic E, r-controlled, and vowel teams syllables. See links to...
Curated Video
R-controlled Syllables {Syllable Types}
This video teaches R-controlled syllables (ar, er, ir, ur, and or) and how to read them. It is assumed that kids already know open and closed syllables. See links to those videos below. Knowing syllable types help readers read...
PBS
Was Púca the Nightmare Bunny That Inspired Donnie Darko?
Existing somewhere between boogeyman, scapegoat, and temperamental fae, the known trickster called Púca is an animal-spirit that was once dreaded across Ireland, the Channel Islands, and England.
Wonderscape
From Sunlight to Snack: The Energy Journey in the Animal Kingdom
Dive into the world of consumers in the energy cycle, exploring how animals, including humans, derive their energy from plants and other animals. This video explains the process of digestion, metabolism, and the role of nutrients like...
Curated Video
Career Services: Building a Strong Resume
Now a Program Manager for New York City Health Hospital, Hilda received valuable support from the career services department of her college in building her resume. She emphasizes the importance of including key skills, such as being...
Curated Video
The CISO Masterclass - Part 3 - Technology
This video delves into the crucial role of technology in a CISO's responsibilities and how to effectively leverage it for cybersecurity.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Tuples
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD.
<
br/>
This clip is from the chapter "Introduction to Python" of the series...
<
br/>
This clip is from the chapter "Introduction to Python" of the series...
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
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array Method Challenges
In this video, we will put our knowledge of array methods to the test by tackling some coding challenges.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.filter Method
In this video, we will explore the Array.filter method, which allows us to create a new array with only the elements that pass a certain test.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Capitalize Challenge
In this video, we will tackle a coding challenge to capitalize the first letter of each word in a given string. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript string...
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
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.
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - CommonJS Modules
This video explains the CommonJS module format, which is a module format used in Node.js. The video covers how to create modules using the CommonJS format, how to export and import modules, and how to use modules in our code.
<
br/>...
<
br/>...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 1
In this video, we will explore various methods available for manipulating and working with strings in JavaScript. You will learn about common string methods such as length, toUpperCase, toLowerCase, substring, indexOf, and more.