ProjectsContact

Projects

// Some of the projects are from work and some are on my own time.

Apr 26, 2025
32

ActiWeather

ActiWeather is a weather-intelligent web application that analyzes real-time weather conditions and your location to recommend the most suitable local activities and businesses currently open near you.

Read more →

Feb 1, 2025 7

HowSo

HowSo is an iOS social polling app built with Swift and SwiftUI that lets users create questions, vote on community topics, and see real-time results through animated visualizations.

Sep 30, 2023 5

Multi-threaded HTTP Server

Built a high-performance HTTP/1.1 server in C featuring custom reader-writer locks with three priority modes and a thread pool architecture for concurrent request handling. The server implements file-level synchronization to maximize performance while maintaining data integrity across GET and PUT operations.