Hi, I’m Parakram.
I’m a programmer who works mostly on Python backend systems. I use this site to collect the projects I build, the code I’m working on, and short updates on what I’m learning.
Start with my projects, or read more about me.
Projects
A Zango/Django app for managing insurance-claim billing: intake and tracking claims through a full lifecycle (draft → submitted → under review → approved/denied → appealed → closed), with role-based permissions for billing staff and managers at each step. A set of AI agents (claim validator, denial analyzer, appeal drafter) runs as independent Celery tasks to help process claims and draft appeals on denials. Background jobs run through Celery/Redis and data is stored in Postgres.
A Python/Pygame clone of the classic arcade game. You control a triangle ship, shoot incoming asteroids, and lose if one collides with the player. GitHub repo.
The first project from my Boot.dev course: a small Python CLI that analyzes a text file and counts how often each character appears. GitHub repo.
A Gemini-powered CLI coding agent that can inspect files, run Python scripts, and edit code inside a restricted project folder. GitHub repo.