I’m the one kid who never liked C++ but end up defending it all the time against uninformed criticism. And who would really like to finally design a replacement for C++ that did everything better (which, by the way, Java does not).
| favorites | .net boost language-design compilers |
| likes | c++ |
| dislikes | php |
Experience
Itosa
Developer
01/2007 to 01/2008
Objective
Development of an assistant-based graphical application (“iTosa”) for the creation of domain-specific database front-ends (e.g. a custom-taylored till software) without requiring any knowledge of databases or programming. The application used the input to generate a (hosted or self-hosted) web-based front-end.
The user enters the domain model in a simple question-answer driven manner, describing the entities of their business, as well as their relationships. This model is then translated into an object-relational mapping, and then into a entity-relational schema to create an SQL database back-end on the one hand, and an administration GUI on the other hand.
Furthermore, the user enters business workflows (e.g. “customer buys a good”) by specifying the necessary steps in the process. From this, a state machine is derived and an appropriate assistant GUI is generated.
Contributions
I have contributed three parts to this project.
Smart-client GUI develoment
The graphical user interface and the assistant dialogs of iTosa. While the graphical interface design was done elsewhere, I have used this input to develop an MVC/WinForms-based application in C#.
Web development
A structural scaffold in PHP, HTML, CSS and JavaScript that consists of a library for the (service-based) database communication, and a bespoke MVC framework used to implement the individually generated web front-ends. This also includes templaces which are used by the front-end generator.
Front-end generator
A C# generator which creates the web application based on the user-defined domain model. The finished web application is highly customizable in every layer (corporate design, layout, custom plug-ins and behaviour) by the client. Changes to the model and subsequent re-generation of the web front-end do not destroy such customizations.
Illumina
Research intern
10/2008 to 02/2009
Objective
I’ve researched the possibility of using the (then current) Nvidia GPUs to improve performance of a high-speed algorithm used in sequence analysis.
Results
Due to the huge data load and low arithmetic density of the algorithm, the platform wasn’t very well-suited for this particular algorithm, or for sequence alignment in general. However, this needs to be re-evaluated now that the new Nvidia architecture supports a powerful on-chip cache which may drastically reduce the data throughput from RAM to GPU.
Education
Freie Universität Berlin
B. Sc. Bioinformatics
2004 - 2008
Bachelor thesis about the “Implementation of a Read Mapping Tool Based on the Pigeon-hole Principle”, the re-implementation of an industry-strength high-performance read-mapper using a C++ library for bioinformatics (SeqAn). Contribution of a binding and interface adapter for compressed index data structures for the SeqAn library.
Other
| First Computer | IBM ThinkPad from 1992 |
| Favorite Editor | MacVim |

