Software Development
-
When Clouds Clear
When I first heard about Cloud Computing a few year back I was sceptical, not really paying attention to it,…
Read More » -
Eclipse Shortcuts for Increased Productivity
And so, today, I just wanted to share the best shortcuts that make life easier. And without further ado :…
Read More » -
The Truly Educated Never Graduate
Science can be very complex in theory and people failing to think in these abstract terms probably get cold feet…
Read More » -
What is Dependency Inversion? Is it IoC?
Today we are going to talk about one of the most confusing topics of all and see if we can…
Read More » -
What every Programmer should know about the memory system
Traditionally, RAM, or Random Access Memory, was used to describe a memory which offered the same access latency for all…
Read More » -
Those evil frameworks and their complexity
Frameworks like Hibernate and Spring are industry-standards. JSF, EJB and the likes are also standards and used in many applications.…
Read More » -
Eclipse Memory Analyzer (MAT)
In times past, when it came to tracking down sporadic memory problems in a complex Java application, it required using…
Read More » -
How many bugs do you have in your code?
If you follow Zero Bug Tolerance of course you’re not supposed to have any bugs to fix after the code…
Read More » -
Funny Computer Programming Quotes
I came across a collection of great computer programming quotes at devtopics which is hilarious. My top picks are as follows: “If Java…
Read More »