Django REST Framework developer specializing in logistics and supply chain APIs.
I'm building toward backend roles at logistics API companies — the kind that abstract carrier integrations, warehouse operations, and reverse logistics into clean developer-facing APIs. My background is in warehouse and retail operations, which informs how I model the domain problems these systems are solving.
Multi-carrier shipping rate API modeled after Shippo. A single endpoint fans out across FedEx, UPS, and USPS simulators using a shared carrier abstraction layer, persists each rate, and returns them sorted cheapest-first.
Reverse logistics API modeled after Happy Returns. Covers the full return lifecycle across multiple merchant tenants, with object-level permissions enforcing data isolation and a webhook delivery system with retry tracking and HMAC signatures.
Warehouse management API modeled after Fishbowl Inventory. Tracks inventory movement through an immutable transaction audit trail across six operation types: receive, ship, adjust, transfer, and cycle count.
Python · Django · Django REST Framework · SQLite (dev) · PyCharm · GitHub