Articles

Coding Standards

...establishing and adhering to coding standards will create a basic understanding amongst all programmers participating in the project and make the code base easier to manage and maintain...Read entry

Trust No One

One of the central tenets of web application programming is: never trust the user input...Read entry

Garbage Collection Is For Suckers

If simple bugs are unavoidable, one can only imagine how difficult it would be to prevent more complex ones involving memory management...Read entry

Share and share alike...

When the mood moves me, I write software in my spare time. I have released some Java libraries as opensource, in the hopes that other developers will find them useful.

  • PooliT - an Object pooling library
  • XiMpLe - a Java-to-XML (de)serializer