Projects
-
Dex
Dex is a personal contacts manager that I built so that I could keep in touch with interesting people I would meet at networking events
-
Bookish
Bookish is a semantic search engine that finds books based on the semantic meaning of your query. Typical AI apps make LLMs that UI, but I was interested in other ways of using LLMs to personalize content.
-
Grep Clone
I built a simple version of grep from scratch, a command-line utility for search files. It was primarily made to understand the concurrency model in Go
-
DinDin
DinDin is a dinner party app that makes it easier to scheule and attend dinner parties. This project taught me how to design mobile apps for both android and ios
-
Immigration Data Visualization
I was curious to see how immigration numbers changed over time in the US, so I built a data visualization app to explore the data.
-
IoT Search Engine
This project was built for the campus maintainance team at my university. The search engine allowed workers to search sensor data from IoT devices to monitor things like temperature and CO2.