-
Enterprise Java
The Builder pattern and the Spring framework
Introduction I like to make use of the builder pattern whenever an object has both mandatory and optional properties. But…
Read More » -
Core Java
The Illuminating Javadoc of JDK 8
One of the nice features of the standard JDK 8 API documentation is the ability to view all or different…
Read More » -
Software Development
Are integration tests worth the hassle?
Whether or not you write integration tests can be a religious argument: either you believe in them or you don’t.…
Read More » -
Software Development
The economics of reuse
If need the same functionality in two projects, you should reuse code between them, right? Or should you? For as…
Read More » -
Core Java
Difference between WeakReference vs SoftReference vs PhantomReference vs Strong reference in Java
WeakReference and SoftReference were added into Java API from long time but not every Java programmer is familiar with it.…
Read More » -
Agile
Good Vs Evil
Posts about agile dying or becoming irrelevant come and go. God knows I’ve contributed to that movement. The latest wave…
Read More » -
Core Java
Default methods an approach to extend legacy code
As you know the new version of java was released on 18 March 2014 and i am going to introduce…
Read More » -
Career
Why Hire Older Engineers
Another day, another article about age and technology. The comments of these articles usually escalate into some generational war played out…
Read More » -
Software Development
The Way of the Pro
Enterprise developers are serious professionals. They don’t waste their time for creating silly things. They leave this to the hipster…
Read More »