Meditato - Software Engineering Intern
Remote · May 2025 – Aug. 2025
-
Built web scraping and data ingestion pipeline processing
5,000+ trivia questions from online sources and Kaggle
datasets, implementing deduplication via RapidFuzz (80%
similarity threshold) and data validation.
-
Trained logistic regression and gradient-boosted models
achieving 78% accuracy in difficulty prediction, enabling
real-time question adaptation based on user performance
patterns.
-
Implemented input validation and parameterized queries to
prevent SQL injection, filtering malformed data and handling
edge cases in JSON parsing.
Rutgers University - Teaching Assistant
New Brunswick · Sep. 2025 – Dec. 2025
-
Designed and delivered weekly recitation sessions for 25+
students, creating supplementary problem sets that reinforced
core algorithmic concepts and improved average quiz scores.
-
Supported 100+ students across office hours by diagnosing
recurring misconceptions and tailoring explanations to
different learning styles, reducing repeat debugging questions
over the semester.
Rutgers Dept. of ECE - Research Assistant
New Brunswick · Sep. 2024 – Present
-
Scraped and indexed metadata from 7,500+ computer engineering
papers (IEEE, CVPR) using Requests and BeautifulSoup,
extracting structured data on authors, affiliations, topics,
and citations.
-
Designed a PostgreSQL relational schema with junction tables
to support many-to-many author–paper relationships,
incorporating affiliation-based author disambiguation to
resolve name collisions.
-
Developed FastAPI search engine with asynchronous request
handling, achieving sub 1-second keyword retrieval across
indexed abstracts and metadata.