Things I’ve made trying to put my dent in the universe.

I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.

  • Personal Portfolio Website

    A modern, responsive portfolio website built with Next.js 15, React 19, and Tailwind CSS v4. Features dark mode support, MDX for content authoring, and optimized performance. Deployed on Cloudflare Pages with fully automated CI/CD pipeline for seamless updates.

    github.com

  • Mistral NER Fine-tuning Framework

    A modular framework for fine-tuning the Mistral-7B language model on Named Entity Recognition tasks using memory-efficient approaches like 8-bit quantization and LoRA. It supports multi-dataset training, flexible label mapping, as well as serving via a FastAPI interface.

    github.com

  • GitBridge – GitHub Repository Synchronization Tool

    A production-ready CLI tool to synchronize GitHub repositories when direct git access is blocked. It uses the GitHub REST API and can fall back to Playwright-based browser automation. Supports incremental updates, proxy detection, detailed logging, and works across Windows, Linux, and macOS.

    github.com

  • Simple Document Question-Answering RAG

    A lightweight Retrieval-Augmented Generation system for document-based question-answering. Includes containerized deployment, notebook interfaces, and extensions for experimentation.

    github.com