Posts tagged as:
Series: Writing a Haskell API Server
Writing a Haskell API Server, Part 4
We’re open sourcing the code that this series of blog posts is based upon.
Guarantee Authentication via Haskell's Type System
In Part 2 we proceeded to closely mirror our domain logic using Haskell types and typeclasses
Writing a Haskell API Server, Part 2
In part two, we move on into the Haskell realm where we can build up true domain logic.