Tag: tutorial
All the articles with the tag "tutorial".
-
Real-Time Analytics With Apache Storm at Udacity
Marc Andreessen famously said that Why Software Is Eating the World. There is a lot of truth in this but if we think about it a bit more it feels that, nowadays, the way this is happening is via ma...
-
Raspberry Pi as NAS with Samba
This year I've bought a Raspberry Pi. I've wanted to play with it for a long time, but it was one of these things you keep delaying as I wasn't sure what to use it for. After moving to London, and ...
-
Twilio and Play Framework
Another year, more technology to test :) Busy as I am in Gumtree, I've been able to test some interesting stuff. You know, evaluation of technologies to see if they make sense from a business persp...
-
Enums to JSON in Scala
Scala gives the developer the possibility of using Enumerations. If they should be used or if Case Classes are better is a debate I'm not going to start here. They exist and they can be used.
-
Using Ansible to deploy Play Framework apps in EC2 instances
TL;DR: Clone Ansible for Play Framework to automate the task of deploying Play 2.x projects from a git repository into an EC2 instance.