ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,062 results

Jesse Warden
How to Use Dependency Injection in Functional Programming

I'll show one of the problems Dependency Injection solves in Object Oriented Programming code bases, then show a similar ...

18:45
How to Use Dependency Injection in Functional Programming

1,798 views

3 years ago

AUTOHOTKEY Gurus
🔥 Why Object Oriented Programming languages are taking over: Functional/Procedural vs. OOP

The other day a friend and I were talking about Functional verses Object oriented Programming. I'd read some posts about it years ...

9:20
🔥 Why Object Oriented Programming languages are taking over: Functional/Procedural vs. OOP

787 views

3 years ago

ConfEngine
Edward Kmett - How I discovered functional programming

Edward Kmett is the chairman of the Haskell Libraries Committee. Here he shares how he came to discover functional ...

4:34
Edward Kmett - How I discovered functional programming

5,337 views

4 years ago

Ben Beattie-Hood
Functional Programming in .net

In this talk we'll explore how to use a DDD functional approach in .net to do amazing things, such as reduce coupling, increase ...

17:28
Functional Programming in .net

2,303 views

5 years ago

InRhythm
Java for JavaScript Developers | James Woods

Even though it's a dynamic vs. statically typed language, there are still several 1 to 1 and 1 to 0.7 relationships from imports and ...

9:06
Java for JavaScript Developers | James Woods

751 views

7 years ago

buildingwitheze
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

Unlock the power of asynchronous programming in Java with CompletableFuture! For more subscribe here ...

4:05
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

39 views

5 months ago

Carlos Chacin
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

Vavr (Functional programming) ⏱️ TIMELINE: 00:00 - Intro 00:02 - Game Status 00:40 - Game Id 02:50 - DDD for Ids 05:00 ...

15:55
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

35 views

8 days ago

Functional Java with NawaMan
Introduction to FunctionalJ - Adding Functional Spice to Java Code

Introducing FunctionalJ library - a library to bring in numbers of functional programming goodness to Java. FunctionalJ page: ...

9:26
Introduction to FunctionalJ - Adding Functional Spice to Java Code

238 views

6 years ago

Code with Nakov | SoftUni Global
Programming Concepts Explained: Functional Programming

Functional programming is a way of thinking about software construction by creating pure functions. What exactly is functional ...

9:26
Programming Concepts Explained: Functional Programming

696 views

4 years ago

void theCoder
Testing my knowledge of Java elements

In distraction free mode, IntelliJ IDEA and Android Studio are indistinguishable - Did I spell that right? Anyways, it makes sense ...

5:47
Testing my knowledge of Java elements

12 views

1 year ago

westhillcs
DS 105: Functional Programming: Using Java's Library for Functional Interfaces

Computer Science Video for Westhill High School.

7:59
DS 105: Functional Programming: Using Java's Library for Functional Interfaces

17 views

2 years ago

The Debug Zone
Effortless Java Stream Refactoring: Simplifying Algorithms with Streams

In this video, we dive into the world of Java Streams and explore how they can transform complex algorithms into elegant, ...

4:23
Effortless Java Stream Refactoring: Simplifying Algorithms with Streams

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

56 views

9 days ago

Michael H
How Made: Animating with Functional Programming

Okay yeah it's java but the functions themselves are pure. Except for the disgustingly stateful Processing calls please ignore thank ...

18:23
How Made: Animating with Functional Programming

61,883 views

8 years ago

inayat ali lakho
Java   Lambda Expression   Functional Interface

Java Lambda Expression Functional Interface.

8:38
Java Lambda Expression Functional Interface

1 view

1 year ago

ConfEngine
Functional Ruby by Keith Bennett #FnConf 2025

This presentation explores Ruby from a functional programming perspective. While Ruby is primarily an object-oriented ...

19:21
Functional Ruby by Keith Bennett #FnConf 2025

977 views

10 months ago

FOSDEM
Never Functional Programming Language

by Sławomir Maludziński At: FOSDEM 2019 https://video.fosdem.org/2019/K.4.201/neverlanguage.webm Never is a simple ...

19:28
Never Functional Programming Language

228 views

6 years ago

The Debug Zone
Java Stream API: Convert MapK, MapV, X to MapK, MapV, Y

... a seasoned Java developer or just starting out, this tutorial will enhance your understanding of functional programming in Java.

5:24
Java Stream API: Convert MapK, MapV, X to MapK, MapV, Y

3 views

1 year ago

Roel Van de Paar
Software Engineering: Do functions make Java a functional programming language? (3 Solutions!!)

Software Engineering: Do functions make Java a functional programming language? Helpful? Please support me on Patreon: ...

4:12
Software Engineering: Do functions make Java a functional programming language? (3 Solutions!!)

3 views

3 years ago

Otavio Santana
Mastering Java Consumer Interface: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Consumer interface and learn how it can help you generate new values by ...

4:14
Mastering Java Consumer Interface: A Comprehensive Guide

880 views

2 years ago

dotconferences
dotSwift 2020 - Vincent Pradeilles - Implementing pseudo-keywords through functional programing

Filmed at https://2020.dotswift.io on February 3, 2020 in Paris. More talks on https://dotconferences.com/talks Swift is a great ...

14:03
dotSwift 2020 - Vincent Pradeilles - Implementing pseudo-keywords through functional programing

1,295 views

5 years ago

makingthematrix
Programming with Functions #5 - Immutability

Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...

12:42
Programming with Functions #5 - Immutability

938 views

4 years ago

Roel Van de Paar
Software Engineering: Is Functional Programming possible in Java? (7 Solutions!!)

Software Engineering: Is Functional Programming possible in Java? Helpful? Please support me on Patreon: ...

4:37
Software Engineering: Is Functional Programming possible in Java? (7 Solutions!!)

3 views

3 years ago

The Debug Zone
Java 8 Collect and Count: How to Sum Values with Streams and Collectors

Related to: #java8, #collect, #count, #sumvalues, #streams, #collectors, #javastreams, #javacollectors, #functionalprogramming, ...

6:43
Java 8 Collect and Count: How to Sum Values with Streams and Collectors

4 views

1 year ago

westhillcs
DS 102: Functional Programming - Lambdas Always Use Functional Interfaces

This video borrows heavily from the series of videos done by Java Brains on Java Lambda expressions. It is a video created for ...

13:22
DS 102: Functional Programming - Lambdas Always Use Functional Interfaces

14 views

2 years ago