Projects

A few things I have worked on:

  1. 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.

  2. 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.

  3. 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.

  4. Zango

    An open-source Django framework I worked on at Zelthy. My work was mostly tests, docs, project tooling, and production data pipeline work.

  5. BenchWise (not actively maintained)

    A small Python SDK for writing LLM evaluations in a style that feels closer to tests than dashboards.

  6. 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.