Android • Java • Firebase • ParseDB
Hangouts is an event/social planner app that allows users to create events or "Hangouts" and share them with other users. Then, said users can join the event and rank their top picks for meal selection. The app then will run an algorithm to process each members preferences and calculate which restaurants might be a good fit for the member's current cravings. Finally, the app will display those restaurants on a map so participants can make a decision on where to go.
HTML • CSS • JavaScript • OOP
In this project, the problem of validating whether a string is a valid email address was addressed. To do this, a deterministic finite automaton (DFA) was used. Finite automata are powerful tools for validating input strings against specific patterns, and in this case, it was used to evaluate whether a given string satisfies the rules of a valid email address.
Python • Selenium • CSV
This web scraper navigates the FUT 23 web app, scans all the players in your current club, and dumps them into a CSV file. This can be opened in excel or viewed with a CSV extension. There you can filter by rating, nation, league, or club which helps when doing SBC's because you have easy view access to all your players with their respective attributes.