ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

112 results

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

25,794 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,419 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,751 views

2 years ago

Vaadin
Speeding up React + Java Development with Hilla

Hilla is a Vaadin framework that makes it faster to build business web apps with a React frontend and Spring Boot backend using ...

46:10
Speeding up React + Java Development with Hilla

2,368 views

2 years ago

Vaadin
Tutorial: full-stack Spring Boot, Project Reactor & Lit chat web app 🍃⚛️

In this tutorial, Marcus Hellberg shows you how to build a full-stack chat app using the Hilla framework. 0:00 - Intro 0:19 - Creating ...

20:44
Tutorial: full-stack Spring Boot, Project Reactor & Lit chat web app 🍃⚛️

6,173 views

3 years ago

Vaadin
What is Vaadin? Walk-through and live code examples

In this video, Marcus Hellberg introduces you to Vaadin. Vaadin is a platform for developing modern web apps that connect to ...

26:50
What is Vaadin? Walk-through and live code examples

20,356 views

4 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,976 views

Streamed 4 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

29,349 views

3 years ago

Code Master
Pruebas Unitarias en Java con Mockito: Mini Tutorial  🚀

Descubre cómo implementar pruebas unitarias en tus proyectos de Java usando Spring y Mockito de manera fácil y efectiva.

27:56
Pruebas Unitarias en Java con Mockito: Mini Tutorial 🚀

328 views

1 year ago

Houston FPUG
Steven Proctor, "The Interceptor Pattern"

Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...

2:09:39
Steven Proctor, "The Interceptor Pattern"

702 views

3 years ago

Heapspace
Lean Spring Boot Applications for The Cloud - Patrick Baumgartner

With the starters, Spring-Boot offers a functionality that allows you to set up a new software project with little effort and start ...

33:39
Lean Spring Boot Applications for The Cloud - Patrick Baumgartner

63 views

2 years ago

DevExpert - IA para Desarrolladores
🔹 What is REACTIVE Programming 👉 [Coroutines Flow Part 1]

I show you how to learn everything about Kotlin in this free training: 👉 https://antonioleiva.com/free-training 🔹 What is ...

22:57
🔹 What is REACTIVE Programming 👉 [Coroutines Flow Part 1]

15,395 views

5 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.

180 views

2 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,741 views

3 years ago

Vaadin
Hacking with Spring & Vaadin by Josh Long and Marcus Hellberg - Vaadin Create 2024

"Hacking with Spring & Vaadin" is a dynamic, action-packed live-coding session featuring Josh Long (Spring Developer Advocate ...

46:29
Hacking with Spring & Vaadin by Josh Long and Marcus Hellberg - Vaadin Create 2024

1,897 views

1 year 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,496 views

3 years 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,066 views

2 years ago

Vaadin
How does Vaadin Flow work? (deep dive)

In this replay of an internal Vaadin Learn session, Leif Åstrand explains in detail how Vaadin Flow works. 0:00 - Intro 0:16 - What ...

28:18
How does Vaadin Flow work? (deep dive)

4,971 views

3 years ago

Codegram
An introduction to distributed tracing and Zipkin (Adrian Cole)

Talk given at Full Stack Fest 2017: https://fullstackfest.com This presentation reviews concepts, data model and architecture.

41:33
An introduction to distributed tracing and Zipkin (Adrian Cole)

5,094 views

8 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,204 views

3 years ago

Dandalf
C/C++ Electric Bill

Compute an electric bill with three tiers of billing rates using if..else if..and else statements.

25:06
C/C++ Electric Bill

787 views

4 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,328 views

5 years ago

Vaadin
Why is Lit so fast? 🔥 (30% faster rendering than React!)

Lit consistently outperforms React and VDOM in rendering speed by up to 30% [1]. How does it do it? In this replay of an internal ...

29:34
Why is Lit so fast? 🔥 (30% faster rendering than React!)

5,672 views

3 years ago

Drunken Engineer
Builder Design Pattern in java | Real Time Project Usage

This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...

22:37
Builder Design Pattern in java | Real Time Project Usage

6,608 views

4 years ago

Heapspace
Evolving your APIs, a step-by-step approach By Nicolas Frankel

When you publish your first HTTP API, you're more focused on short-term issues than planning for the future. However, chances ...

38:24
Evolving your APIs, a step-by-step approach By Nicolas Frankel

92 views

2 years ago