ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,071 results

Nix Vegas
Sean Gilligan - Cypherpunk Java with Nix (Nix Vegas @ DEF CON 33)

https://hackertracker.app/event/?conf=DEFCON33&event=63118 Cypherpunks write code that is open source, privacy-oriented, ...

32:40
Sean Gilligan - Cypherpunk Java with Nix (Nix Vegas @ DEF CON 33)

33 views

6 months ago

King Kodes
Intro to Lambda Expressions in Java (Pt.1)

Understanding the basics of lambda expressions in Java, how they simplify code, and to practice using them in various scenarios.

1:18:35
Intro to Lambda Expressions in Java (Pt.1)

23 views

11 months ago

devmark_ru
Functional Interfaces and Lambda Expressions in Java

The Stream API, which significantly simplifies working with collections in Java, is based on the concept of functional ...

13:39
Functional Interfaces and Lambda Expressions in Java

602 views

4 months ago

Peter Schneider
Softwareengineering: Passing a Scala function to a Java 8 method

Passing a Scala function to a Java 8 method I hope you found a solution that worked for you :) The Content is licensed under ...

2:35
Softwareengineering: Passing a Scala function to a Java 8 method

6 views

7 months ago

King Kodes
Intro to Lambda Expressions in Java (Pt.2)

Understanding the basics of lambda expressions in Java, how they simplify code, and to practice using them in various scenarios.

29:26
Intro to Lambda Expressions in Java (Pt.2)

24 views

11 months ago

The Debug Zone
How to Use Streams with OptionalMap in Java: A Complete Guide

In this video, we dive into the powerful combination of Java Streams and OptionalMap to enhance your programming skills. You'll ...

1:33
How to Use Streams with OptionalMap in Java: A Complete Guide

1 view

11 months ago

The Debug Zone
Understanding Generic Type Hints in Java Streams API: A Technical Deep Dive

As we explore the intricacies of type safety and flexibility in Java's functional programming paradigm, you'll gain a clearer ...

1:40
Understanding Generic Type Hints in Java Streams API: A Technical Deep Dive

14 views

9 months ago

The Debug Zone
Understanding Why Adding .map(a - a) Fixes Compilation Issues in Java

In this video, we delve into a common yet perplexing issue faced by Java developers: compilation errors that can arise when ...

2:54
Understanding Why Adding .map(a - a) Fixes Compilation Issues in Java

0 views

7 months ago

The Debug Zone
Java 8 Functional Interface for Callbacks: A Complete Guide and Solutions

In this video, we dive into the world of Java 8 functional interfaces, focusing specifically on their role in implementing callbacks.

1:34
Java 8 Functional Interface for Callbacks: A Complete Guide and Solutions

2 views

3 months ago

The Debug Zone
Java 8 Function Style: Understanding Currying vs Function Composition Explained

In this video, we delve into the powerful concepts of currying and function composition in Java 8, two essential techniques that can ...

1:31
Java 8 Function Style: Understanding Currying vs Function Composition Explained

0 views

4 months ago

The Debug Zone
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

In this video, we dive into the powerful features of Java 8, focusing on how to apply multiple functions to a single value using the ...

1:31
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

2 views

11 months ago

The Debug Zone
Understanding Why Functional Interfaces Can't Have Multiple Abstract Methods in Java 8

In this video, we delve into the concept of functional interfaces in Java 8, exploring their significance in the context of lambda ...

2:17
Understanding Why Functional Interfaces Can't Have Multiple Abstract Methods in Java 8

3 views

4 months ago

The Debug Zone
How to Use flatMap with Collectors in Java: A Step-by-Step Guide

In this video, we'll explore the powerful combination of `flatMap` and `Collectors` in Java, essential tools for processing collections ...

2:10
How to Use flatMap with Collectors in Java: A Step-by-Step Guide

1 view

9 months ago

The Debug Zone
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

In this video, we delve into the powerful features of Java 8 Streams and explore how they can be utilized to enhance the ...

1:55
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

0 views

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

90 views

2 months ago

The Debug Zone
Java 8 Streams: Handling Elements with Boolean Fields Effectively

... #javastreams, #handlingelements, #effectivejava, #javaprogramming, #functionalprogramming, #streamapi, #javadevelopment, ...

1:53
Java 8 Streams: Handling Elements with Boolean Fields Effectively

3 views

7 months ago

The Debug Zone
Understanding Lazy Evaluation in Java 8 Lambdas: A Guide to Persisted Results

Related to: #lazyevaluation, #java8, #lambdas, #persistedresults, #javaprogramming, #functionalprogramming, #java8features, ...

3:59
Understanding Lazy Evaluation in Java 8 Lambdas: A Guide to Persisted Results

2 views

11 months ago

The Debug Zone
How to Pass Previous Element Result in Java Streams: A Step-by-Step Guide

Whether you're a beginner looking to enhance your understanding of functional programming or an experienced developer ...

1:53
How to Pass Previous Element Result in Java Streams: A Step-by-Step Guide

16 views

9 months ago

The Debug Zone
Java Double Colon Operator: Resolving Overloaded Method Issues

In this video, we dive into the Java Double Colon Operator, a powerful feature introduced in Java 8 that simplifies method ...

1:54
Java Double Colon Operator: Resolving Overloaded Method Issues

0 views

5 months ago

The Debug Zone
Are Java Streams Stages Sequential? Understanding Stream Processing in Java

In this video, we delve into the intricacies of Java Streams and explore whether their stages are sequential. As a powerful feature ...

2:37
Are Java Streams Stages Sequential? Understanding Stream Processing in Java

2 views

8 months ago

nextapp devCon
Getting started with Functional Programming - Pascal Welsch | droidcon London 2022

Talk: Getting started with Functional Programming Speaker: Pascal Welsch Event: droidcon London 2022 Date: October ...

28:22
Getting started with Functional Programming - Pascal Welsch | droidcon London 2022

7 views

7 months ago

The Debug Zone
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

In this video, we dive into the powerful capabilities of Java 8's Stream API, focusing on how to effectively use multiple aggregate ...

2:55
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

1 view

7 months ago

The Debug Zone
Using Method References in Java to Remove Elements from a List

In this video, we explore the powerful feature of method references in Java and how they can simplify your code when working ...

1:31
Using Method References in Java to Remove Elements from a List

1 view

6 months ago

Coding wala Shree
Stream API Terminal Operations Explained | forEach, forEachOrdered, count, min, max | PART 6

Want to master Java Streams Terminal Operations? In this video, we cover some of the most important Stream API methods: ...

28:14
Stream API Terminal Operations Explained | forEach, forEachOrdered, count, min, max | PART 6

235 views

10 months ago

The Debug Zone
Java: Sum Two Double Arrays with Parallel Stream - Performance Tips

In this video, we dive into the powerful capabilities of Java's parallel streams to efficiently sum two double arrays. As we explore ...

5:22
Java: Sum Two Double Arrays with Parallel Stream - Performance Tips

12 views

5 months ago