An engine that can simulate the universe!
Starting June 2024
OK, not really. But it will be a physics engine. I'm getting started on this one pretty soon and it should be a blast! Never worked on anything like this before, so it should be a great learning experience. Excited to see where this goes!
Phong Pong - Pong, but in 3D
March 2024
This project was a final assignment for a Computer Graphics class I took at UCLA in my Sophomore year. With my team, we reimplemented the classic game Pong with 3D rendering. We also included a few cool powerups to make the game even more fun! Click on this card to check out the source code on GitHub!
An AI that can read your mind... kind of
March 2024
This project was a final assignment for a Deep Learning class I took at UCLA in my Sophomore year. With my team, we compared many different paradigms for classifying EEG signals, including CNNs, LSTMs, and Transformers. The results were pretty interesting and we summarized them in a paper that you can read by clicking this card!
Eventer - an online event planning platform
April 2023 - June 2023
This project was a final assignment for a Software Construction class I took at UCLA in my Freshman year. With my team, we made a full-stack web application that allows users to create and manage events. We used Google OAuth to make the app 100% secure. A demo is still not available, because deploying the app requires more effort and time than actually making it... In the meantime, check out the source code on GitHub by clicking this card!
Is There a Plane above Me? - An online app that tells you exactly what the name suggests
September 2022 - October 2022
This is one is a bit boring. It's just a web app that queries a few APIs and displays the results in a very elementary UI. I do think the functionality is cool though, especially if you're an aviation enthusiast.
KeepPack - An autonomous mailbox for packages
October 2020 - June 2021
I worked on this project for a national entrepreneurship competition in Belgium, back in high school. With a few friends, we decided to build a startup that essentially provides you with your own Amazon Locker at home, that works with any package delivery service. Our team won a national radio ad competition, and our logo was selected as the second best nationwide. Fun fact - our radio ad was broadcast on national radio for a week! Click on this card to check out our product website! It's in French, but it's still worth a look!
SchoolApp - Basically a Google Classroom clone
March 2020 - September 2021
This is the first large-scale project I worked on, with a couple of friends. We made a Learning Management System to be used by schools to manage classes and students. We implemented pretty interesting features such as file uploads, instant messaging, and calendars, from scratch.