All Projects
// Projects
Things I've built, broken and experimented with
Andromeda
2020
Android Emulator as a Service — a Spring Boot application that manages Android Emulator Docker containers on demand via a REST API and web dashboard. Eliminated manual emulator provisioning and stabilized flaky CI runs at FREE NOW. Open-sourced after internal adoption.
SameSkyChat
2026
An ephemeral real-time chat app that groups users into weather-based rooms. People around the world sharing the same local weather conditions are matched together, with messages that decay after 60 seconds.
news-master
2024
A Go backend service for news aggregation with modular architecture covering auth, notifications, and data management. Includes a CI/CD pipeline via GitHub Actions.
news-master-fe
2024
The TypeScript frontend for news-master, built with Vite. Includes linting, CI via GitHub Actions, and a modern component-based structure.