Recent Posts

Firefox tips and tricks

less than 1 minute read

Check out these 15 firefox tips and tricks! The ones I like most are Ctrl+Tab (rotate forward among tabs) and Ctrl+1-9 (choose a number to jump to a specific...

Inspect your Java codebase with SemmleCode

1 minute read

This Eclipse plugin seems to be a nice tool to drill down into your company codebase. You can gather with it code conventions, metrics, styles, method name p...

Method Refactoring

1 minute read

bpfurtado has raised an important question concerning some odd practices in software programming. People who code applying the same paradigm to all computer ...

Integrating Struts and Spring

1 minute read

My coworker Max has argued with me there is no relationship between Java web based frameworks, specially Struts and Spring. Well, I completelly disagreed wit...