I developed a crowd sourced rating application allowing people to review movies, tv shows, products and places. I used Parse for the backend and cloud storage.
I made from scratch a tiny database-like system including a storage manager, a buffer manager, a record manager, and a B+- tree index. For this project I especially cared about memory management using Valgrind.
I built a simple transit application displaying the time remaining for the next train at your station in Paris.
Handcrafted blog engine coded in python using the framework Django
Contact managing website coded in java using the Spring MVC framework.
A simple python script to monitor my room using a RaspberryPi, a Webcam, PyGame and Dropbox API.
I'm using PyGame to capture images and add timecode to them and I'm uploading these images to dropbox using their CoreAPI.