ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

716 results

Codelenium
How to Assert Product List Contents (Tutorial w/Debugging) | Selenium + TestNG + Java

Learn how to assert product list contents in Selenium + TestNG + Java. Learn Test Automation: ...

15:42
How to Assert Product List Contents (Tutorial w/Debugging) | Selenium + TestNG + Java

17 views

8 months ago

Ctrl. Forge
The Real Way to Learn Java? Break Your Code... Over and Over Again.

In this video, I share the messy, honest journey of building my first game engine in Java — from over-engineered classes and ...

4:09
The Real Way to Learn Java? Break Your Code... Over and Over Again.

74 views

4 days ago

Vu Hung Nguyen (Hưng)
🚀 Debugging JavaFX Apps with #VSCode #java #programming #JavaFX

Debugging JavaFX Apps with VSCode* In this comprehensive tutorial, I'll walk you through the essential debugging techniques ...

2:02
🚀 Debugging JavaFX Apps with #VSCode #java #programming #JavaFX

45 views

3 months ago

The Debug Zone
How to Debug Tomcat Java Applications in Visual Studio Code: A Step-by-Step Guide

In this video, we'll explore the essential techniques for debugging Tomcat Java applications using Visual Studio Code. Whether ...

1:48
How to Debug Tomcat Java Applications in Visual Studio Code: A Step-by-Step Guide

42 views

8 months ago

The Debug Zone
Remote Debugging JPDA with Eclipse and Tomcat in Docker-Compose: Troubleshooting Guide

In this video, we dive into the world of remote debugging using the Java Platform Debugger Architecture (JPDA) with Eclipse and ...

2:09
Remote Debugging JPDA with Eclipse and Tomcat in Docker-Compose: Troubleshooting Guide

5 views

2 months ago

Edgars Garsneks
Bad test hunting - Mutation Testing

Are your tests solid? Break them! Mutation testing breaks your code on purpose to reveal hidden flaws in your test suite.

8:33
Bad test hunting - Mutation Testing

69 views

6 months ago

The Debug Zone
Using Java 9 JShell to Execute Code in Another JVM: A Technical Guide

In this video, we delve into the powerful capabilities of Java 9's JShell, an interactive tool that allows developers to execute Java ...

2:21
Using Java 9 JShell to Execute Code in Another JVM: A Technical Guide

7 views

6 months ago

The Debug Zone
How to Debug JNLP Issues in Java 8: Troubleshooting Tips and Solutions

In this video, we delve into the common challenges developers face when working with Java Network Launch Protocol (JNLP) in ...

1:31
How to Debug JNLP Issues in Java 8: Troubleshooting Tips and Solutions

7 views

3 months ago

Codelenium
How to Assert Dropdown Options (Tutorial) | Selenium + TestNG + Java

Learn how to assert dropdown options with Selenium + TestNG + Java. Learn Test Automation: ...

8:42
How to Assert Dropdown Options (Tutorial) | Selenium + TestNG + Java

20 views

8 months ago

Codelenium
How to Assert Multi-Select Dropdown Selections (Tutorial) | Selenium + TestNG + Java

Learn how to assert multi-select dropdown selections with Selenium + TestNG + Java. Learn Test Automation: ...

9:37
How to Assert Multi-Select Dropdown Selections (Tutorial) | Selenium + TestNG + Java

34 views

8 months ago

Oleksandr Neiko
Lesson 03. Hardware configs parsing, Hot Plugging presets: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

https://github.com/RoboticsLife/Lesson03-Gpio-Kotlin-Pi4J Programming #GPIO parts and physical sensors with #Kotlin / #Java ...

29:33
Lesson 03. Hardware configs parsing, Hot Plugging presets: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

44 views

10 months ago

Codelenium
How to Use Soft Assert (Tutorial) | Selenium + TestNG + Java

Learn how to use soft asserts in Selenium + TestNG + Java. Learn Test Automation: ...

9:07
How to Use Soft Assert (Tutorial) | Selenium + TestNG + Java

8 views

