Development
My primary focus is in backend engineering, but I have made some full-stack applications.
I also have a strong curiosity for systems programming and cybersecurity.
Projects
Full-Stack Applications
Firebird - Senior Project
GitHubMonitors the Bluesky social platform in near real-time using its API to detect potential natural disasters (wildfires, earthquakes, etc.) based on public discourse. Analyzes twet volume, sentiment velocity (via ML), and geographic clustering to identify anomalies. Visualizes potential incidents and sentiment trends as an early situational awareness tool.
Networking & Systems Programming
TCP to HTTP Server
GitHubImplemented a custom HTTP/1.1 server from scratch over raw TCP sockets in Go. Developed a robust request parser to extract HTTP methods, paths, and headers, handling various edge cases and malformed inputs.
Go TCP Client/Server
GitHubA simple TCP client and server implementation written in Go, demonstrating basic networking concepts.
Multi-threaded Hash Tree
GitHubA C program implementing a multi-threaded hash tree, exploring concepts in systems programming and concurrency.