Software Development
-
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 » -
Introducing new technologies – How to battle resistance
Previously I had posted about the sad drudgery developers often have to deal with in large companies. I’ve decided to…
Read More » -
What to do with IDE project files
Each IDE generates its specific project/config/build files. Eclipse generates .project and .classpath, and also the .settings directory. IntelliJ IDEA has…
Read More » -
Are frameworks making developers dumb?
Last week I got to take interviews to hire senior java developers with around 5 years of experience. But after…
Read More » -
Atlassian JIRA v.4.4 Released
Few days ago Atlassian released a brand new version of its flagship issue and project tracking software: JIRA v. 4.4.…
Read More »