# Projects

> Check out my projects and work

Source: https://hugo-portfolio-teal.vercel.app/projects/


Here's a collection of my projects and work. These showcase my skills, interests, and contributions across different domains.


## Pages
- [Web Crawler](https://hugo-portfolio-teal.vercel.app/projects/web-crawler/index.html.md): A small, dependency-minimal Rust web crawler that fetches a seed URL, extracts same-host links from the homepage, and saves HTML responses to disk.
- [Agent Circuit Breaker](https://hugo-portfolio-teal.vercel.app/projects/agentic-circuit-breaker/index.html.md): A lightweight Python circuit breaker for agent and LLM calls — monitors failures and temporarily disables expensive operations when a threshold is exceeded.
- [Inference Engine](https://hugo-portfolio-teal.vercel.app/projects/inference-engine/index.html.md): Distributed inference framework (coordinator + workers) with memory-aware admission control, backpressure, and failure resilience.
- [Similar Player Finder](https://hugo-portfolio-teal.vercel.app/projects/similar-player-finder/index.html.md): A data analytics project that finds FIFA 22 players similar to a custom profile using one-hot encoding, feature scaling, and cosine similarity — exposed via a FastAPI endpoint.
- [Mongo Easy Migration](https://hugo-portfolio-teal.vercel.app/projects/easy-migration/index.html.md): A MongoDB plugin that simplifies writing and managing database migrations with a structured API, per-record callbacks, and built-in logging.
