Projects
A collection of my work in software development and system design

AWS Powertools (TypeScript)
Open-source contributions to AWS Powertools for Lambda (TypeScript), including JSON Schema validation, @validator decorator, and Middy.js middleware integration. Featured in 3+ AWS release notes.

AWS Powertools (Python)
Contributed schema support and recursive data masking for AppSync and WebSocket events using Pydantic. Ensured 100% unit test coverage and improved developer documentation.

CineMatch
Movie recommendation system using collaborative filtering and sentiment analysis to provide personalized movie suggestions.

DNS Server
Custom DNS server implementation with recursive query support and optimized caching, handling 5K queries per second.

Cosmos Daily
ReactJS web app integrating NASA's API to showcase daily astronomical images and celestial events.

Raft Key-Value Store
Distributed key-value store using Raft consensus protocol for fault tolerance and consistent data replication.

To-Do List
Simple and functional to-do list built with ReactJS, exploring essential features of a task manager and React core capabilities.