The following example will go over following Github repo created specifically for this. (more…)
Read more »
Writing a simple Java project without using external dependencies like Eclipse / Maven... (more…)
Read more »
Progressbar is a console-based progress bar for Java with minimal runtime overhead. (more…)
Read more »
In part I we promised you a solution to tracking data in complex Java code, so here it is: functional programming and nomads.
Read more »
When programming in C, one has to allocate and de-allocate memory by hand. It is an error prone process. In contrast, newer languages like Java often manage their memory automatically. Java relies on garbage collection. In effect, memory is allocated as n... (more…)
Read more »