Coder by day, superhero until before 10:30 PM because he starts getting really drowsy, who likes to learn about programming stuff
2016 is here and as part of my New Year’s Resolutions, I want to start meddling with a…
Recently I have been working with my very good friends Hector Mendoza and Rene Loperena in an application that integrates different Java technologies for our own amusement. The main idea was to parse RSS feeds from various world newspapers and…
Java EE CDI provides an out-of-the-box mechanism to handle application events and decoupling of the event producers and observers. The principles behind this mechanism are very similar to the Observer/Observable pattern. Here are some characteristics according…
Continuing with the topic of parallel computing, RxJava is a great framework for reactive programming, it can be seen as an extension of the observer pattern to support sequences of data/events and adds functionality to…
While still working on catching up with my Java 8 certification path, I recently was introduced to Java Streams and wanted to share some simple practice examples.