ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,284 results

Lambda World
Lambda World 25 - Starship Enterprise: Functional Programming at Huge Companies by  Jack Higgs

Practicing functional programming inside a Fortune 100 enterprise can feel like flying the Starship Enterprise through asteroid ...

30:49
Lambda World 25 - Starship Enterprise: Functional Programming at Huge Companies by Jack Higgs

208 views

4 days ago

confiturapl
2025 - Marit van DijkPiotr Przybył - Learning modern Java the playful way

Staying up to date with Modern Java can feel overwhelming. If you don't have any experience with recent Java versions (or at all), ...

59:09
2025 - Marit van DijkPiotr Przybył - Learning modern Java the playful way

187 views

6 days ago

Code Sync
From ‘Java Sucks’ to ‘Java…Eh, Not Bad’: Vert.x & Java 21 - Thomas Gebert | Lambda Days 2025

This talk was recorded at Lambda Days in June 2025. If you're curious about our upcoming event, check https://lambdadays.org ...

43:17
From ‘Java Sucks’ to ‘Java…Eh, Not Bad’: Vert.x & Java 21 - Thomas Gebert | Lambda Days 2025

113 views

2 weeks ago

EdxPath
Functional Programming in Java - Complete Course on Functional Programming & Lambdas

Functional Programming in Java with this concise tutorial. We guide you through essential Java 8 features, including Lambda ...

3:51:20
Functional Programming in Java - Complete Course on Functional Programming & Lambdas

38 views

10 days ago

Scala Days Conferences
Panel: Functional Programming And the Real World [Scala Days 2025]

Panel: Functional Programming And the Real World with Dimi Racordon, Evan Czaplicki, Martin Odersky & Ralf Jung.

39:12
Panel: Functional Programming And the Real World [Scala Days 2025]

371 views

1 month ago

Glabay
Lambda Expression in Java - what is this magic?

In today's video, we're going to discuss lambdas, break them down, and explore the types of problems they solve. By the end of ...

13:24
Lambda Expression in Java - what is this magic?

51 views

12 days ago

Concept && Coding - by Shrayansh
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...

1:13:53
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

4,099 views

3 weeks ago

Brewed Logic
Functional Interfaces And Lambdas Are Much Easier Than You Think...

Are functional interfaces actually overrated… or do we just misunderstand how they work with lambdas? In this video, I break ...

4:47
Functional Interfaces And Lambdas Are Much Easier Than You Think...

92 views

2 weeks ago

Carlos Chacin
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

Vavr (Functional programming) ⏱️ TIMELINE: 00:00 - Intro 00:02 - Skull King Game 02:00 - Game Dynamics 02:30 - TDD Game ...

11:59
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

49 views

5 days ago

codedigets
🔥 Java 8 Functional Interfaces: Predicate, Function, Consumer, Supplier

Stop writing verbose anonymous classes! PREDICATE: Stream filtering like a PRO FUNCTION: Data transformation pipelines ...

18:49
🔥 Java 8 Functional Interfaces: Predicate, Function, Consumer, Supplier

5 views

4 days ago

Java Guides and Learn AI with Ramesh
Master Spring Boot and Microservices: The Complete Spring Boot and Microservices Roadmap for 2026

Today we are walking through the complete Spring Boot and Microservices roadmap for 2026. This roadmap is designed to take ...

12:13
Master Spring Boot and Microservices: The Complete Spring Boot and Microservices Roadmap for 2026

3,324 views

9 days ago

TechnoTownTechie
Functional Interface Lambda Expression in Java Primitive & Compose functions & Diamond problem

Functional Interface Lambda Expression in Java Primitive & Compose functions & Diamond problem.

1:01:22
Functional Interface Lambda Expression in Java Primitive & Compose functions & Diamond problem

7 views

4 weeks ago

The Curious Coder
Java List vs Set vs Map | Difference Between List, Set & Map in Java

In this video, we compare List vs Set vs Map in Java and explain how they differ within the Java Collection Framework. You'll get a ...

18:05
Java List vs Set vs Map | Difference Between List, Set & Map in Java

367 views

5 days ago

codewithamod
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

In this video, we will learn how to find duplicate characters in a string using Java 8 Stream API. This is a commonly asked Java ...

2:53
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

0 views

10 days ago

Java Guides and Learn AI with Ramesh
Java Full Stack Development Roadmap: Industry Ready Full Stack Java Developer Roadmap 2026

Full Stack Java Developer RoadMap 2026 Backend Java Java Functional programming (Java 8) IDEs IntelliJ IDEA Eclipse IDE ...

9:56
Java Full Stack Development Roadmap: Industry Ready Full Stack Java Developer Roadmap 2026

4,375 views

12 days ago

AVA®
𝗨𝗹𝘁𝗶𝗺𝗮𝘁𝗲 𝗝𝗮𝘃𝗮 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝗮𝗹 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀

New Release! We are thrilled to announce the launch of our latest title — Ultimate Java ...

0:32
𝗨𝗹𝘁𝗶𝗺𝗮𝘁𝗲 𝗝𝗮𝘃𝗮 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝗮𝗹 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀

0 views

3 weeks ago

TechyHive
Top Java Interview Question#4

This video explains how a Java lambda function/expression is internally invoked by the JVM. It also explains method references ...

10:40
Top Java Interview Question#4

3,987 views

4 weeks ago

vlogommentary
Understanding Functional Interfaces and Lambda Expressions in Java

Learn why Java's functional interfaces allow calling methods seemingly without explicit definitions, explained with lambda ...

2:09
Understanding Functional Interfaces and Lambda Expressions in Java

0 views

4 days ago

Java Kotlin Scala Rust
Advent Of Code Day 1 Part 1 | Java, Kotlin, Scala, Rust

Showing u my solutions for Advent Of Code Day 1 Part 1 using 4 languages.

46:33
Advent Of Code Day 1 Part 1 | Java, Kotlin, Scala, Rust

16 views

5 days ago

BVNR
Java Functional Interface explained in 15 seconds!  #Java #Coding#Java 8 features

A Functional Interface is an interface with only one abstract method, used mainly with Lambda Expressions and Streams API in ...

0:21
Java Functional Interface explained in 15 seconds! #Java #Coding#Java 8 features

58 views

3 weeks ago