Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Exception Handling
In this video, we will explore creating and handling custom exceptions in Java. We will look at a demonstration on how to define custom exception classes, throw and catch them, and handle exceptional scenarios specific to your...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - How to Debug
In this video, we will explore various debugging strategies and tools to identify and fix issues in our application. You will learn to leverage debugging techniques to track down and resolve errors, ensuring the smooth operation of our...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Destructuring and Setting Post and User Data from Response to State Variables
In this video, you will discover how to destructure and set the post and user data from the API response to state variables, enabling easy access and utilization of this data within your components. This clip is from the chapter "Working...
Curated Video
The ABC's of Coding
Aside from the coding languages there seems to be all sorts of jargon used by coders. The amount of jargon can be overwhelming to new programmers. In this video, Mark reviews the most common jargon used by programmers from A to Z. Learn...
Science Buddies
How to Debug a Circuit
Learning how troubleshoot, or debug, your circuit when your Arduino project isn't working as expected. Visit the Science Buddies website for cool science projects you can do with an Arduino:...
APMonitor
Python 🐍 Pseudo-Code / Debug
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...
Packt
Code Formatting and Debugging
This video discusses code formatting and debugging. This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explains in...
Curated Video
Test a computer program or algorithm : Handling User Errors
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to handle user errors.
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Test Debugging and Pause with Cypress
This video explains test debugging and pause with cypress. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
Curated Video
C++ for Beginners - Debugging a Program
This section demonstrates how to step through a simple program. This technique in this section is known as, debugging. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Curated Video
C++ Developer - Logic Errors
This video explains logic errors. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
Learn and Master C Programming - Using Visual Studio IDE to write our first C Program
Learn how to write then compile and run our first C program using Visual Studio IDE. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming For Absolute...
Curated Video
C++ Developer - Variables and Data Types - Part 3
This is the third part of a three-part video that explains variables and data types. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
C++ Developer - Project - A Circle Class
This video presents a project on a circle class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Curated Video
C++ Developer - Introduction to Control Statements
This video introduces the control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Debugging Problems
This video tells you how to debug the problems. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and includes lectures which...
Curated Video
Mastering Swift 2 Programming (Video 42)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
APMonitor
Debugging Python with ipdb and Sypder
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...
Curated Video
Learn and Master C Programming - Visual Studio Debug Menu
Learn some new concepts about debugging and stepping through code by the end. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute Beginners!".In this section we will...
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...
Curated Video
C++ Developer - Relational Operators
This video explains the relational operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Learning Angular 2 Directives (Video 17)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Curated Video
C++ Developer - Getting Started on Windows with Visual Studio Integrated Development Environment (IDE)
This video focuses on getting started on Windows with Visual Studio IDE. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this course.