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 […]

Arduino Quicky

There are many good websites about getting started with Arduino. Here are two of them: First of all the Arduino website itself which contains a lot of tutorials, reference documentation, schematics of the Arduino boards and more. http://www.arduino.cc/ The second resources is a tutorial PDF which is available for free and covering all the basics. http://www.earthshineelectronics.com/files/ASKManualRev4.pdf