kt.academy Logo
Alejandro Serrano Mena profile

Alejandro Serrano Mena

GitHubX (Twitter)LinkedIn

Alejandro is a developer and trainer specialized in functional programming. He has more than a decade of experience using and researching on functional programming, formal verification, and static analysis. He holds a PhD from Utrecht University on the topic of compilers for domain-specific languages. He is the author of "Functional Programming Ideas for the Curious Kotliner", "Practical Haskell", the "Book of Monads", and "Haskell (Almost) Standard Libraries".

Published articles

A birds-eye view of Arrow: Data Immutability with Arrow Optics
12/19/2022
Alejandro Serrano Mena
Alejandro Serrano Mena

A birds-eye view of Arrow: Data Immutability with Arrow Optics

Learn to use Arrow Optics to support working on immutable objects.

Learn morelearn more icon
A birds-eye view of Arrow: working with function with Arrow Core
11/28/2022
Alejandro Serrano Mena
Alejandro Serrano Mena

A birds-eye view of Arrow: working with function with Arrow Core

Learn about essential Arrow functions used for composition, memoization, recursion and functions generation.

Learn morelearn more icon

Reviewed articles

A birds-eye view of Arrow: Error Handling
12/6/2022
Simon Vergauwen
Simon Vergauwen

A birds-eye view of Arrow: Error Handling

Learn about Error Handling in Arrow, end how to effectively work with Either.

Learn morelearn more icon