Last week i did an interview with a big video game company, King, probably the casual video games company. The point is they want somebody with strong backend skills, so here i am!, i thought! i have some skills with the back end layer, i know very well about the spring framework, orm, sql, nosql, performance, multithreading,…
About twitter and real time data
This is a draft about my next task, periodically ask Twitter with twitter4j api relevant things, for example, my timeline and trending topics to begin with. I am going to create a web service and then integrate that functionality with a topic rabbitmq using spring integration and a websocket managed by a controller, so I can display…
About big data, hadoop map reduce and the datos.gob.es initiative
Finally i can continue with this post, a sample with a big data technology, for example, a java map reduce task running on apache hadoop.First at all, you need to install hadoop, and i have to say that it is not trivial, depending of your SO, you may install it with apt, yum, brew, etc...…
More web sockets and real time data using an https channel
I like science in general, and space technologies, so it was clear that my first step is to use the latest know how, https://aironman2k.wordpress.com/2014/05/05/about-web-sockets-and-how-to-use-it-in-order-to-get-real-time-data/ in order to know where the International Space Station is.The idea is simple, i need to feed a rabbitmq server with stomp support with the json provided by an application server which…
About web sockets and how to use it in order to get real time data
The idea with this project is to learn how to achieve the effect of real time data appearing on the web browser without the need of refresh the web browser. How does it achieved? with web sockets technology, spring framework and rabbitmq broker message with stomp support and a bit of html5 and jquery. The…