lastminute.com logo

Technology

fp (6)

The power of functional interfaces in test

manuel_mandatori
manuel mandatori

How to use functional interfaces to mock behaviours in tests without implementing classes

How to live in a pure world

angelo_sciarra
angelo sciarra

Make side effects pure

A matter of purity

angelo_sciarra
angelo sciarra

What are pure functions? Why should you even care?

Checked vs unchecked exception (with FP glasses)

angelo_sciarra
angelo sciarra

The dark side of Unchecked Exceptions

Comonads for booking correlation

emanuele_colombo
emanuele colombo

How can category theory and typeclasses help us in our daily job? Let's see an example of real world usage for the Applicative and Comonad typeclasses.

Modular functional programming with Kotlin

emanuele_colombo
emanuele colombo

Functional programming in Kotlin could be very easy on the small, but how we can build a real-world application, splitting the code in some indipendent components and make them easily testable? Let's see a possible approach in order to solve this problem.