My Projects

Here's some of the projects that I've worked on.

Game Pidgeon Filler Algorithm

Mar 2026

@JS@P5.js

An minimax algorithm to solve the filler game on Game Pidgeon. Used various optimizations to look ahead as deep as possible to give the best move output.

NBA Player Stat Forecasting

Feb 2026

@Python #Bayesian-Modeling#Analytics

Two-stage probabilistic model for forecasting NBA player statistics, separating availability from production to reduce variance.

aryanpro.com

Feb 2026

@Svelte #UI-Design#Full-Stack

A simple personal portfolio site written in Svelte to showcase my projects and my design skills. It's also a way for people to contact me and find my socials.

Restaurant Waste Tracking System

Aug 2025

@SQL@Svelte #Supabase#Analytics

Data collection and analysis system for tracking prepared vs leftover quantities in a buffet environment, enabling trend analysis and waste reduction.

Gauntlet Gauge

Mar 2025

@Swift #macOS#Bluetooth

Native macOS menu bar utility for monitoring dual-battery Bluetooth devices, specifically for split wireless keyboards. Also provides configurable low battery notifications.

Trading Log Website

Sep 2024

@Svelte #Finance#Full-Stack

Lightweight web app for recording discretionary trades and post-trade analysis. Posted weekly updates and calculated long term trends.

Technical Indicator Backtesting Engine

Apr 2023

@Javascript@Node.js #Finance

Implemented technical indicators and a backtesting framework from scratch only using market APIs.