
Avisi on 11 December 2012
Consistent performance testing with Oracle, is it possible?
Ever wanted to improve a badly performing Oracle 11 database, or parts of it? How would you know for sure the performance improved for end users?
Avisi on 11 December 2012
Avisi on 29 November 2012
Avisi on 22 November 2012
Avisi op 16 April 2012
In my last blog, I talked about exploring Kotlin, a JVM language in development by JetBrains. In this blog, I'll walk through a larger piece of Kotlin code. Spell checker The program we're talking about is a simple spell checker. It reads a dictionary of words from a file (/usr/share/dict/words) into a set. Then it reads a sentence from...
Avisi op 15 February 2012
The Maven Release Plugin is really effective and easy to use. The initial configuration, however, can be a bit of a pain, especially because Git support is rather minimal. Here are a few tips that might help you get going...