Core Java
-

Gradle Goodness: Getting More Dependency Insight
In most of our projects we have dependencies on other code, like libraries or other projects. Gradle has a nice…
Read More » -

JUnit in a Nutshell: Test Structure
Despite the existence of books and articles about JUnit testing, I still meet quite often programmers, who at most have…
Read More » -

Java yield-like using Stream API
Several programming languages, such as Ruby or Python to name a few, provides the yield command. Yield provides an effective…
Read More » -

How to use the new Apache Http Client to make a HEAD request
If youâve updated your Apache HTTP Client code to use the newest library (at the time of this writing it…
Read More » -

Command Design Pattern Applied
Hi there! Today i’m gonna share with you a really great programming design pattern. It has a lot of usages…
Read More » -

IDE: 5 most favorite NetBeans features
Development with pleasure…. NetBeans has many interesting features that make development very easy, with few steps, and makes for a…
Read More » -

Builder Design Pattern Applied
Hi there! Today i’m gonna share the first of a brand new design pattern series i made. The builder design…
Read More » -

Decorator Design Pattern Applied
Hi there! Today i’m gonna show the decorator design pattern in action. The decorator design pattern is a largelly used…
Read More » -

Oracleâs Latest Java 8 Update Broke Your Tools â How Did it Happen?
If youâve been keeping up with the news in the Java world lately, youâve probably heard that the latest Java…
Read More »