8 months ago

Codelenium
How to Assert Multiple Checkboxes Are Selected (Tutorial) | Selenium + TestNG + Java

Learn how to assert checkboxes are selected with Selenium + TestNG + Java. Learn Test Automation: ...

7:54
How to Assert Multiple Checkboxes Are Selected (Tutorial) | Selenium + TestNG + Java

53 views

8 months ago

RazCodes
JPA is Awesome  - All Things Java

come join the community on discord: https://discord.gg/hqm6Uf8g Welcome to my corner of the digital world where I share the raw, ...

1:49
JPA is Awesome - All Things Java

12 views

10 months ago

The Debug Zone
How to Mock getClass() in Java: Tips and Best Practices for Testing

In this video, we dive into the intricacies of mocking the `getClass()` method in Java, a crucial skill for effective unit testing.

3:10
How to Mock getClass() in Java: Tips and Best Practices for Testing

2 views

2 months ago

The Debug Zone
Java getOpenFileDescriptorCount on Windows: Troubleshooting Guide

In this video, we delve into the intricacies of Java's `getOpenFileDescriptorCount` method on Windows systems. As developers ...

1:54
Java getOpenFileDescriptorCount on Windows: Troubleshooting Guide

1 view

3 months ago

The Debug Zone
How to Check if Your Spring Boot Application is in Debug Mode

In this video, we'll explore the essential steps to determine if your Spring Boot application is running in debug mode.

2:17
How to Check if Your Spring Boot Application is in Debug Mode

2 views

8 months ago

Oleksandr Neiko
Lesson 04. Hardware structure builder. Json config parsing: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

https://github.com/RoboticsLife/Lesson04-Gpio-Kotlin-Pi4J Programming #GPIO parts and physical sensors with #Kotlin / #Java ...

1:12:21
Lesson 04. Hardware structure builder. Json config parsing: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

52 views

10 months ago

Oleksandr Neiko
Lesson 07. Buzzer sound: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

https://github.com/RoboticsLife/Lesson07-Gpio-Kotlin-Pi4J Programming #GPIO parts and physical sensors with #Kotlin / #Java ...

19:01
Lesson 07. Buzzer sound: GPIO/Kotlin(Java)/Pi4J/Robotics/AI

55 views

10 months ago

Codelenium
How to Assert Alert/Popup Text (Tutorial) | Selenium + TestNG + Java

Learn how to assert alert/popup text with Selenium + TestNG + Java. Learn Test Automation: ...

7:58
How to Assert Alert/Popup Text (Tutorial) | Selenium + TestNG + Java

55 views

7 months ago

The Debug Zone
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

In this video, we delve into the powerful `.peek()` method in Java 8 Streams, a feature that allows you to inspect elements as they ...

2:13
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

13 views

7 months ago

The Debug Zone
How to Check if a Variable is Deprecated at Runtime in Java

In this video, we delve into the important topic of managing deprecated variables in Java. As software evolves, certain features ...

1:31
How to Check if a Variable is Deprecated at Runtime in Java

1 view

3 months ago

The Debug Zone
How to Filter Logs with Regex in Java: A Step-by-Step Guide

In this video, we'll dive into the powerful world of regular expressions (regex) and how they can be utilized to filter logs in Java.

3:16
How to Filter Logs with Regex in Java: A Step-by-Step Guide

21 views

7 months ago

CK TV
Mastering Java Development in VS Code: The Ultimate Guide!

**Topics Covered:** ✓ Why use VS Code for Java? ✓ Setting up Java & Extensions ✓ Writing & Debugging Java code ...

15:20
Mastering Java Development in VS Code: The Ultimate Guide!

23 views

7 months ago

The Debug Zone
How to Decode Double Encoded UTF-8 Characters in Java: A Step-by-Step Guide

In this video, we'll explore the intricacies of double encoded UTF-8 characters and how to effectively decode them using Java.

1:57
How to Decode Double Encoded UTF-8 Characters in Java: A Step-by-Step Guide

10 views

6 months ago