fsharp Deploying F# Suave web app to Azure using Flynn I was playing around with F# and Suave to build a service and the first thing I usually do whenever I dive into a new language and web framework is figure out how
elixir Binary pattern matching in Elixir with PNG parsing example Dealing with binary data has always been a pickle in OOP language. Pattern matching is very fundamental to Elixir making the functions much more descriptive. I was very pleased to see that the
rop Yet another "What is a Monad" post Disclaimer: I dont claim to completely understand what monads are as I am still learning more about them but this is my attempt to explain it how I understand it. Please correct me