ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

586 results

Brogan M. Pratt
I Wish I Knew This When I Started (Learn Java For FTC)

Learn the single most important concept in Java—classes and methods—to write cleaner, more powerful, and reusable code for ...

32:40
I Wish I Knew This When I Started (Learn Java For FTC)

3,241 views

11mo ago

Brogan M. Pratt
Learn Java for Robotics: Your First Program (FTC)

https://cal.com/brogan-pratt-a4gcx7 This video guides you through writing your very first Java program for an FTC robot, even if ...

23:41
Learn Java for Robotics: Your First Program (FTC)

14,546 views

11mo ago

Brogan M. Pratt
Learn Java for Robotics: Variables (FTC)

This video teaches you the most essential Java concept—variables—to start programming your FTC robot's brain today. ⤵️ Why ...

15:31
Learn Java for Robotics: Variables (FTC)

4,469 views

11mo ago

Vaadin
Creating a perfect container image for a Java app

What would a perfect container image for your Java application be? Miniature, airtight secure, starting fast, memory lean, or all ...

1:31:25
Creating a perfect container image for a Java app

1,482 views

Streamed 5mo ago

The Debug Zone
When to Skip Null Checks in Java: Best Practices and Guidelines

In this video, we delve into the often-debated topic of null checks in Java programming. While null checks are a common practice ...

2:18
When to Skip Null Checks in Java: Best Practices and Guidelines

8 views

9mo ago

The Debug Zone
Unit Testing RxJava's throttleLast Operator: Best Practices and Examples

In this video, we dive into the world of unit testing with RxJava, focusing specifically on the throttleLast operator. As reactive ...

1:36
Unit Testing RxJava's throttleLast Operator: Best Practices and Examples

3 views

11mo ago

The Debug Zone
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

In this video, we explore the powerful features of Java 8's Optional class and how it can help you write cleaner, more robust code.

2:29
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

2 views

8mo ago

The Debug Zone
Best Practices for Implementing a Copy Method in Your Class: A Guide

In this video, we delve into the essential best practices for implementing a copy method in your class. Whether you're working with ...

1:40
Best Practices for Implementing a Copy Method in Your Class: A Guide

11 views

11mo 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)

1,300 views

5mo ago

Carlos Chacin
Before vs After: Code Cleanup with TDD (Skull King Ep. 5)

Java Code Cleanup Tutorial: Refactoring tests for clarity! In this Java 25 TDD episode, we clean up our Skull King card game ...

14:23
Before vs After: Code Cleanup with TDD (Skull King Ep. 5)

27 views

6mo 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

8mo ago

Vu Hung Nguyen (Hưng)
Building the 2048 Game in JavaFX - Complete Tutorial & Code Walkthrough #javafx

Building the 2048 Game in JavaFX - Complete Tutorial & Code Walkthrough In this comprehensive tutorial, I'll walk you through ...

0:29
Building the 2048 Game in JavaFX - Complete Tutorial & Code Walkthrough #javafx

42 views

8mo ago

Brogan M. Pratt
Programming DC Motors (Learn Java For FTC Robotics)

How to program DC motors in Java for FTC, taking you from basic wiring to sensor and gamepad control in under 30 minutes.

24:18
Programming DC Motors (Learn Java For FTC Robotics)

5,938 views

11mo ago

kwonchieowl's struct
Encapsulation: Exploring the Box

This video gives a brief description of what Encapsulation is as one of the concept of Object Oriented Programming using Java ...

2:50
Encapsulation: Exploring the Box

14 views

6mo ago

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

requireNonNull()` in Java programming. This powerful utility method helps ensure that your code is robust and free from null ...

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

7 views

6mo ago

The Debug Zone
How to Properly Close Files.write in Java: Best Practices and Solutions

In this video, we delve into the essential topic of properly closing files in Java, focusing on the `Files.write` method. Proper file ...

1:55
How to Properly Close Files.write in Java: Best Practices and Solutions

2 views

11mo 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

11 views

11mo ago

The Debug Zone
How to Mock Static Methods in Java Without PowerMock: A Complete Guide

In this video, we dive into the world of Java testing, focusing on the challenges of mocking static methods without relying on ...

1:31
How to Mock Static Methods in Java Without PowerMock: A Complete Guide

14 views

11mo 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

2 views

10mo ago

Peter Schneider
Codereview: Multithreaded array summation in Java - best practice, structure, acceptable use of C...

Multithreaded array summation in Java - best practice, structure, acceptable use of Constant classes. There is no concurrency?

6:00
Codereview: Multithreaded array summation in Java - best practice, structure, acceptable use of C...

2 views

10mo ago