Hi, what do you want to do?
TED Talks
How AI can bridge the Deaf and hearing worlds | Adam Munder
Software engineer Adam Munder is on a mission to break down communication barriers between the Deaf and hearing worlds. In a live demo, he introduces OmniBridge — an AI platform that translates American Sign Language into English text in...
PBS
For many Asian Americans, medical interpreters are a vital but scarce resource
For many immigrants, a mastery of everyday English doesn’t mean they feel comfortable in all settings, like doctors’ offices. That’s where medical interpreters play a crucial role — but access to these highly skilled professionals isn’t...
PBS
Novelist Valeria Luiselli On Writing To Document ‘Political Violence’
The U.S. is reportedly experiencing illegal immigration at the highest rates since 2007, with significant increases in the number of unaccompanied minors. It is these child migrants who are the subject of Valeria Luiselli’s book “Lost...
TED-Ed
TED-ED: How interpreters juggle two languages at once - Ewandro Magalhaes
Language is complex, and when abstract or nuanced concepts get lost in translation, the consequences may be catastrophic. Given the complexities of language and cultural exchange, how do these epic miscommunications not happen all the...
Crash Course
The Personal Computer Revolution: Crash Course Computer Science
Today we're going to talk about the birth of personal computing. Up until the early 1970s components were just too expensive, or underpowered, for making a useful computer for an individual, but this would begin to change with the...
PBS
After uncertainty, Iraqi friends reunite for a new life in the U.S.
President Trump's executive order banning travel from seven Muslim-majority nations took effect Jan. 27, complicating plans for some in the Middle East who dreamed of coming to America. With the travel ban now on hold, special...
Curated Video
Practical Cyber Hacking Skills for Beginners - OWASP Top 10
Let's learn about an awareness document representing a broad consensus about web applications' most critical security risks.
Wonderscape
Sacagawea and the Conclusion of the Lewis and Clark Expedition
Discover how Sacagawea's remarkable journey with Lewis and Clark came to an end as she reunited with her brother, played a key role in guiding the Corps of Discovery, and helped establish peace with Native American tribes. Learn how...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution - Trapping Rainwater
In this video, we will discuss the solution to the exercise on trapping rainwater from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution Steps - Trapping Rainwater
In this video, we will discuss the possible steps to resolve this interview question on trapping rainwater. You will get an idea as to what action items one needs to follow to solve this complex problem.
<
br/>
This clip is from the...
<
br/>
This clip is from 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.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Uber Eats Payment Database
In this video, we will discuss the solution to the interview question on the Uber Eats payment database from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Constructor and “this†keyword in JavaScript
In JavaScript, a constructor is a function that is used to create and initialize objects. It is called when a new object is created using the new keyword. The “this†keyword is used inside the constructor to refer to the object...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the first of the two-part solution and here, you will be writing the code lines until concat().
<
br/>...
<
br/>...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Convert an Exponential Solution to a Linear Solution
In this video, we will discuss the solution to the exercise on converting an exponential solution to a linear solution from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Understanding the Fibonacci Series and Recursion in JavaScript
In this video, you will learn about the Fibonacci series and how to implement it using recursion in JavaScript. The Fibonacci series is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Generate Missing Letters Between Characters in JavaScript
In this video, we will discuss the solution to the exercise on how to generate missing letters between characters in JavaScript.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Star Power with RegEx in JavaScript
In this video, we will discuss the solution to the exercise on star power with RegEx in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution Part II - Group Objects in JavaScript
In this video, we will continue to discuss the solution to the exercise on group objects in JavaScript.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
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.
<
br/>
This clip is from the chapter "Algorithms and Data...
<
br/>
This clip is from the chapter "Algorithms and Data...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Virus Detection Algorithm with Asymmetric Arrays
In this video, we will discuss the solution to the exercise on virus detection algorithm with the help of asymmetric arrays from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Chunking Arrays into Subgroups and Subarrays
In this video, we will discuss the solution to the exercise on chunking arrays into subgroups and subarrays from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
<
br/>
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 - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams
Debugging and problem-solving are crucial skills for any programmer. It is common to encounter issues while writing code, especially when working with complex problems. In this video, we will go through the process of debugging and...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution III - 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 is the final part of the solution and by the end of this video, you will get the output as...