all the way from backend engineering & management to the user's screen :)
Developed Discord bot utilizing discord.py API to enhance communication and organization within gaming community of 300+ members. Hosted it on a virtual private server (VPS) for 24/7 uptime.
Visit Results: > recipe-analysis
Developed Discord bot utilizing discord.py API to enhance communication and organization within gaming community of 300+ members. Hosted it on a virtual private server (VPS) for 24/7 uptime.
Developed a high-performance REST API in C++ for managing student office hours queues, implementing custom doubly-linked list data structures with full iterator support. Built careful dynamic memory management, integrated comprehensive error handling. The system demonstrates low-level programming expertise while solving a real-world coordination problem for academic environments.
Created an intelligent text classifier in C++ that achieved 87% accuracy on Piazza post categorization. Implemented supervised learning algorithms with log-probability scoring, processing large CSV datasets to train the model. Built debugging tools to visualize training data and classifier parameters, showcasing both machine learning fundamentals and systems programming skills in a performance-critical application.