Part 4 of a series on how I write REST-ish web services in Haskell with a dash of robustness
A messy, real-life example E2E test case for an API I'm working on
Part 3 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Part 2 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Part 1 of a series on how I write REST-ish web services in Haskell with a dash of robustness
How attempting to speed up my CI builds led to upgrading to GHC 8.2.2 (and eventually speeding up my CI builds)
An in-depth look at adding naive email templating to my Haskell web application.
How I added very naive in-memory caching to my haskell webapp
Adding light and easy Full Text Search with SQLite3 to my servant-powered web app
Documenting my move from Network.Wai.Session to Web.ClientSession
Setting up E2E testing with HSpec and PhantomJS.
How to add a content type for HTTP spec compliant merge-patching in Servant
Building a URL bouncer for a servant-powered web application