-
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 » -
Enterprise Java
Java EE: The Basics
Wanted to go through some of the basic tenets, the technical terminology related to Java EE. For many people, Java EE/J2EE…
Read More » -
Core Java
What are Mockito Extra Interfaces?
Mockito is my favored little helper if it comes down to write light weight JUnit tests. It is very useful…
Read More »