Curated Video
Complete Modern C++ - Exception Handling - Part I (Basics)
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.
Curated Video
Apache Maven Beginner to Guru - Example of Maven Release Error
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.
Curated Video
Five Ways to Fix #VALUE Errors in Microsoft Excel
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.
Cerebellum
Early Scientific Revolution - Andreas Versalius
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....
Curated Video
Learning PHP 7 (Video 21)
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....
Curated Video
Learning PHP 7 (Video 2)
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....
NASA
WFIRST: The Best of Both Worlds
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...
NASA
Intense String of Hurricanes Seen From Space
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...
Curated Video
Learn and Master C Programming - Important Tips for Working with User Input
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...
Curated Video
Learn Go in 3 Hours - Errors
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...
Curated Video
Web Development with Node.JS and MongoDB (Video 26)
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...
Curated Video
API Testing with Postman - Mocking with Postman
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...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Handling Transient Faults and Registering an Application with Azure Active Directory (AD)
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...
Curated Video
Why do Students Get a 5.5 on IELTS Writing?
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!
Curated Video
Excel VBA Programming The Complete Guide - Intro to Error Handling
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...
Curated Video
Node.js API Masterclass with Express and MongoDB - Mongoose Error Handling [2]
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...
Let's Tute
Some Stupid Math Mistakes: Basic Math
This video shows corrections for common math mistakes, including in conversions and basic math operations.
Curated Video
Bash Shell Scripting- Debugging a Bash Shell Script
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.
Programming Electronics Academy
Debugging an Arduino Sketch :: Viewer Question #2
Debugging an Arduino Sketch :: Viewer Question #2
Curated Video
Power BI Masterclass - Power BI Data Prep Challenge 6 - How to Handle Various Local Date Types
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...
Curated Video
Apache Maven Beginner to Guru - Assignment - Repairing a Multi-Module Maven Project
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...
Curated Video
Excel VBA Programming The Complete Guide - Error and Err.Number
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.1: Linting
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