Dealing with Estimations
One of my weak spots as a developer are estimations. I simply cannot estimate how long a software developing task will take. In this article, I write about h...
One of my weak spots as a developer are estimations. I simply cannot estimate how long a software developing task will take. In this article, I write about h...
Recently, a good friend of mine blogged about Degraph. Degraph is a tool to visualize dependencies between packages. Not only are these dependencies shown i...
In one of my recent articles, I wrote about my experiences in generating an Excel report with Apache POI. I want to complete my thoughts by summarizing my ...
As you might have noticed, my posts haven’t been as regular as usual in the last time. The reason for that is a new project that needs a lot of caretaking. M...
One of my recent assignments included writing an Excel report with Apache POI. This report has nine worksheets that cover different aspects of one business c...
This week, I practiced my first architectural kata (alternative link) with my mentor Jens Schauder and my co-mentee Thomas. These katas are meant to practice...
This week, I got around to adding some animation into the game and fixing a (again) thread-related bug. Exiting the Application After playing around with t...
For the next iteration of my tiny game, I wanted to add some action. I decided to let resources grow on themselve: Every three seconds, a resource spawner sh...
A couple of days ago, I saw an interesting way to prohibit the use of a method from a superclass. A coworker of mine wrote a subclass of a JTextField that sh...