Instructional Video7:59
Curated Video

Complete Modern C++ - Exception Handling - Part I (Basics)

Higher Ed
This video explains why exception handling is required and how it is better than returning simple error codes. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video3:41
Curated Video

Apache Maven Beginner to Guru - Example of Maven Release Error

Higher Ed
This video focuses on an example of the Maven release error. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Instructional Video6:41
Curated Video

Five Ways to Fix #VALUE Errors in Microsoft Excel

Pre-K - Higher Ed
In this tutorial I'll show you five different reasons why you may get #VALUE! error messages in Microsoft Excel and how to fix each of them properly.
Instructional Video2:22
Cerebellum

Early Scientific Revolution - Andreas Versalius

9th - 12th
Europe experienced one of the most remarkable periods in history roughly between 1550 and 1700, when three of history's most important events were occurring simultaneously: the Renaissance, the Reformation, and the Scientific Revolution....
Instructional Video3:44
Curated Video

Learning PHP 7 (Video 21)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video3:38
Curated Video

Learning PHP 7 (Video 2)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video3:14
NASA

WFIRST: The Best of Both Worlds

3rd - 11th
NASA officially is beginning work on an astrophysics mission designed to help unlock the secrets of the universe -- the Wide Field Infrared Survey Telescope (WFIRST). With a view 100 times bigger than that of NASA’s Hubble Space...
Instructional Video2:34
NASA

Intense String of Hurricanes Seen From Space

3rd - 11th
In 2017, we have seen four Atlantic storms rapidly intensify with three of those storms - Hurricane Harvey, Irma and Maria - making landfall. When hurricanes intensify a large amount in a short period, scientists call this process rapid...
Instructional Video6:10
Curated Video

Learn and Master C Programming - Important Tips for Working with User Input

Higher Ed
This video simply gives you some hints and tips when working with and parsing user input from the command-line. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
Instructional Video9:28
Curated Video

Learn Go in 3 Hours - Errors

Higher Ed
Error handling is a core part of any program and different languages encourage different patterns for handling error conditions. • This video covers Go’s implementation of errors, which uses interfaces and multiple return values. • Learn...
Instructional Video2:44
Brian McLogan

Thinker vs Doer, What are you?

12th - Higher Ed
Thinker vs Doer, What are you?
Instructional Video5:51
Curated Video

Web Development with Node.JS and MongoDB (Video 26)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video5:19
Curated Video

API Testing with Postman - Mocking with Postman

Higher Ed
Gain an understanding of how mocks work and how to use them from within Postman. • Demonstrate creating a mock • Setup an example for the mock • Discuss ways that the mock can be used to help testing This clip is from the chapter...
Instructional Video6:18
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Handling Transient Faults and Registering an Application with Azure Active Directory (AD)

Higher Ed
This video demonstrates how to handle transient faults and register an application with Azure AD. This clip is from the chapter "AZ-204 Scaling Applications and Services" of the series "AZ-204 Developing for Microsoft Azure Exam...
Instructional Video1:46
Curated Video

Why do Students Get a 5.5 on IELTS Writing?

Higher Ed
Today I’ll show you why students get a 5.5 on the Writing section of the IELTS exam, and how you can avoid it happening to you!
Instructional Video7:19
Curated Video

Excel VBA Programming The Complete Guide - Intro to Error Handling

Higher Ed
Programmers of all experience levels make mistakes --- it's part of the job. Error handling is the ability to avoid errors in our code by catching them before they happen. In this lesson, we discuss some common errors we can run into in...
Instructional Video9:12
Curated Video

Node.js API Masterclass with Express and MongoDB - Mongoose Error Handling [2]

Higher Ed
Custom Error Handling & Mongoose Middleware: Mongoose Error Handling [2] This clip is from the chapter "Custom Error Handling & Mongoose Middleware" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Instructional Video3:10
Let's Tute

Some Stupid Math Mistakes: Basic Math

9th - Higher Ed
This video shows corrections for common math mistakes, including in conversions and basic math operations.
Instructional Video14:53
Curated Video

Bash Shell Scripting- Debugging a Bash Shell Script

Higher Ed
This video shows how to debug a shell script. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video8:17
Programming Electronics Academy

Debugging an Arduino Sketch :: Viewer Question #2

Higher Ed
Debugging an Arduino Sketch :: Viewer Question #2
Instructional Video10:24
Curated Video

Power BI Masterclass - Power BI Data Prep Challenge 6 - How to Handle Various Local Date Types

Higher Ed
In this video, we will be covering a challenge for how to handle various local date types. This clip is from the chapter "Solving Data Prep Challenges" of the series "Power BI Masterclass".In this section, we will learn how to do data...
Instructional Video1:25
Curated Video

Apache Maven Beginner to Guru - Assignment - Repairing a Multi-Module Maven Project

Higher Ed
This video presents an assignment about repairing a multi-module Maven project. This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - Error and Err.Number

Higher Ed
The Err object collects information about errors encountered during macro execution. In this lesson, we explore its helpful Number property and take a look at over 100 different VBA error messages. This clip is from the chapter...
Instructional Video6:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.1: Linting

Higher Ed
In this video, we will learn how we can apply rules to our code so we are all using the same code style. • Understand why we use linting • Learn how to apply eslint to our project • Look at eslinting warnings