ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

85,457 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,831 views

4 years ago

dotconferences
dotGo 2015 - Francesc Campoy Flores - Functional Go?

Francesc discusses the feasibility and practicality of functional programming in Go. Is it possible to go all the way functional?

20:49
dotGo 2015 - Francesc Campoy Flores - Functional Go?

10,543 views

10 years ago

Laz Built It
OCaml in 90 Seconds

Get Cracked at Coding: https://app.codecrafters.io/join?via=lcarrio Ocaml is a general-purpose, functional programming language ...

1:54
OCaml in 90 Seconds

51,742 views

1 year ago

ConfEngine
Edward Kmett - Why Haskell?

In this interview he shares the benefits of the Haskell functional programming language, especially when you are working at scale.

2:34
Edward Kmett - Why Haskell?

21,579 views

4 years ago

Jesse Warden
Beginner's Guide to Functional Programming

We cover the basics: - pure functions - lenses - list comprehensions - curry & partial applications We don't cover Category Theory ...

1:05:33
Beginner's Guide to Functional Programming

1,344 views

7 years ago

Confreaks
LambdaConf 2015 - The Next Great Functional Programming Language   John A  De Goes

John has no clue what the next great functional programming language will be like, but he's more than happy to hop up on stage ...

57:57
LambdaConf 2015 - The Next Great Functional Programming Language John A De Goes

12,394 views

10 years ago

dotconferences
dotSwift 2018 - Paul Hudson - Elements of Functional Programming

Filmed at https://2018.dotswift.io on January 29th in Paris. More talks on https://dotconferences.com/talks Functional programming ...

16:19
dotSwift 2018 - Paul Hudson - Elements of Functional Programming

12,906 views

8 years ago

ConfEngine
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

How do you decide whether a programming language is worth using or not? By necessity, such decisions are usually based on ...

51:13
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

3,211 views

7 years ago

WebCamp Zagreb
Bob Ippolito - Functional programming

Academic curiosity or industry's secret weapon? Functional programming languages and techniques have a reputation as being ...

59:14
Bob Ippolito - Functional programming

185 views

10 years ago

Bulgarian Java User Group
From Functional to Reactive Programming, Venkat Subramaniam

We're in the midst of renewed interest in functional programming. At the same time we see quite a bit of excitement around ...

56:37
From Functional to Reactive Programming, Venkat Subramaniam

18,744 views

7 years ago

MiXiT
Functional Programming with C# (Simon Painter) #MiXiT2023

Functional Programming is becoming increasingly popular and relevant with each year that goes by. With so much discussion ...

1:00:45
Functional Programming with C# (Simon Painter) #MiXiT2023

290 views

1 year 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,418 views

4 years ago

ConfEngine
Why Functional Programming Matters by John Hughes at Functional Conf 2016

25 years ago I published "Why Functional Programming Matters", a manifesto for FP--but the subject is much older than that!

56:10
Why Functional Programming Matters by John Hughes at Functional Conf 2016

70,334 views

9 years ago

CppNow
Intro to Functional Programming in C++

David Sankel's presentation from C++Now 2014 Slides are available here: ...

1:15:54
Intro to Functional Programming in C++

15,016 views

11 years ago

ConfEngine
The Essence of Functional Programming by Richard Feldman #FnConf 2022

This talk dives into the origins of functional programming, going all the way back to where the term was first introduced, to see how ...

46:05
The Essence of Functional Programming by Richard Feldman #FnConf 2022

6,907 views

3 years ago

NUS Hackers
Practical Functional Programming

Interested in exploring functional programming in web development? Join us for an introductory workshop on Elixir and Phoenix, ...

1:52:49
Practical Functional Programming

1,275 views

2 years ago

ConfEngine
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

In 2022, I presented "Do We Really Do FP in Java?", a discussion of the language features of Java that support functional ...

47:16
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

247 views

11 months ago

Houston FPUG
Richard Feldman, "New Ways to Roc!"

In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...

2:23:52
Richard Feldman, "New Ways to Roc!"

9,101 views

2 months ago

ConfEngine
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

APL is the original functional programming language, the grand-daddy, the Godfather, and the old workhorse. But don't let ...

1:26:42
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

6,506 views

6 years ago

ConfEngine
Hierarchical Free Monads & Software Design in Functional Programming by Alexander Granin #FnConf19

Functional Programming is going through the same process of rethinking as Object Oriented Programming has passed already.

50:28
Hierarchical Free Monads & Software Design in Functional Programming by Alexander Granin #FnConf19

4,130 views

6 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,313 views

5 years ago

Code with Nakov | SoftUni Global
Functional Programming [Dev Concepts #4]

Functional programming is a programming paradigm where programs are constructed by applying and composing functions.

25:08
Functional Programming [Dev Concepts #4]

1,002 views

4 years ago

The ASF
Functional Programming in Java, Groovy, and Kotlin - Kenneth Kousen

Thank you to all of of our ApacheCon@Home 2021 sponsors, including: STRATEGIC --------------- Google PLATINUM ...

43:18
Functional Programming in Java, Groovy, and Kotlin - Kenneth Kousen

266 views

4 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

700 views

4 years ago

Robert Schäfer
#3 Functional Programming + Software Testing

In this episode we talk about #functionalprogramming in #javascript, pure and impure functions, higher order functions as well as ...

1:36:24
#3 Functional Programming + Software Testing

44 views

5 years ago