Truth Tables (… you can handle the truth)

About eight years ago I worked on my first major commercial software project. Before I worked as a freelancer and had mostly rather small and dull projects. This project however had a team of eight people plus management and it was surprisingly complex at times. One day we had to implement a feature which depended […]

How to set up a basic HTTP API with Erlang in 10 Minutes

I have recorded a short screencast, demonstrating how easy it is to set up an Erlang application with a HTTP API using Test Driven Development. If you can’t see the embedded video go to vimeo directly: https://vimeo.com/59832641 Make sure you have a recent version of erlang and rebar installed when trying it yourself. Get Erlang […]