Software engineer with expertise in data engineering, system design, and full-stack development.
I strive to tackle complex problems and transform them into elegant, practical solutions. From building user-focused full-stack applications to engineering scalable data systems and architecting cloud infrastructures, I approach every challenge with curiosity and a learner's mindset. My ultimate goal is to harness technology to create meaningful social impact, one step at a time.
Jan - May '25
Aug '23 - Feb '24
Aug '22 - May '23
An automated Python application that fetches random cat facts and posts them to Twitter. It leverages the Twitter API v2 for tweet management, Gemini API 2.0 Flash model for text creation, and is fully CI/CD utilizing GitHub Actions. Visit the page!
Full-stack cloud portfolio architected on AWS with serverless infrastructure. Features DynamoDB storage, Lambda functions, and Terraform IaC deployment. Implements modern responsive design with real-time visitor tracking and dark mode support.
A fully functional reimplementation of core Git version control features, built entirely in Java. It is able to replicate key Git operations such as init, add, commit, checkout, merge and etc.
Recreation of the classic 2048 puzzle game with GUI gameplay, tile animations, and high-score tracking in Java utilizing Object Oriented Programming