How I built LoginWithHN, an OAuth2+OpenID Connect provider for HackerNews.
Part 4 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Announcing rbb (redis bootleg backup), a tool for backup up redis clusters with only client access. A tool for otherwise reasonable redis administrators backed into a corner and looking to jackhammer their way out.
I finally got around to completing & releasing exceptionfree-readfile, a library for reading files that doesn't log any exceptions when you run a program with +RTS -xc -RTS, unlike base's readfile
If you're into Mithril, have I got the new shiny, experimental, component library for you!
A small focused Haskell library implementing a Count-min data sketch
Part 3 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Introducing Rhymote, a plugin and mobile application remote for Rhythmbox
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 I went about serving a full HTTPS enabled 3 tier application application on Kubernetes
Some commentary on the experience adding Cookie based authentication for a Servant API
Adventures in functional programming and simple web API servers