spreadsheet-mapper - java mapping tools between excel and object...
Read more »
For most, “Hello World” has been the prominent choice of test phrase when beginning journey of learning a new programming language.
It’s… (more…)
Read more »
In July 2017, Java 9 will be released including the brand-new module system. This short introduction gets you started with modular development in Java 9. (more…)
Read more »
Apache Beam is a stream processor, helping developers migrate work between different processes to offload work onto runners that leverage external resources. (more…)
Read more »
Exceptions are commonly used for flow control in Java, but how well do they perform compared to return values?
Read more »