ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

298 results

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

11 years ago

Red Hat Developer
Reactive programming tutorial: Reactica architecture

Tutorial: Reactica architecture This is the third of a four-part interactive tutorial on reactive programming and Vert.x. The tutorial ...

7:12
Reactive programming tutorial: Reactica architecture

1,196 views

6 years ago

Design Patterns Lectures
The Message Bus Design Pattern

In this video, the Message Bus software design pattern is explained. Message Bus: Provide a common communication platforom ...

3:10
The Message Bus Design Pattern

7,569 views

5 years ago

Vaadin
What is Vaadin? The most productive way to build full-stack web apps on Java in 2025

Learn how Vaadin helps Java teams build complete web applications with its powerful UI components, Java-based Flow ...

3:02
What is Vaadin? The most productive way to build full-stack web apps on Java in 2025

11,952 views

1 year ago

Design Patterns Lectures
The Message Design Pattern

In this video, the Message software design pattern is explained. Message: Encapsulate information in a standardized way. This is ...

3:41
The Message Design Pattern

1,010 views

5 years ago

Vaadin
What if Java developers could build web apps without touching JavaScript? 🤔

Vaadin Flow is an open-source framework for building web apps in Java. It includes a large library of UI components and offers a ...

0:44
What if Java developers could build web apps without touching JavaScript? 🤔

17,764 views

2 years ago

Otavio Santana
Why Jakarta EE Still Matters for Modern Java Developers

When we talk about Jakarta EE, we are talking about the Java powers mission-critical systems across banking, telecom, and ...

7:11
Why Jakarta EE Still Matters for Modern Java Developers

700 views

8 months ago

Vaadin
How to Build a Java Web App from Scratch (Beginner Setup Guide)

In this step-by-step tutorial, you'll learn how to set up a complete Java web development environment and run your first Java web ...

8:50
How to Build a Java Web App from Scratch (Beginner Setup Guide)

70,764 views

12 days ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... use our to-do last right and starting in the middle we can use our to-do list as what we call a queue and um in a queue the way it ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

236 views

5 years ago

Red Hat Developer
Reactive programming tutorial: Reactive programming and Vert.x

Tutorial: Reactive programming and Eclipse Vert.x This is the second of a four-part interactive tutorial on reactive programming ...

7:25
Reactive programming tutorial: Reactive programming and Vert.x

9,521 views

6 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

25,467 views

1 year ago

Red Hat Developer
Reactive programming tutorial: Introduction

Tutorial: Reactive programming and Eclipse Vert.x This is the first of a four-part interactive tutorial on reactive programming and ...

4:08
Reactive programming tutorial: Introduction

1,689 views

6 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

Android malware creators constantly struggle to devise innovative methods to obscure apps and impede reverse engineering.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

36,910 views

2 years ago

YAWL User Group
Camunda compared to other BPMS

What sets Camunda apart in the BPM world? Camunda is presented as a business process management system that supports ...

0:18
Camunda compared to other BPMS

2,338 views

1 year ago

nipafx
Primitive Classes - JEP 401 #JavaNext #Shorts

JEP 401 proposes to introduce primitive classes to Java and the JVM - as the name suggests, they're basically classes that ...

0:50
Primitive Classes - JEP 401 #JavaNext #Shorts

1,243 views

4 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

50,154 views

4 years ago

Confreaks
RailsConf 2016 -  Pragmatic Lessons of Rails & Ruby in the Enterprise by Nathan Beyer

Pragmatic Lessons of Rails & Ruby in the Enterprise by Nathan Beyer Adopting Rails and Ruby for use within a large ...

41:11
RailsConf 2016 - Pragmatic Lessons of Rails & Ruby in the Enterprise by Nathan Beyer

1,543 views

9 years ago

Computer Graphics at TU Wien
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

Learn about commands in Vulkan, which represent actions to be performed/computed by a device such as your GPU, how to ...

37:03
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

13,828 views

4 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 12: Recursive Print using Interfaces

This step extends the interfaces that were defined and uses them to create a generic method for recursive printing. The code is ...

3:29
TypeScript for JavaScript Developers Part 12: Recursive Print using Interfaces

381 views

6 years ago

Vaadin
Build a full-stack Spring Boot web app in 10 minutes (tutorial) Vaadin Flow

Learn how to build a full-stack web application using Spring Boot, Spring Data, and Vaadin Flow. Download starter ...

10:04
Build a full-stack Spring Boot web app in 10 minutes (tutorial) Vaadin Flow

14,092 views

3 years ago

Jon Gjengset
impl Rust: Avro IDL tool in Rust via LLM

Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, ...

4:54:38
impl Rust: Avro IDL tool in Rust via LLM

14,781 views

3 weeks ago

Vaadin
Tutorial: Vaadin Flow Spring Security login (4 min)

Learn how to set up Spring Security and a log-in page with Vaadin Flow. 0:00 - Steps overview 0:19 - Add Spring Security ...

4:14
Tutorial: Vaadin Flow Spring Security login (4 min)

9,682 views

2 years ago

Design Patterns Lectures
Introduction to the Messaging Family of Design Pattern

This video show an overview over the Messaging Family of software design patterns: * Message: https://youtu.be/NAyKpqaHFvY ...

0:45
Introduction to the Messaging Family of Design Pattern

1,063 views

5 years ago

Chrome for Developers
Huellipsis #Shorts

GUI Snippets → https://goo.gle/GUIsnippets GUI Challenges → https://goo.gle/GUIchallenges Subscribe to Google Chrome ...

0:59
Huellipsis #Shorts

11,495 views

3 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,514 views

2 years ago