Tag: scala
All the articles with the tag "scala".
-
Real-Time Analytics With Storm - Done!
And Real-Time Analytics with Apache Storm it's over. Kinda. But it has been a fun road to travel.
-
Real-Time Analytics With Storm - Lesson 2
I just finished the second lesson of Real-Time Analytics with Apache Storm. At this stage I should be able to understand how Sprouts and Bolts interact, and to parse data from Twitter in real time.
-
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...
-
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.