My Personal Projects

Teacher of the Year Website

placeholder

A website to host the Teacher of the Year Aware for the CS Programme at the University of Groningen. Consists of both the backend and frontend

Solving the Partition Algorithm via a genetic algorithm github logo

placeholder

The partition problem is known to be an NP hard problem, so to find a solution quickly, I implemented a genetic algorithm to grow and solve it fast.

Self-hosted git server

Project image

To learn a bit about server management and git, I decided to self host my own git server. You can visit it here, if you like to see my public repositories (if any). Most likely it will appear empty as it will contain all my private data.

Converting C++ Commenting styles github logo

placeholder

For one company I did a project for (not listed in this page, as the project was closed-source), I had to create an object collision detection system in C++. I had written documentation in C++ style, but our team wished to write the documentation in Doxygen. So I create a quick tool in Java to convert my comments to my team's desired style.

Yelpcamp github logo

placeholder

One of my projects that helped me learn web development. This is a simple CRUD website, written with the MERN stack, that lets you examine the various national parks in the US.

Build-A-Burger github logo

placeholder

Another one of my projects that helped me learn. This is a simple application written in React that lets you "Build-a-Burger".