Yet another article (with a nice running example) on statelessness and HATEOAS…
RAII without exceptions
This article does a great job explaining why it is in fact possible to apply RAII even without exceptions. Nonetheless, I would still say that RAII is at its best when coupled with exceptions.…
List of Haskell Tutorials
A quite comprehensive list of Haskell tutorials and books. However, my all-time favorite remains Learn You a Haskell for Great Good! (LYAH).…