Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Curated Video
Learn and Master C Programming - More on Block Scope in C
We will look at an important tip to help you avoid running into compilation issues with some C compilers when declaring and using local variables. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C...
IDG TECHtalk
Writing files in Go: Smart Go
How to write text to a file in the Go language, using Go's built-in packages. Learn how to use "os" for simple file writing operations, and "bufio" for when you need more control.
Curated Video
C++ for Beginners - Examining the Build Log
In this video, your instructor, David, discusses the Build Log. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Let's Tute
Some Stupid Math Mistakes #03
Want to know why do we lose marks in maths exam? and where do we go wrong in math calculations ? Watch this video to find out !
Curated Video
Small Steps, Giant Leaps: Episode 26, NASA IV&V Small Steps, Giant Leaps
NASA Independent Verification and Validation Program Director Greg Blaney discusses the impact of IV&V on high-profile NASA missions.
IDG TECHtalk
How to handle custom error types | Smart Go
Go's error handling system lets you create custom error types for use in your applications, which can contain detailed information about what's gone wrong and how to handle it. Learn in this video how to build custom errors and employ...
Packt
Importance of log4j Extensible Markup Language (XML) File
This video explains the importance of log4j xml file. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explains the...
APMonitor
Java ☕ Debugging
Because computers are so exact, they are wonderful tools when you need precise measurements and control. However, this also means that they need very precise instructions. It's easy to make a little mistake in your code and throw off...
Packt
Troubleshooting Errors on Browser Invocation Code
This video explains how to troubleshoot errors on browser invocation code. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Let's Tute
IFERROR Function & Dynamic Amortization Tables in Excel
In this video tutorial, the teacher explains the use of the "if error" function and dynamic amortization tables in Microsoft Excel. The "if error" function is used to handle errors in Excel functions, while the dynamic amortization table...
Curated Video
The Full Stack Web Development - Error Reporting & Triggering Errors
PHP Errors, Debugging & Config: Error Reporting & Triggering Errors This clip is from the chapter "PHP Errors, Debugging & Config" of the series "The Full Stack Web Development".In this section, we talk about different types of error,...
Python Programmer
EDA Python - 14-1Errors and Exceptions
It is possible to anticipate likely errors when writing code in python. This is part one of handling errors and exceptions.
Curated Video
Apache Maven Beginner to Guru - Assignment Review "Testing with Maven"
This video provides an assignment review for fixing a broken Maven project. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Curated Video
Learning Python Web Penetration Testing (Video 22)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Packt
Handling Express Errors
File Uploads (Task App): Handling Express Errors This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
Packt
Error Messages
Debugging Node.js (Notes Apps): Error Messages 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.
APMonitor
Matlab 👩💻 Debugging
One of the biggest time consuming parts of programming is debugging, or resolving mistakes in the program. This is true for every language because the computer needs exact commands, which is very important for precise measurements and...
Curated Video
C++ Developer - The Vector Class
This video explains the vector class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Science360
Could a thinking cap help us learn?
K-12 teachers often say to students, ""Put your thinking caps on,"" and one day, students might just do that for real. Vanderbilt University psychologist Geoffrey Woodman says that's because scientists are being equipped with more and...
Packt
Kafka Console Producer Command Line Interface (CLI)
This video explains the CLI commands related to the Kafka console producer. This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
IDG TECHtalk
Creating tests for your Go apps: Smart Go
Learn the basics of Go's built-in testing framework, used for writing unit tests that sit side-by-side with the code you're testing.
Programming Electronics Academy
7 Arduino Tips for New Programmers
7 Arduino Tips for New Programmers