ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,777 results

strager
DRY makes your code 500% better · intermediate Java code review

Learn to Don't Repeat Yourself (DRY) your code. Write more readable and maintainable programs. This lesson is in Java, but the ...

11:57
DRY makes your code 500% better · intermediate Java code review

33,817 views

4 years ago

The Debug Zone
Java Coding Style in Eclipse: Best Practices and Tips for Clean Code

In this video, we delve into the essential best practices for Java coding style within the Eclipse IDE. Clean code is crucial for ...

6:10
Java Coding Style in Eclipse: Best Practices and Tips for Clean Code

29 views

1 year ago

EngX Space
How to Become a Great Software Developer — Best Advice from Top-Notch Engineers

Check our documentary "Beyond The Success Of Kotlin: https://youtu.be/E8CtE7qTb-Q Integrate GitHub Copilot and ChatGPT ...

11:11
How to Become a Great Software Developer — Best Advice from Top-Notch Engineers

611,824 views

1 year ago

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

616 views

2 years ago

Chris Mayfield
Tracing code by hand

Drawing tables on paper; DrJava debugger https://w3.cs.jmu.edu/mayfiecs/cs149/

10:08
Tracing code by hand

129,882 views

10 years ago

Alan Lands
Spring Boot Project Structure for Real-World Applications (Best Practices)

Most Spring Boot tutorials teach a simple layered structure with controller, service, and repository. While this is great for beginners, ...

4:07
Spring Boot Project Structure for Real-World Applications (Best Practices)

174 views

4 days ago

Carlos Chacin
How To Make Java Code Super Easy To Test!

This enlightening video explores the groundbreaking "Decoupling Trick" that will revolutionize your approach to unit testing!

19:55
How To Make Java Code Super Easy To Test!

433 views

1 year ago

Otavio Santana
Mastering Exception Handling in Java: Best Practices and Tips

In this video, we delve into the crucial topic of creating effective exceptions in your Java code. Understanding and implementing ...

8:54
Mastering Exception Handling in Java: Best Practices and Tips

651 views

1 year ago

Gain Java Knowledge
Java 8 Optional Class Best Practices

Hi Friends, #GainJavaKnowledge Welcome to this channel Gain Java Knowledge. We are providing best content of Java in ...

11:58
Java 8 Optional Class Best Practices

1,870 views

4 years ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

489,599 views

9 months ago

The Debug Zone
Java 9: Understanding the Differences Between Interfaces and Classes

In this video, we delve into the key distinctions between interfaces and classes in Java 9. As the language evolves, understanding ...

4:32
Java 9: Understanding the Differences Between Interfaces and Classes

16 views

1 year ago

void theCoder
Java for beginners 2024: Introduction to Java

Java is a High level, class based, Object Oriented... Argh I'm not reliving that, it's all in the video. I plan to make a Java for ...

9:19
Java for beginners 2024: Introduction to Java

67 views

1 year ago

The Debug Zone
Java Print Out Exercise Explained: Common Challenges and Solutions

In this video, we dive into the Java Print Out Exercise, a common task that many programmers encounter. Whether you're a ...

5:29
Java Print Out Exercise Explained: Common Challenges and Solutions

2 views

1 year ago

The Debug Zone
How Autoboxing Causes Memory Leaks in Java: Solutions and Best Practices

In this video, we delve into the often-overlooked issue of autoboxing in Java and its potential to cause memory leaks.

5:11
How Autoboxing Causes Memory Leaks in Java: Solutions and Best Practices

2 views

1 year ago

The Debug Zone
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

In this video, we delve into the powerful features of Java 8's Optional class, designed to help developers avoid the pitfalls of null ...

5:26
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

15 views

1 year ago

The Debug Zone
Java List.sort() NoSuchMethodException: Differences Between 1.6 and 1.8

In this video, we delve into the nuances of the Java List.sort() method and the NoSuchMethodException that can arise when ...

4:08
Java List.sort() NoSuchMethodException: Differences Between 1.6 and 1.8

18 views

1 year ago

The Debug Zone
How to Preserve Order in Java EnumMap: Tips and Best Practices

In this video, we delve into the intricacies of using EnumMap in Java, a powerful data structure that allows for efficient mapping of ...

4:12
How to Preserve Order in Java EnumMap: Tips and Best Practices

7 views

1 year ago

The Debug Zone
Java Unmodifiable Key Set Map: How to Create and Use Immutable Maps

In this video, we delve into the concept of unmodifiable key sets in Java maps, exploring how to create and utilize immutable maps ...

8:04
Java Unmodifiable Key Set Map: How to Create and Use Immutable Maps

44 views

1 year ago

Otavio Santana
The essencial Java books for seniors engineers

These books are a must-read for any senior engineer looking to stay up-to-date with the latest Java best practices and techniques.

7:35
The essencial Java books for seniors engineers

864 views

2 years ago

The Debug Zone
Effortless Java Stream Refactoring: Simplifying Algorithms with Streams

In this video, we dive into the world of Java Streams and explore how they can transform complex algorithms into elegant, ...

4:23
Effortless Java Stream Refactoring: Simplifying Algorithms with Streams

11 views

1 year ago

The Debug Zone
How to Use ListenableFuture in Java: Wait Before Returning Results

In this video, we delve into the powerful concept of `ListenableFuture` in Java, a key component for handling asynchronous ...

4:02
How to Use ListenableFuture in Java: Wait Before Returning Results

38 views

1 year ago

The Debug Zone
How to Identify Runtime Dependencies in Java Code: A Comprehensive Guide

In this video, we delve into the crucial topic of identifying runtime dependencies in Java code. Understanding these dependencies ...

5:30
How to Identify Runtime Dependencies in Java Code: A Comprehensive Guide

7 views

1 year ago

The Debug Zone
Concurrent Reads in Java MappedByteBuffer: Solutions and Best Practices

In this video, we delve into the intricacies of using `MappedByteBuffer` in Java, focusing on the challenges and solutions ...

4:14
Concurrent Reads in Java MappedByteBuffer: Solutions and Best Practices

20 views

1 year ago

The Debug Zone
Understanding Object Creation in Oracle JVM: 'Hello World' Performance Insights

In this video, we delve into the intricacies of object creation within the Oracle Java Virtual Machine (JVM) by examining a simple ...

4:27
Understanding Object Creation in Oracle JVM: 'Hello World' Performance Insights

3 views

1 year ago

The Debug Zone
How to Add Methods to Enums in Java: A Step-by-Step Guide

In this video, we'll explore a powerful feature of Java that allows you to enhance your enums by adding methods. While enums are ...

4:16
How to Add Methods to Enums in Java: A Step-by-Step Guide

0 views

1 year ago