



September 23, 2015 | experience
Bridge Year Experience - University Ghent

September 4, 2015 | experience
Spending the summer at a Startup
This summer, just after finishing my exams for my bridge year, I decided to do something else this summer. After thinking about it for a long time, I thought, why not instead of working at an already established company, work for a startup instead? This is when I started looking out for startups that were in need of a developer to create their Minimum Viable Product (MVP).



June 5, 2015 | coding c
Finding smallest and biggest number multithreaded in C++
The goal of this exercise is to create a program that generates a table with random elements in it. Once we created this table we have to start 2 threads. 1 thread will find the biggest number and the other will find the smallest number. We will then send this to a result and print these 2 numbers.