ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

466 results

The Mentor CodeLab
Setup & Build Java Project - Java Tutorial | #2

Java Tutorial: Setup & Build Java Project I always prefer to setup and set the settings of my IDE and project as the very first thing in ...

32:58
Setup & Build Java Project - Java Tutorial | #2

63 views

2 years ago

Otavio Santana
Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...

28:14
Get more flexibility in your Java code by exploring reflection.

176 views

2 years ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

24,095 views

1 year ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,103 views

3 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,255 views

5 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,463 views

2 years ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

CS76
Week 1
2:01:36
Week 1

1,560 views

12 years ago

Dapp Code
Powerful Point Of Sale with -ASMR Typing Keyboard -java for beginners -34

Powerful Point Of Sale In Java Free | java for beginners | Sell and Making Money Online #java #javaprogramming SUBSCRIBE ...

38:13
Powerful Point Of Sale with -ASMR Typing Keyboard -java for beginners -34

2,494 views

1 year ago

Elide
Introducing Elide: A new NodeJS alternative powered by the JVM

Elide (https://elide.dev) is a new runtime and framework designed for the polyglot software era. With Elide, coding in multiple ...

48:07
Introducing Elide: A new NodeJS alternative powered by the JVM

4,039 views

2 years ago

Improbable Matter
How a Computer Works - from silicon to apps

A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...

42:32
How a Computer Works - from silicon to apps

1,933,878 views

5 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,738 views

3 years ago

Vaadin
Why we built Hilla: the modern web framework for Java

Does the world really need yet another frontend framework? We believe it does. With Hilla, you can build enterprise-grade web ...

54:08
Why we built Hilla: the modern web framework for Java

12,954 views

Streamed 3 years ago

Google for Developers
YouTube Developers Live: Setting up your Java IDE for Google API samples

Want to learn how to setup your IDE and Maven for YouTube API (and other Google APIs!) Java development? Join +Ikai Lan and ...

37:24
YouTube Developers Live: Setting up your Java IDE for Google API samples

28,495 views

Streamed 12 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,467 views

6 years ago

Confreaks
RubyConf 2017: JRuby: What Why How ... Do it Now! by Thomas Enebo & Charles Nutter

RubyConf 2017: JRuby: What Why How ... Do it Now! by Thomas Enebo & Charles Nutter Do you know JRuby? Built on the JVM ...

39:25
RubyConf 2017: JRuby: What Why How ... Do it Now! by Thomas Enebo & Charles Nutter

1,274 views

8 years ago

Vaadin
How a little bit of React might make your Java app even better by Leif Åstrand - Vaadin Create 2024

Discover how integrating React components into your Java applications can enhance functionality and user experience.

42:14
How a little bit of React might make your Java app even better by Leif Åstrand - Vaadin Create 2024

354 views

10 months ago

Heapspace
Java 11 to 21 evolution! - Mohamed Taman

Java is innovative with each release, and to become a creative engineer for your company, you should know what is new in your ...

37:58
Java 11 to 21 evolution! - Mohamed Taman

184 views

1 year ago

Vaadin
Full-stack React + Spring Boot app tutorial 2023 [Java + TypeScript + Hilla]

In this tutorial, Marcus Hellberg shows how to build a full-stack todo app with a Spring Boot Java backend and a React Typescript ...

21:16
Full-stack React + Spring Boot app tutorial 2023 [Java + TypeScript + Hilla]

14,324 views

3 years ago

Vaadin
How to build a retrieval-augmented generation (RAG) AI system in Java (Spring Boot + LangChain4j)

Learn how to build an AI powered application that knows your business context and is able to interact with your Java code.

42:50
How to build a retrieval-augmented generation (RAG) AI system in Java (Spring Boot + LangChain4j)

6,693 views

2 years ago

Otavio Santana
Money on Java: Why should we use Money-API in my Java code?

If you work in finance, e-commerce, or any area that needs to represent money, the biggest question is how to do it. We need to ...

20:59
Money on Java: Why should we use Money-API in my Java code?

1,197 views

3 years ago

Vaadin
Exploring enterprise AI patterns  by Marcus Hellberg - Vaadin Create 2024

Exploring enterprise AI patterns, talk delivered by Marcus Hellberg as part of the 2024 Vaadin Create Conference. #java #ai.

43:50
Exploring enterprise AI patterns by Marcus Hellberg - Vaadin Create 2024

189 views

1 year ago

YourWalkOnTech
What "handle an exception" means

A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...

24:32
What "handle an exception" means

33 views

1 year ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,887 views

6 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 years ago