Credit Claim Service
- Role
- SDE Intern — Reskilll (Practern Technology Pvt. Ltd.)
- Context
- May 2026 — Present · Bengaluru, India
- Stack
- PythonFastAPIPostgreSQLGitCI/CD
- Source
- Private
A FastAPI service that turned a hand-run credit-grant process into an auditable, self-serve flow for a developer portal with 500+ users.
- 01
Designed REST APIs and PostgreSQL data flows covering the full lifecycle of a claim: submission, validation, grant, and reconciliation.
- 02
Traced state across services to root-cause the duplicate credit grants, rather than patching the symptom at the edge.
- 03
Wrote Python reconciliation scripts that validate records end to end, turning the recurring manual audit into an automated check.
- 04
Profiled the PostgreSQL query plans behind the hot REST endpoints, then applied indexing and query restructuring where the profile pointed.
- 05
Shipped incrementally through Git-based development, code review and CI/CD, working directly with product and operations stakeholders.
A manual credit-grant workflow replaced by a shipped, production service.
Duplicate grants root-caused and eliminated, removing a recurring manual audit step.
Average query latency reduced by 30% across production REST endpoints.
- Developers on the portal
- 0+Developers on the portal
- Lower avg. query latency
- 0%Lower avg. query latency
- Manual audit steps left
- 0Manual audit steps left
Concepts applied
- API design
- Data modelling
- Query optimisation
- Root-cause analysis
- Incremental delivery