Alp met Haskell in 2008 while he was a student and got immediately hooked. He has tackled all kinds of tasks with Haskell since then, first as a hobbyist then for a living, releasing several open-source libraries along the way among which Servant. He now works for The Kitty Knows Ltd, where he builds all kinds of software from web applications to statistical learning algorithms, for in-house products as well as consulting clients.
Talks I've Given
-
From Types to Web Applications
Featuring Alp Mestanogullari
Servant (http://haskell-servant.github.io/) is a recent library for writing web applications with a quite novel approach: users describe web APIs with a type-level DSL. The library then uses that description, which can be inspected and transformed for great good to:
- provide very strong type...