For a recent academic project at CY Tech, my team and I built Med-Map, an application designed to address a real-world issue: optimizing the location of medical centers in areas with limited access to healthcare.
My main responsibility was the backend development. I wrote the application in Java, implementing spatial partitioning algorithms with Voronoi tessellations and Delaunay triangulations to calculate the best placements based on geographical data.
I really enjoyed this project because it allowed me to apply theoretical computer science concepts to a concrete social problem. It was also a great exercise in working as a team, managing our codebase with Git.
Technologies used: Java, Git.