Dec 26, 2008: New Blog, New Design
Since I started my PhD studies at the Programming Technology Lab (PROG) at the VUB in Brussels a while ago, I had to update my pages a bit to reflect my new live as a scientist.
Oct 6, 2008: I am done, finally :)
Yes! Finally! I am done with my Master’s Thesis.
Aug 10, 2008: Software Variability: a Programmers’ Perspective
One important part in research is the discussion with other people about your research topic, and well, the SVPP’08 was my first real research event and I really enjoyed it 🙂
Apr 27, 2008: PHP Unconference 2008
Heute, am zweiten Tag der Unconference hier in Hamburg, hab ich endlich ein wenig Zeit mir auch ein paar Vorträge an zu hören. Gestern musste ich unerwarteter Weise gleich zwei mal ran.
Feb 18, 2008: Traits for PHP
During the last six months I’ve studied a language construct called Traits. It is a construct enabling fine-grained code reuse beside single inheritance in classical object oriented languages. A first implementation of this concept has been around for Squeak. Since I’ve used PHP already for a quite long time now, I decided to dig into its internals and implement Traits for PHP, too.