These tutorials were the winning submissions for the FP Complete Real World Haskell Competition that ran from August 2013 to February 2014.
FP Complete competition winners
As of March 2020, School of Haskell has been switched to read-only mode.
-
Building a File Hosting Service in Yesod - Part 5 14 Jun 2015Michael Steele
In this entry we allow uploaded files to persist across application restarts. -
How Haskell can solve the integration problem 7 Mar 2014Alberto Gómez Corona
Will show how long running tasks, Web apps, workflows, EAI Orchestration and BPM applications share the same underlying problem: The "integration problem", that only haskell can solve with more simplicity, generality and maintainability -
Working with databases using Groundhog 13 Nov 2013lykahb
A gentle introduction to Groundhog library -
Interfacing with RESTful JSON APIs 21 Aug 2013BJ Terry
This tutorial outlines how to build an interface to a RESTful JSON API in Haskell using the Mailchimp API as an example -
Using the Foursquare API to get a list of trending venues 2 Aug 2013Bill Cauchois
No description given.