SciShow
Animals Have Grammar Too - A Little Birdie Told Us
If you hear birds chirping in the trees, you might not think much of the different sounds you're hearing. But as it turns out, those tweets and chirps have a lot more in common with some of our complicated rules of grammar than you might...
TED-Ed
TED-Ed: How computers translate human language - Ioannis Papachimonas
Is a universal translator possible in real life? We already have many programs that claim to be able to take a word, sentence, or entire book in one language and translate it into almost any other. The reality, however, is a bit more...
3Blue1Brown
Triangle of Power
Logarithms are confusing, but perhaps some alternate notation could make them more intuitive.
SciShow
What We Often Get Wrong About the Brain’s 'Language' Centers
About 150 years ago, scientists found the two main areas that are responsible for language production and comprehension in the brain. But it turns out they might have over-exaggerated what these parts actually do.
3Blue1Brown
Triangle of Power
Logarithms are confusing, but perhaps some alternate notation could make them more intuitive.
Curated Video
Cisco CCNA 200-301: The Complete Guide to Getting Certified - Access Control Lists Overview
New ReviewIn this video, gain an understanding of how ACLs work and their role in filtering traffic based on IP addresses and protocols.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - What Are Templating Engines and What Is Handlebars
New ReviewIn this video, we will be discussing templating engines and specifically looking at Handlebars, a popular templating engine for Node.js. Templating engines allow you to dynamically generate HTML pages with data from a server. With...
Curated Video
Parallel Language In Poetry
This video outlines elements of papallel syntax found in poetry.
Curated Video
Inverted Syntax
This video explains how poets use inverted syntax to create rhyme in their poetry.
Curated Video
Diction
This video guides viewers through the process of identifying diction in poetry.
Curated Video
Using inversion and asyndeton to craft interesting sentence structures
Pupil outcome: I can experiment with a range of different sentence structures to make my creative writing more engaging. Key learning points: - An inverted sentence reverses the natural order of a sentence. - Using an inverted sentence...
Curated Video
Using figurative language, precise verbs and perspective to write with flair
Pupil outcome: I can identify how model answers meet the ambitious success criteria. Key learning points: - Excellent descriptions and narratives will focus on describing details, rather than trying to write too much - Figurative...
Curated Video
MATLAB Programming Tutorials | Loops, Arrays, Classes, Control Statements & More: ifelseif
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Curated Video
Pascal in 100 Seconds
Learn the basics of the Pascal in this quick tutorial. Find out why Turbo Pascal was one of the world's most popular programming languages. In memory of Pascal creator Niklaus Wirth, who passed away on Jan 1st, 2024
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Curated Video
JavaScript Framework Reinvention and "Runes" in Svelte
Svelte 5 was released this week with a new developer experience via a feature called "Runes". Learn the basics of Svelte Runes compare them to other JavaScript frameworks like React.js, Vue, Angular, and more.
Topics Covered:
Svelte 5...
Curated Video
Machine Learning: Random Forest with Python from Scratch - For Loop
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Try...Catch Statements
In this video, we will take a closer look at the try/catch statement and how it works to catch errors in JavaScript. We will cover how to use multiple catch blocks, rethrow errors, and catch errors in async functions. This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch Basics
In this video, we will introduce the basics of the Fetch API, including how to create a simple GET request and handle the response data. We will also explore the Response object and various methods for parsing and manipulating response...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Under the Hood: How Async JS Works
In this video, you will learn about how asynchronous JavaScript works. We will see how JavaScript uses the event loop to manage asynchronous tasks and how it avoids blocking the main thread of execution. This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Fetch API and Async / Await
In this section, we will cover the Fetch API and how to use it to make HTTP requests to remote servers. We will also dive into the world of asynchronous JavaScript programming, exploring the async/await syntax for handling promises. This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - While and Do While Loops
In this video, you will learn about while and do-while loops in JavaScript and how they differ from for loops. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...