Projects⬇️

🌎 GeoGames LLC (Acquired) Description of the image

March 2024 - June 2024

GeoGrid - A daily trivia game made to put your geography knowledge to the test. GeoGrid has been played 10+ million times and has over 25,000 active daily players. This game was acquired by a game development studio within 30 days of the initial launch.



Play now by clicking the clip symbol at the top of this card!

Python fastAPI Vue.JS mongo DB
🍽️ SeatSecureDescription of the image

August 2022 - Present

To book my mom a fancy birthday reservation, I built an optimized bot that snipes reservations on Resy. After its initial success, I grew this bot to become among the most used reservation tools in the country accounting for over 10,000 reservations nationwide. Popular restaurants booked by this script include 4 Charles Prime Rib (NYC), Copra (SF), Anajak Thai (LA), Zahav (Philadelphia), and Boja De (Miami).



I wrote a technical summary of my code, which can be read by clicking the clip symbol at the top of this card.

Python HTML/CSS Restful API Requests
🛍️ Personal Business

March 2019 - Present

Developed Python software to monitor 60 websites that release products with high demand at retail prices which can be bought up and sold on secondary markets for substantial markups (sports cards, shoes, etc.). By reverse engineering the Restful API framework of these retail websites, a backend multi-thread monitoring system is established using Python's Requests library to send an alert when an item matching given keywords (e.g. 'Air Jordan 1' or 'Wayne Gretzky' ) is loaded onto a website. This efficient monitoring process helps track product releases online and ensures timely attention to valuable opportunities leading to profit in the secondary market.

Python Restful API HTML/CSS
🏒 Sports Betting OptimizerDescription of the image

Jan 2023

A script designed to maximize the expected value (EV) of sports bets on PrizePicks.com by scraping data from both PrizePicks and NHL.com. The tool scrapes player statistics and projections and compares them to locate the lines with the best odds of hitting for categories such as Shots On Goal, Hits, Assists, Points, Goals, and Blocked Shots. This script implements a z-score calculation to sort players based on their recent performance, helping users make informed and strategic sports betting decisions in NHL games.

Python Pandas .CSV Restful API Statistics
🔎 Geoguessr ToolDescription of the image

December 2022

A script designed to automate the gameplay process of GeoGuessr, a web-based game where players must guess their location based on visual clues from real-world images. This bot fetches the exact coordinates of the current round's location and submits a guess with those coordinates, ensuring a perfectly optimized score for every round played. By analyzing the API calls made during game initialization and guess submission, the script constructs the necessary requests, handles request headers, and verifies the successful placement of the guess.



I used this script to obtain the #1 global score in GeoGuessr. I wrote a technical summary of my code, which can be read by clicking the clip symbol at the top of this card.

Python File I/O Restful API CSV