RefDiff - A tool to compare different versions of Java source code to find refactoring changes between them... (more…)
Read more »
When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… (more…)
Read more »
Syntactic sugar (like the introduction of var) is often not enough to convince somebody (especially non-developer) to move forward. This is one of the reasons why Java 8, almost 7 years after its first release, is still widely used. However, many things h... (more…)
Read more »
I was very surprised to read so many negative and incorrect claims about Java EE in the recent Gartner's Market Guide for Application Platforms.
Read more »
The proliferation of heterogeneous hardware in recent years has driven us to consider that every system we program, most likely includes a mix of computing elements; each of which with different hardware characteristics enabling programmers to improve per... (more…)
Read more »