Instructional Video4:47
Curated Video

Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch

Higher Ed
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...
Instructional Video23:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Get Book Detail and Deserialize Object and Debugging

Higher Ed
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...
Instructional Video5:21
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java

Higher Ed
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....
Instructional Video4:32
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1

Higher Ed
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...
Instructional Video6:18
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Arithmetic Exception Handling

Higher Ed
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...
Instructional Video12:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Polymorphism, Method Overloading, Debugging

Higher Ed
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...
Instructional Video4:24
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - How to Debug

Higher Ed
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...
Instructional Video10:52
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Saving User Data and Showing Success Alert Message

Higher Ed
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...
Instructional Video5:16
Science Buddies

How to Debug a Circuit

K - 5th
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:...
Instructional Video5:26
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Debugging and Commenting on the Code

Higher Ed
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...
Instructional Video2:05
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Summary - Section Summary

Higher Ed
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.
Instructional Video2:55
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Debugging External Files

Higher Ed
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...
Instructional Video8:34
Curated Video

C++ for Beginners - Simple Data Type: int

Higher Ed
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...
Instructional Video3:51
Curated Video

Learning PHP 7 (Video 1)

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 Video16:38
Curated Video

Test a computer program or algorithm : Handling User Errors

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to handle user errors.
Instructional Video5:16
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Test Debugging and Pause with Cypress

Higher Ed
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 +...
Instructional Video5:54
Brainwaves Video Anthology

Nicholas Negroponte - Being Educated

Higher Ed
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,...
Instructional Video7:19
Curated Video

C++ Developer - Variables and Data Types - Part 3

Higher Ed
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++.
Instructional Video14:55
APMonitor

Debugging Python with ipdb and Sypder

10th - Higher Ed
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...
Instructional Video14:30
Packt

Importing log4j into Eclipse Project

Higher Ed
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...
Instructional Video13:04
Paul Marriott

Arduino HC-05: Bluetooth Module Configurator w/Uno R3 & Basic AT Commands - Tutorial

9th - 12th
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.
Instructional Video6:50
Packt

Debug a computer program created by someone else : Debugging Your Second Python Program

Higher Ed
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...
Instructional Video4:41
Curated Video

Learning Dart (Video 28)

Higher Ed
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...
Instructional Video5:26
Curated Video

Learn and Master C Programming - Visual Studio Debug Menu

Higher Ed
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...