Projects
My project showcase
A full-stack social media platform for cinephiles and anime enthusiasts to discover and share iconic movie/show screenshots. Features include image posting, a social feed, likes, and real-time-ready chat. Designed with a positive-only community experience by intentionally omitting comments.
A full-stack real-time chat application with instant messaging powered by WebSockets. Implemented a modern UI using shadcn/ui components, with PostgreSQL as the database and Drizzle ORM for type-safe schema management.
A real-time network monitoring tool that tracks and visualizes live network activity. Designed with a FastAPI backend for high-performance async data streaming and a React frontend dashboard.
A Retrieval-Augmented Generation (RAG) application that allows users to upload documents and query them using a local LLM. Implemented vector embeddings for semantic search and a FastAPI backend with a React chat interface.