ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

247 results

Roel Van de Paar
Code Review: Best practice for Constant Class in Java (2 Solutions!!)

Code Review: Best practice for Constant Class in Java Helpful? Please support me on Patreon: ...

3:07
Code Review: Best practice for Constant Class in Java (2 Solutions!!)

2 views

3 years ago

Peter Schneider
Codereview: Java Tic-Tac-Toe Game Implementation - Seeking Feedback and Best Practices

Java Tic-Tac-Toe Game Implementation - Seeking Feedback and Best Practices I hope you found a solution that worked for you ...

3:55
Codereview: Java Tic-Tac-Toe Game Implementation - Seeking Feedback and Best Practices

13 views

2 years ago

Peter Schneider
Codereview: Best practice code for payment integration closed

Best practice code for payment integration closed I hope you found a solution that worked for you :) The Content is licensed under ...

2:55
Codereview: Best practice code for payment integration closed

1 view

1 year ago

Roel Van de Paar
Code Review: What constructor implementaton follows best practice in Java (2 Solutions!!)

Code Review: What constructor implementaton follows best practice in Java Helpful? Please support me on Patreon: ...

3:41
Code Review: What constructor implementaton follows best practice in Java (2 Solutions!!)

1 view

3 years ago

GitLab
Code Quality Reports - Faster Code Review (HD)

Use Code Quality to analyze your source code's quality and complexity. This helps keep your project's code simple, readable, and ...

1:54
Code Quality Reports - Faster Code Review (HD)

6,780 views

2 years ago

Interview DOT
#SHORTS - CODE REVIEW BEST PRACTICES | CODE QUALITY | TEAM COLLABORATION  |InterviewDOT

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

0:41
#SHORTS - CODE REVIEW BEST PRACTICES | CODE QUALITY | TEAM COLLABORATION |InterviewDOT

243 views

3 years ago

SkyTreasure
How to review Github Pull Request in the smartest way | Github Code | Review Code | Translate.video

How to review code on GitHub effectively 2. Best practices for code review on GitHub 3. Tips for doing code reviews on GitHub 4.

1:57
How to review Github Pull Request in the smartest way | Github Code | Review Code | Translate.video

757 views

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

9 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

Roel Van de Paar
Code Review: Faster palindrome checker in Java

Code Review: Faster palindrome checker in Java Helpful? Please support me on Patreon: ...

2:47
Code Review: Faster palindrome checker in Java

14 views

3 years ago

Roel Van de Paar
Code Review: Java Singly Linked List

Code Review: Java Singly Linked List Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:09
Code Review: Java Singly Linked List

4 views

3 years ago

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

3 views

1 month 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

2 months ago

Roel Van de Paar
Code Review: Custom HashMap Implementation in java (2 Solutions!!)

Code Review: Custom HashMap Implementation in java Helpful? Please support me on Patreon: ...

3:52
Code Review: Custom HashMap Implementation in java (2 Solutions!!)

7 views

3 years ago

Roel Van de Paar
Code Review: Connection pool in Java (3 Solutions!!)

Code Review: Connection pool in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:35
Code Review: Connection pool in Java (3 Solutions!!)

8 views

3 years ago

Roel Van de Paar
Code Review: Best practice to initialize instance variables for a POJO when values are null

Code Review: Best practice to initialize instance variables for a POJO when values are null Helpful? Please support me on ...

2:58
Code Review: Best practice to initialize instance variables for a POJO when values are null

6 views

3 years ago

Roel Van de Paar
Code Review: Good practices in an API Wrapper Class

Code Review: Good practices in an API Wrapper Class Helpful? Please support me on Patreon: ...

2:54
Code Review: Good practices in an API Wrapper Class

1 view

3 years ago

Roel Van de Paar
Code Review: Java homework exercises working with 2D arrays

Code Review: Java homework exercises working with 2D arrays Helpful? Please support me on Patreon: ...

2:13
Code Review: Java homework exercises working with 2D arrays

5 views

3 years ago

Roel Van de Paar
Code Review: Java logger (of doom!) (3 Solutions!!)

Code Review: Java logger (of doom!) Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:17
Code Review: Java logger (of doom!) (3 Solutions!!)

1 view

3 years ago

Roel Van de Paar
Code Review: Java 8 use of optional (3 Solutions!!)

Code Review: Java 8 use of optional Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:07
Code Review: Java 8 use of optional (3 Solutions!!)

9 views

3 years ago

Roel Van de Paar
Code Review: Bank exercise with Java Spring Boot and JPA

Code Review: Bank exercise with Java Spring Boot and JPA Helpful? Please support me on Patreon: ...

2:27
Code Review: Bank exercise with Java Spring Boot and JPA

41 views

3 years ago

Roel Van de Paar
Code Review: What's wrong with this stack implementation?

Code Review: What's wrong with this stack implementation? Helpful? Please support me on Patreon: ...

3:09
Code Review: What's wrong with this stack implementation?

4 views

3 years ago

The Debug Zone
When to Use Hamcrest Is vs equalTo: A Guide for Effective Testing

In the world of software testing, choosing the right assertion can make all the difference in ensuring your tests are both effective ...

3:02
When to Use Hamcrest Is vs equalTo: A Guide for Effective Testing

3 views

1 year ago

Roel Van de Paar
Code Review: Algorithm to find a path (2 Solutions!!)

Code Review: Algorithm to find a path Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:21
Code Review: Algorithm to find a path (2 Solutions!!)

8 views

3 years ago

The Debug Zone
How to Effectively Test a Spring Service: Best Practices and Tips

In this video, we delve into the essential practices for effectively testing a Spring service. Whether you're a seasoned developer or ...

2:35
How to Effectively Test a Spring Service: Best Practices and Tips

6 views

7 months ago