Software Development
-
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 » -
Selling Yourself: Why? and How!
I know many good developers who are under the impression that they either don’t have to sell themselves, or selling…
Read More » -
Java Tools: Source Code Optimization and Analysis
Below is a list of some tools that can help you examine your Java source code for potential problems: 1.…
Read More »