ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,519 results

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

ConfEngine
Aaron Hsu - exploring functional programming coming from an OOP mindset

Aaron Hsu shares his take on coming to functional programming when you are familiar with OOP. He has spoken at Functional ...

2:16
Aaron Hsu - exploring functional programming coming from an OOP mindset

646 views

4 years ago

ConfEngine
Michael Snoyman discusses how he discovered functional programming

Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He took time to share with us how he ...

2:25
Michael Snoyman discusses how he discovered functional programming

518 views

4 years ago

Peter Schneider
Java 21 guarded pattern exhaustiveness

Java 21 guarded pattern exhaustiveness I hope you found a solution that worked for you :) The Content (except music & images) ...

2:20
Java 21 guarded pattern exhaustiveness

12 views

2 years ago

Jesse Warden
Composing Functions - 3 of 15: Filter Humans

Blog Post: http://jessewarden.com/2019/01/four-ways-to-compose-synchronous-functions-in-javascript.html Code Sandbox: ...

1:30
Composing Functions - 3 of 15: Filter Humans

270 views

6 years ago

Noqta Music
What is Polymorphism in Java?

softwaretestengineer #testing #selenium #agile #sdet #qatester #software #api #apipostman #restassured #postman ...

2:58
What is Polymorphism in Java?

56 views

2 years ago

Interview DOT
JAVA 8 - CAN I UPDATE LOCAL VARIABLE INSIDE A LAMBDA EXPRESSION EFFECTIVELY FINAL | INTERVIEWDOT

JAVA8 #JAVA8INTERVIEW #JAVA8INTERVIEWLAMBDA #JAVA8EFFECTIVEFINAL Click here ...

1:57
JAVA 8 - CAN I UPDATE LOCAL VARIABLE INSIDE A LAMBDA EXPRESSION EFFECTIVELY FINAL | INTERVIEWDOT

3,535 views

4 years ago

ConfEngine
DRYing To Monads In Java8 by Dhaval Dalal at Functional Conf 15 Trailer

If you thought Monads are a mystery, then this demonstration would show you how to evolve your code towards a Monad without ...

3:08
DRYing To Monads In Java8 by Dhaval Dalal at Functional Conf 15 Trailer

116 views

10 years ago

ConfEngine
Thinking and Programming in Functional Style by Venkat Subramaniam

Functional programming has been around for a while, however, they have sharply raised to prominence on the JVM with the ...

3:06
Thinking and Programming in Functional Style by Venkat Subramaniam

1,189 views

12 years ago

ConfEngine
Michael Snoyman - benefits of functional programming

Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He shares what he sees the benefits of ...

0:59
Michael Snoyman - benefits of functional programming

458 views

3 years ago

Edgars Garsneks
What does Functional Annotation do?

If asked on interview could you explain what does the @FunctionalInterface annotation do? Watch this short video to find out!

0:45
What does Functional Annotation do?

1,684 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

0 views

1 month ago

Edgars Garsneks
Java Functional Interfaces? λ

Ever wondered what a functional interface is in Java? It's just an interface with ONE abstract method — perfect for clean, simple ...

0:57
Java Functional Interfaces? λ

375 views

7 months ago

ConfEngine
Rethinking HTTP Apps on JVM with Ratpack by  Naresha K at Functional Conf 15 Trailer

... laziness are the core techniques used in building an application, which in fact are the ideas from functional programming.

3:09
Rethinking HTTP Apps on JVM with Ratpack by Naresha K at Functional Conf 15 Trailer

240 views

10 years ago

ConfEngine
Benefits of functional programming - Francesco Cesarini

"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...

1:03
Benefits of functional programming - Francesco Cesarini

367 views

3 years 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

5 months ago

Roel Van de Paar
LuaJ - Creating a Lua function in Java

LuaJ - Creating a Lua function in Java Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:54
LuaJ - Creating a Lua function in Java

380 views

3 years ago

Jesse Warden
TDD in FP - Part 1 of 9 - Intro

... test driven development or tdd for short inside of a strongly typed functional language in this case it's going to be elm now when ...

1:44
TDD in FP - Part 1 of 9 - Intro

565 views

4 years 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

9 months ago

DevExpert - Programación Android y Kotlin
¿Cuál es el equivalente a las funciones de extensión para las lambdas?

Cuál es el equivalente a las funciones de extensión para las lambdas? Pack especial para aprender Kotlin + Jetpack ...

0:50
¿Cuál es el equivalente a las funciones de extensión para las lambdas?

1,427 views

2 years 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

1 month ago

Interview DOT
Explain Java 8 Lambda Expression | What is Lambda Expression | Example Java Code Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

3:03
Explain Java 8 Lambda Expression | What is Lambda Expression | Example Java Code Demo | InterviewDOT

4,487 views

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

7 months ago

Jesse Warden
Composing Functions - 1 of 15: Introduction

Blog Post: http://jessewarden.com/2019/01/four-ways-to-compose-synchronous-functions-in-javascript.html Code Sandbox: ...

1:14
Composing Functions - 1 of 15: Introduction

647 views

6 years ago

Interview DOT
JAVA 8 STREAM FIND THE LONGEST NAME USING JAVA 8 STREAM REDUCE | EXAMPLE CODE DEMO | InterviewDOT

JAVA 8 STREAM FIND THE LONGEST NAME USING JAVA 8 STREAM REDUCE | EXAMPLE CODE DEMO | InterviewDOT Click ...

1:27
JAVA 8 STREAM FIND THE LONGEST NAME USING JAVA 8 STREAM REDUCE | EXAMPLE CODE DEMO | InterviewDOT

706 views

4 years ago