ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78 results

The Debug Zone
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...

3:03
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

0 views

5 days ago

The Debug Zone
Best Practices for Verifying Optional Values with Hamcrest in Java

In this video, we delve into the world of testing in Java, focusing on the powerful Hamcrest library. We'll explore best practices for ...

2:00
Best Practices for Verifying Optional Values with Hamcrest in Java

0 views

3 weeks ago

The Debug Zone
Understanding Java int Memory Usage: Key Insights and Best Practices

In this video, we delve into the intricacies of Java's memory management, focusing specifically on the usage of the `int` data type.

2:51
Understanding Java int Memory Usage: Key Insights and Best Practices

0 views

3 weeks ago

The Debug Zone
Do java.time.LocalDate and ZonedDateTime Use the Factory Pattern?

In this video, we delve into the fascinating world of Java's date and time API, specifically focusing on `java.time.LocalDate` and ...

1:54
Do java.time.LocalDate and ZonedDateTime Use the Factory Pattern?

0 views

2 weeks ago

The Debug Zone
Should a Maven POM Declare Transitive Dependencies? Best Practices Explained

In this video, we delve into the intricacies of Maven POM files and the often-debated topic of transitive dependencies.

1:32
Should a Maven POM Declare Transitive Dependencies? Best Practices Explained

0 views

4 weeks ago

The Debug Zone
How to Reuse Methods and Write Effective JUnit Tests: A Complete Guide

In this comprehensive guide, we delve into the art of writing effective JUnit tests while emphasizing the importance of reusing ...

3:32
How to Reuse Methods and Write Effective JUnit Tests: A Complete Guide

1 view

3 weeks ago

The ASF
Apache Cassandra Drivers Best Practices: Maximize Performance and Robustness

Data Storage & Computing Track Speaker: Siyao He Title: Software Engineer at DataStax & Maintainer of Apache Cassandra ...

24:11
Apache Cassandra Drivers Best Practices: Maximize Performance and Robustness

0 views

3 weeks ago

The Debug Zone
Resolving Static Method Signature Conflicts with Default Interface Methods

In this video, we delve into the complexities of static method signature conflicts that can arise when using default interface ...

3:26
Resolving Static Method Signature Conflicts with Default Interface Methods

0 views

2 weeks ago

The Debug Zone
Dynamic @ConfigurationProperties Prefix in Spring Boot: A Complete Guide

In this video, we dive into the powerful feature of dynamic `@ConfigurationProperties` prefixes in Spring Boot. Whether you're ...

1:55
Dynamic @ConfigurationProperties Prefix in Spring Boot: A Complete Guide

0 views

3 weeks ago

The Debug Zone
Why Do I Need to Rebuild Project After Every Change in IntelliJ IDEA?

In this video, we delve into a common frustration faced by developers using IntelliJ IDEA: the need to rebuild projects after every ...

1:55
Why Do I Need to Rebuild Project After Every Change in IntelliJ IDEA?

0 views

9 days ago

The Debug Zone
Understanding the Syntax Differences Between Generic Methods and Types

In this video, we delve into the fascinating world of generic programming, focusing on the syntax differences between generic ...

8:53
Understanding the Syntax Differences Between Generic Methods and Types

0 views

3 weeks ago

The Debug Zone
Understanding Kotlin: When to Use Abstract Classes vs. Interfaces Explained

In this video, we delve into the essential concepts of Kotlin programming, focusing on the differences between abstract classes ...

1:31
Understanding Kotlin: When to Use Abstract Classes vs. Interfaces Explained

0 views

11 days ago

The Debug Zone
Fixing RxJavaPlugins Error: Class 'ThrowableExtension' Not Found Solution

In this video, we tackle a common issue faced by developers using RxJava: the dreaded "Class 'ThrowableExtension' Not Found" ...

1:43
Fixing RxJavaPlugins Error: Class 'ThrowableExtension' Not Found Solution

0 views

2 weeks ago

The Debug Zone
Understanding Default Access Modifiers for Interface Methods in Java 9

In this video, we delve into the concept of default access modifiers for interface methods introduced in Java 9. As Java continues ...

1:32
Understanding Default Access Modifiers for Interface Methods in Java 9

1 view

3 weeks ago

The Debug Zone
How to Use Methods from Indirect Parent Classes in Object-Oriented Programming

In this video, we delve into the fascinating world of object-oriented programming, focusing on the often-overlooked concept of ...

2:53
How to Use Methods from Indirect Parent Classes in Object-Oriented Programming

2 views

13 days ago

The Debug Zone
Resolving Java Method Call Ambiguity: Common Errors and Solutions

In this video, we dive into the often perplexing world of Java method call ambiguity. As developers, we frequently encounter ...

3:02
Resolving Java Method Call Ambiguity: Common Errors and Solutions

0 views

1 month ago

The Debug Zone
Java Mock: How to Throw an Exception and Then Return a Value

In this video, we dive into the world of Java mocking, specifically focusing on how to effectively throw exceptions and return values ...

1:30
Java Mock: How to Throw an Exception and Then Return a Value

0 views

2 weeks ago

The Debug Zone
Spring MongoDB Template: How to Avoid Saving in the Same Object Issue

In this video, we dive into a common challenge faced by developers using Spring with MongoDB: the issue of inadvertently saving ...

2:03
Spring MongoDB Template: How to Avoid Saving in the Same Object Issue

0 views

3 weeks ago

The Debug Zone
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

In this video, we dive into the powerful @FlakyTest annotation in Java, a game-changer for developers dealing with unreliable ...

1:41
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

0 views

4 days ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

7 days ago