This tutorial teaches the core of the Java language, all the way up to Java 8. (more…)
Read more »
A company structure with a list of projects and their users - shpotainna/company-structure... (more…)
Read more »
Part 1 of The Weekly Challenge 171 : Create sub compose($f, $g) which takes in two parameters $f and $g as subroutine refs and returns subroutine ref i.e. compose($f, $g)-($x) = $f-($g-($x)) . While the problem is given in a Perl centric way, the intent i... (more…)
Read more »
The Java Stream API wasn't working the way it was supposed to. There is a fix, but it's interesting to see what exactly went wrong.
Read more »
At work today I came across an Eclipse feature for cleaning up Java code. It helps you to improve the code, for example to add final to attributes or parameters, or to improve boolean expressions. (more…)
Read more »