ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,631 results

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

493,084 views

9 months ago

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)

2,222 views

6 months ago

The Coding Gopher
Just-In-Time (JIT) Compilers Explained

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher Business Inquiries & Partnerships: ...

8:58
Just-In-Time (JIT) Compilers Explained

60,529 views

8 months ago

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

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

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

10,048 views

6 months ago

Bulgarian Java User Group
Exploring the Java Class File API, Rafael Winterhalter

The Java Class File API marks a significant advancement in bytecode manipulation, offering a modern and streamlined approach ...

47:19
Exploring the Java Class File API, Rafael Winterhalter

133 views

8 months 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)

2,994 views

6 months 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:17
Programming DC Motors (Learn Java For FTC Robotics)

4,198 views

6 months ago

Brogan M. Pratt
How to Tune PIDF for PedroPathing (Learn Java for FTC Robotics)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

39:58
How to Tune PIDF for PedroPathing (Learn Java for FTC Robotics)

11,879 views

3 months ago

Brogan M. Pratt
How to Program Servos (Learn Java For FTC)

Learn the complete process of wiring, configuring, and programming both positional and continuous servos in Java for your FTC ...

14:05
How to Program Servos (Learn Java For FTC)

2,941 views

5 months ago

Udzial (By Gaurav Khurana)
Best Language for Playwright | TypeScript vs Java vs Python vs .NET

Confused about which language to choose for #Playwright #automation ? In this video, I break down #TypeScript, #Java, #Python ...

7:51
Best Language for Playwright | TypeScript vs Java vs Python vs .NET

1,176 views

3 months ago

Brogan M. Pratt
FTC Android Studio Setup (Learn Java for FTC Robotics)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

18:14
FTC Android Studio Setup (Learn Java for FTC Robotics)

20,673 views

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

169 views

8 months ago

Almond Milk ASMR
ASMR: Java Programming 1: Numbers & If Statements Gumchewing whispered mouth sounds java tutorial

Welcome to episode 1 of my Java tutorial. Today we will be talking about declaring and manipulating numbers and if statements.

23:54
ASMR: Java Programming 1: Numbers & If Statements Gumchewing whispered mouth sounds java tutorial

7 views

3 weeks ago

Brogan M. Pratt
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

Program a field-oriented mecanum drive for your FTC robot in Java with this beginner-friendly tutorial. ⤵️ Why Watch?

25:55
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

5,058 views

5 months ago

Brogan M. Pratt
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

Learn the fundamentals of state machines to write cleaner, more reliable, and easier-to-debug code for your FTC robot. ⤵️ Why ...

17:59
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

4,262 views

4 months ago

Vu Hung Nguyen (Hưng)
📦 Bin Packing Algorithm Implementation & Visualization #java #coding #programming

Source code: https://github.com/vuhung16au/ACU/tree/main/ITEC313/JavaFX/08-12-BinPacking Overview: This JavaFX ...

0:28
📦 Bin Packing Algorithm Implementation & Visualization #java #coding #programming

6 views

4 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

945 views

8 months ago

Vu Hung Nguyen (Hưng)
🚀 Debugging JavaFX Apps with #VSCode #java #programming #JavaFX

Debugging JavaFX Apps with VSCode* In this comprehensive tutorial, I'll walk you through the essential debugging techniques ...

2:02
🚀 Debugging JavaFX Apps with #VSCode #java #programming #JavaFX

48 views

4 months ago

Unique online guru
BCA 3rd Semester Java Programming | PYQ Discussion | Day-1 | VBSP University | By Nitin Sir

BCA 3rd Semester – Java Programming (Day-1) Previous Year Question (PYQ) Discussion VBSP University, Jaunpur ...

25:45
BCA 3rd Semester Java Programming | PYQ Discussion | Day-1 | VBSP University | By Nitin Sir

211 views

Streamed 1 month ago

Brogan M. Pratt
How To Program REV Color Sensors (Learn Java For FTC Robotics)

Learn the complete step-by-step process to wire, configure, and program the REV Color Sensor v3 for your FTC robot using Java.

20:49
How To Program REV Color Sensors (Learn Java For FTC Robotics)

3,735 views

5 months ago

ConfEngine
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

In 2022, I presented "Do We Really Do FP in Java?", a discussion of the language features of Java that support functional ...

47:16
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

242 views

11 months ago

buildingwitheze
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

Unlock the power of asynchronous programming in Java with CompletableFuture! For more subscribe here ...

4:05
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

41 views

7 months ago

Coding Pills
Java Coding for Beginners: Subtract Two Numbers #programming #java #javaprogramming

Welcome to SmartEdTechX In this video, I will show you how to write a simple Java program to subtract two numbers. Whether ...

3:15
Java Coding for Beginners: Subtract Two Numbers #programming #java #javaprogramming

23 views

1 year ago

ojamboshop
🚀 NetBeans 26 IDE Review & Feature Tour | What's New in 2025

In this screencast, we explore the latest release of Apache NetBeans 26 — a powerful, open-source IDE for Java, C/C++, PHP, ...

49:36
🚀 NetBeans 26 IDE Review & Feature Tour | What's New in 2025

593 views

Streamed 7 months ago

Mohamad Aoude
Introduction to programming using JAVA Lecture 01 installing VS Code

... these resources as you learn and practice that concludes our first lecture on setting up your Java programming environment you ...

14:21
Introduction to programming using JAVA Lecture 01 installing VS Code

73 views

8 months ago