Curated Video
Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch
After building our first Outlook add-in project and going through some of the code behind it, we will start it and look at it on Outlook. We will be creating a task pane and we will click a button and a pane will come up from the right...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Get Book Detail and Deserialize Object and Debugging
In this video, we will gain hands-on experience in retrieving book details, deserializing objects, debugging the Bookstore App, retrieving specific book information, performing deserialization, and debugging the code to ensure the...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java
In this video, we will apply our knowledge of threads through hands-on exercises. We will understand how to create and manage threads, synchronize thread execution, and experience the benefits of multithreading in practical scenarios....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1
In this video, we will gain practical experience with the final block through hands-on exercises and learn to use the final block to clean up resources, perform cleanup operations, and handle exceptional situations effectively. This clip...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Arithmetic Exception Handling
In this video, we will get hands-on experience handling arithmetic exceptions in Java. We will also understand the different coding tasks involving handling division by zero errors, performing calculations safely, and using appropriate...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Polymorphism, Method Overloading, Debugging
In this video, we will dive deeper into polymorphism by exploring method overloading, which defines multiple methods with the same name but different parameters. We will learn debugging techniques to troubleshoot and fix issues related...
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 - Saving User Data and Showing Success Alert Message
In this video, you will discover how to save user data and display a success alert message after successful registration, providing feedback to the user. This clip is from the chapter "Working on Signup, Login, and Logout with API...
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:...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Debugging and Commenting on the Code
This video demonstrates how to debug and comment on the code. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how to create web...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Summary - Section Summary
This video gives a summary of the course covered so far. This clip is from the chapter "Section Summary" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".This section summarizes the course so far.
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Debugging External Files
In this video, you'll learn how to debug external files. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding in...
Curated Video
C++ for Beginners - Simple Data Type: int
In this lesson, your instructor David, examines integers; signed and unsigned, how large or small they can be, and what happens if they exceed these limits. This clip is from the chapter "Variables and Assignments" of the series "C++ for...
Curated Video
Learning PHP 7 (Video 1)
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
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 +...
Brainwaves Video Anthology
Nicholas Negroponte - Being Educated
Nicholas Negroponte is founder and chairman of the One Laptop per Child non-profit association. He was co-founder and director of the MIT Media Laboratory, and the Jerome B. Wiesner Professor of Media Technology. A graduate of MIT,...
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++.
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...
Packt
Importing log4j into Eclipse Project
This video explains how to import log4j into the Eclipse project. 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...
Paul Marriott
Arduino HC-05: Bluetooth Module Configurator w/Uno R3 & Basic AT Commands - Tutorial
A full tutorial for an HC-05 bluetooth module configurator. Used in conjunction with Arduino IDE Serial Monitor, this device can be used to configure and pair HC-05 bluetooth modules via. special AT commands.
Packt
Debug a computer program created by someone else : Debugging Your Second Python Program
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3. Demonstrate the Python debugger, and PyCharm interface to the debugger mode. • Run our program in the debug...
Curated Video
Learning Dart (Video 28)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
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...