Thursday, May 6, 2010
10 ways to suck at programming
FinalInt has a "don't do these" article for programmers. You have to check it; it's awesome.
Wednesday, May 5, 2010
use an online todo list
Tuesday, May 4, 2010
use maven on eclipse
Maven is a popular project management tool and it is quite practical to use it on Eclipse with the help of m2eclipse. To install m2eclipse in Eclipse:
- Help > Install New Software.
- Paste http://m2eclipse.sonatype.org/sites/m2e in "work with:" field and press enter
- Choose the only component listed under m2eclipse
- Click next and finish.
Tuesday, April 6, 2010
are your passwords weak?
One man's blog contains a very nice article about password weaknesses and tips on building strong passwords. I recommend it to anyone with an interest on using stronger and harder to crack passwords.
Wednesday, March 17, 2010
op4j - a useful java library
op4j is a cool java library with lots of nice features. Let's hear the definition of op4j from the official website;
I recommend the reading of the op4j presentation here for further information.
It is a Java library aimed at improving quality, semantics, cleanness and readability of Java code, especially auxiliary code like data conversion, structure iteration, filtering, mapping.
These are the features of the library (again, from the website):
- Apply functions on object:
Including more than 200 predefined functions for data conversion, string handling, calendar operation, math operations, etc... - Manage structures (arrays, lists, maps and sets), including:
Easily creating them from their elements (building).
Modifying them (adding / removing / replacing elements).
Iterating them, applying functions on each element.
Transforming them into other structures. - Execute conditional logic (execute actions depending on conditions).
- Define functions from expressions, for later use (similar to closures).
I recommend the reading of the op4j presentation here for further information.
Subscribe to:
Posts (Atom)