ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,112 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,681 views

3 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

28 views

1 year ago

Engineering Community
Effective Java - best practices overview by Roman Tsypuk (Rus)

Discussed Effective Java Josh Bloch book rev.2.

47:48
Effective Java - best practices overview by Roman Tsypuk (Rus)

687 views

10 years 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

563,556 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

609 views

2 years ago

Bulgarian Java User Group
Secure Programming in Java, Christian Heitzmann

Developers and users of Java software are generally immune to many security problems that are still problematic in other ...

50:14
Secure Programming in Java, Christian Heitzmann

150 views

6 months ago

Interview DOT
#SHORTS | JAVA 8 BEST PRACTICES STREAMS | JAVA OPTIONAL USAGE CODE EXAMPLES|CLEAN CODE| InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. #SHORTS ...

0:41
#SHORTS | JAVA 8 BEST PRACTICES STREAMS | JAVA OPTIONAL USAGE CODE EXAMPLES|CLEAN CODE| InterviewDOT

508 views

4 years 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!

422 views

1 year ago

Interview DOT
DONT TALK TO STRANGERS | CLEAN CODE | GOOD PROGRAMMING PRACTICE | JAVA CODE EXAMPLE | InterviewDOT

JAVACODE #CLEANCODE #JAVAPROGRAMMING Click here ...

2:32
DONT TALK TO STRANGERS | CLEAN CODE | GOOD PROGRAMMING PRACTICE | JAVA CODE EXAMPLE | InterviewDOT

326 views

4 years 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,869 views

4 years ago

Coding wala Shree
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

"Are null values causing headaches in your Java projects?" Learn how to eliminate NullPointerExceptions using the powerful ...

41:45
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

1,390 views

11 months ago

MDF-TA
Top Java Best Practices

Top Java Best Practices #technology #viral #shortvideo #technogamerz #programming #programmer #india #tech #techreview ...

3:58
Top Java Best Practices

24 views

2 years 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

628 views

1 year ago

The Debug Zone
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

In this video, we dive deep into the notorious Java Out of Memory Error, a common yet perplexing issue that developers face.

3:12
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

5 views

8 months ago

CodeWithShahrukh
how to display simple hello world in java. #shorts #viral

how to display simple hello world in java || java hello world program || java hello world program run || hello world java programs .

0:07
how to display simple hello world in java. #shorts #viral

122,794 views

2 years ago

The Debug Zone
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

In this video, we delve into the fascinating world of interoperability between Scala and Java. As two of the most powerful ...

1:54
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

5 views

4 months ago

MDF-TA
Top Java Best Practices

Top Java Best Practices #technology #viral #shortvideo #technogamerz #programming #programmer #india #tech #techreview ...

3:21
Top Java Best Practices

21 views

2 years ago

The Debug Zone
Understanding Type-Safety Issues with Instance Methods in Java

In this video, we delve into the intricacies of type-safety issues that can arise when using instance methods in Java. As Java ...

2:32
Understanding Type-Safety Issues with Instance Methods in Java

0 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

11 months ago

The Debug Zone
Effective Null Checks in Java 8: Best Practices and Solutions Explained

In this video, we delve into the importance of null checks in Java 8, a crucial aspect of writing robust and error-free code.

2:21
Effective Null Checks in Java 8: Best Practices and Solutions Explained

7 views

8 months 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
Java String Concatenation vs Interning: Performance and Best Practices Explained

In this video, we dive into the fascinating world of Java string manipulation, focusing on two key concepts: string concatenation ...

1:31
Java String Concatenation vs Interning: Performance and Best Practices Explained

0 views

3 months ago

Learning & Development
Coding Practices

Yeah so uh so so basically to know if we are uh if we can improve ourselves more uh means whatever coding practice we are ...

1:09:47
Coding Practices

8 views

3 years ago

The Debug Zone
Kotlin Java Interop: Best Practices for Lazy Collections and Idiomatic Types

In this video, we delve into the world of Kotlin and Java interoperability, focusing on best practices for utilizing lazy collections and ...

1:31
Kotlin Java Interop: Best Practices for Lazy Collections and Idiomatic Types

2 views

1 month ago

The Debug Zone
Java Performance: Using Try-Catch vs If Conditions for Safe Value Setting

In this video, we delve into a critical aspect of Java programming: the performance implications of using try-catch blocks versus if ...

4:12
Java Performance: Using Try-Catch vs If Conditions for Safe Value Setting

3 views

11 months ago