Tuesday, April 24, 2012

Private Cloud with Opennebula and Ubuntu

It´s about time for my private cloud! In this post I will walk through my latest hardware setup.

Sunday, April 01, 2012

Shooty: a HTML5-Canvas/JS Shoot-em-Up Game

In this post I am introducing "Shooty" a small HTML5-Canvas based shooter which which is entirely written in JavaScript and should run on any modern browser.


Sunday, February 19, 2012

Dubnotes: Refactoring - Part IV - Finishing serverside refactoring

After a lot of work put into the authenticator, the remaining structure of the code was easy to refactor.

Sunday, February 12, 2012

Dubnotes: Refactoring - Part III - More Authentication stuff

In my previous post I was talking about the authenticator and the quick_auth method, which I split into several pieces. I continue where I left off last time.

Sunday, February 05, 2012

Dubnotes: Refactoring - Part II - The Authenticator

In this post I am taking the big monolithic "quick_auth" method and refactor it into something a little better.

Sunday, January 08, 2012

Dubnotes: Refactoring - Part I - The Start

Making some plans on the design and starting to move the code of the app around.

Monday, January 02, 2012

Dubnotes: Decoupling the test environment

To create more and better tests, I have to decouple the system from the live Dropbox environment, because my tests need to be reliable and quick.