Instructional Video1:33
XKA Digital

If you look after your people, they'll look after you

Higher Ed
Lieutenant General Sir William Rollo was deployed as General Officer Commanding Multi-National Division (South East), Iraq in July 2004 and became Assistant Chief of the General Staff in January 2005. In July 2007 he was deployed again -...
Instructional Video1:53
Tarver Academy

How to Manage todo lists in Google Keep

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Manage todo lists in Google Keep
Instructional Video15:24
Packt

Debugging Node.js

Higher Ed
Debugging Node.js (Notes Apps): Debugging Node.js This clip is from the chapter "Debugging Node.js (Notes Apps)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to debug in Node.js.
Instructional Video2:19
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - AZ-204 Course - Starting Tips

Higher Ed
This video provides some starting tips for the course. This clip is from the chapter "AZ-204 Virtual Machines (VMs)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces you to 2G and AZ-204 VMs.
Instructional Video7:43
Brian McLogan

Learn How to Graph Cosine with a Change in Period

12th - Higher Ed
👉 Learn how to graph a cosine function. To graph a cosine function, we first determine the amplitude (the maximum point on the graph), the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from...
Instructional Video3:08
Curated Video

Why is the IELTS Examiner Taking Notes During my Speaking Exam?

Higher Ed
Today you’ll find out what the Examiner might be taking notes on while you’re speaking.
Instructional Video10:15
Odd Quartet

Looking at Complex Polyrhythms

9th - 12th
Polyrhythms are based on the concept that any note can be broken down into any number of smaller notes - musicians call this subdividing or subdivisions. The idea is that you can take any note and divide it equally into 2 parts, 3 parts,...
Instructional Video11:22
Music Matters

Twelve Tone Technique - Music Composition

9th - 12th
How does serialism work? We look at writing a piece of music using the twelve tone technique, creating a note row, exploring different ways to treat it and explore the fundamentals of the 12 note Serial technique devised and adopted by...
Instructional Video3:32
Brian McLogan

Learn how to verify an identity squaring a binomial

12th - Higher Ed
👉 Learn how to verify trigonometric identities by expanding the trigonometric expressions. When the given trigonometric expressions involve multiplications with more than one term in parenthesis, we start by expanding the expressions...
Instructional Video14:45
Curated Video

The Complete React Developer Course (with Hooks and Redux) - The useReducer Hook

Higher Ed
This video is about useReducer Hook. This clip is from the chapter "[New!] Hooks, Context, Fragments, and More" of the series "The Complete React Developer Course (with Hooks and Redux)".null
Instructional Video11:24
Curated Video

The Complete React Developer Course (with Hooks and Redux) - The useEffect Hook

Higher Ed
This video is about useEffect Hook. This clip is from the chapter "[New!] Hooks, Context, Fragments, and More" of the series "The Complete React Developer Course (with Hooks and Redux)".null
Instructional Video10:42
Curated Video

The Modern JavaScript Bootcamp (2019) - Targeting by UUID

Higher Ed
In this video, you’re going to target your note and to-dos by their id. This will allow you to read their data, update the data, or remove the item altogether. This clip is from the chapter "Data Storage, Libraries, and More" of the...
Instructional Video1:44
Brian McLogan

Learn how to use the division property of radical expression to simplify

12th - Higher Ed
👉 Learn how to find the cube root of rational expressions. To find the cube root of a rational expression, we first express the rational expression as the cube root of the numerator divided by the cube root of the denominator. Next we...
Instructional Video17:52
Music Matters

How to Realize More Advanced Figured Bass - Music Theory

9th - 12th
How to go about realizing more advanced figured bass, including how to read diatonic chords and seventh chords in figured bass and how to play a short passage from a figured bass. In this music theory lesson the figured bass system is...
Instructional Video15:10
Music Matters

What Might an Accidental Be Telling Us in a Piece of Music? - Music Theory

9th - 12th
We often see accidentals in music but they have different significance depending on the context. Accidentals might be flagging up a key change, or they might be decorative chromatic notes, or they might be signifying a minor key, or they...
Instructional Video12:50
Music Matters

Handel’s Word Painting Brilliance - Composer Insights

9th - 12th
A detailed look through the opening of the first Chorus movement in Handel’s “Messiah”. In particular word painting is explored, namely how Handel paints the text “And the glory of the Lord shall be revealed”. Choice of key and tempo are...
Instructional Video2:46
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - How to Take Notes?

Higher Ed
This video demonstrates how to take notes while watching the training videos. This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED!".This section...
Instructional Video3:52
Curated Video

Getting Started with JIRA - Jira Terms You Need to Know

Higher Ed
In this lesson, we will discuss some important Jira terms. This clip is from the chapter "Concepts You Need to Know in Jira" of the series "Course Overview".In this section, we will be covering some essential concepts and information you...
Instructional Video15:13
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Array Data in Firebase: Part I

Higher Ed
In this video you'll learn about arrays in Firebase. Firebase doesn't support arrays by default. We'll talk about why that is and what you can do to manage a list of expenses. This clip is from the chapter "Firebase 101" of the series...
Instructional Video11:57
Curated Video

The Complete React Developer Course (with Hooks and Redux) - useEffect Dependencies

Higher Ed
You will learn about useEffect Dependencies here. This clip is from the chapter "[New!] Hooks, Context, Fragments, and More" of the series "The Complete React Developer Course (with Hooks and Redux)".null
Instructional Video18:04
Curated Video

The Modern JavaScript Bootcamp (2019) - The Edit Note Page: Part II

Higher Ed
In this video, you’re going to learn how to pass an id between pages. This is going to allow us to tell the edit page which note we want to edit. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Instructional Video18:27
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up the Notes Theme: Part I

Higher Ed
In this video, you'll start to set up the theme for the note-taking application. This clip is from the chapter "App Themes" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll create an App theme.
Instructional Video8:29
Curated Video

The Modern JavaScript Bootcamp (2019) - Working in Strict Mode

Higher Ed
In this video, you’re going to learn about the strict mode in JavaScript. When you enable strict mode, you’re opting-in to a modified version of JavaScript that removes dangerous and potentially buggy behavior. This clip is from the...
Instructional Video13:10
Curated Video

The Modern JavaScript Bootcamp (2019) - Syncing Data Across Pages

Higher Ed
In this video, you’re going to set up real-time data syncing across pages. If data changes on one page, all other pages will be automatically updated. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The...