A couple projects I've worked on during my free time,
feel free to take a look and send a message if you ever have any questions

GIS-YummyMap
Developed a functional GIS application using the Open-Streets-Map database using STL in C++. Implemented parralel multidestination Dijkstra algorithm, A*, and 2-Opt to effectively solve the travelling salesman problem while mainting swift runtime.

BioBlender
Android app made for the UoftHacks hackathon using Android Studio. Application takes two animals as user input and finds a child animal that shares traits with the first two animals. Once the animal is discovered an information page is presented with 10 facts about the animal. All computations are performed through a Python script that interfaces with the OpenAI-API in order to find the find the new animal and 10 unique facts. Additionally I was responsible for creating a separate Python script to perform automated google searches to extract and display an image of each animal on the information page

TrackTC
Web-app made for the NewHacks hackathon using Django and React. Inspected the Toronto Transit Commission Alert website’s network tab to find source of live alerts. I was responsible for creating a Python script to access live alerts on a time interval and detect which bus or subway lines are affected in order to notify users through email

Ship Mayhem
Video game made using Unity in C#, sail around in a pirate ship while fighting off waves of incoming foes, give it a try, then try again to beat your high score. On release will be free to download and play!

League of Legends Icon Finder
Webapp made using a React.js in addition to a node.js server. This app takes in the username of a League of Legends player and fetches data from the Riot Games API, once the data has been fetched the given icon code can be used to outsource and display an image of the icon.
NOTE: Code must be maintained and can't be run at any moment since riot developper API key expires frequently.