ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

647 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

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

ConfEngine
Aaron Hsu - how he discovered functional programming and why he loves it!

"Early on, the biggest benefit was it [FP] gave me a way of engaging with the flow of the data through my program in a manner that ...

1:50
Aaron Hsu - how he discovered functional programming and why he loves it!

1,015 views

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

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

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

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

ConfEngine
Pure functional programming in your browser&server with PureScript by Vagmi at FnConf 15 Trailer

PureScript is a functional programming language with a very interesting monadic effect system. If you are a developer who targets ...

3:19
Pure functional programming in your browser&server with PureScript by Vagmi at FnConf 15 Trailer

163 views

10 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

Interview DOT
Java 8 How to Sort a Map using Lambda | What is Java Lambda  | Example Java Code Demo | InterviewDOT

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

3:00
Java 8 How to Sort a Map using Lambda | What is Java Lambda | Example Java Code Demo | InterviewDOT

924 views

5 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

Roel Van de Paar
Software Engineering: When to use functional programming approach and when not? (in Java)

Software Engineering: When to use functional programming approach and when not? (in Java) Helpful? Please support me on ...

3:08
Software Engineering: When to use functional programming approach and when not? (in Java)

6 views

3 years ago

Alex Demko
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

... switching from functional programming, this video will make object-oriented concepts finally click!! #oop #coding #programming.

0:06
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

221 views

7 months ago

The Debug Zone
Creating a Custom Predicate from a List of Predicates in Java

... this tutorial will provide valuable insights into functional programming in Java. Today's Topic: Creating a Custom Predicate from ...

3:19
Creating a Custom Predicate from a List of Predicates in Java

7 views

1 year ago

Interview DOT
Java 8 - When To Use A Lambda ? Benefits Of Lambda | Boiler Plate Code | Example Code | InterviewDOT

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

2:19
Java 8 - When To Use A Lambda ? Benefits Of Lambda | Boiler Plate Code | Example Code | InterviewDOT

1,286 views

5 years ago

Roel Van de Paar
Software Engineering: Javascript, functional programming and parallel processing (2 Solutions!!)

Software Engineering: Javascript, functional programming and parallel processing Helpful? Please support me on Patreon: ...

1:42
Software Engineering: Javascript, functional programming and parallel processing (2 Solutions!!)

2 views

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

8 months ago

Roel Van de Paar
Java monad implementation

Java monad implementation Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:07
Java monad implementation

237 views

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

Alex Demko
OOP & Classes: Clarity or Just More Chaos? ⚔️

... switching from functional programming, this video will make object-oriented concepts finally click!! #oop #coding #programming.

0:06
OOP & Classes: Clarity or Just More Chaos? ⚔️

500 views

7 months ago

The Debug Zone
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

In this video, we delve into the fascinating world of interoperability between Scala and Java. As two of the most powerful ...

1:54
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

6 views

5 months ago