Projects
A few things I have worked on:
-
Django: moving models between apps
My GSoC 2023 project for Django. The work focused on detecting when a model moves between apps, then generating migrations that preserve the data instead of treating it as a delete and recreate.
-
django-migrations-inspector
A migration safety toolkit for Django. It came from spending enough time around Django migrations to want better checks before migration files surprise you.
-
TimeSeed
A Python library and CLI for generating time-ordered IDs. I built it for cases where IDs should sort naturally and still stay unique across machines.
-
Zango
An open-source Django framework I worked on at Zelthy. My work was mostly tests, docs, project tooling, and production data pipeline work.
-
BenchWise (not actively maintained)
A small Python SDK for writing LLM evaluations in a style that feels closer to tests than dashboards.
-
djangoindia.org
The Django India community website. I built the first version and help maintain it, including Docker, Nginx, S3, Postgres, releases, issues, and PR reviews.