Mobile app + CRM backend
Healthcare backend, rearchitected for reliability.
- Reduced backend failure rate from 3% → 1% by rearchitecting MySQL schemas, hardening validation layers, and redesigning API flows across auth, appointments and CRM.
- Engineered a Kafka-based retry & reconciliation pipeline during the CRM migration — failed order syncs recovered automatically via backoff retries and idempotent processing.
- Cut file-upload and notification latency by offloading parsing, SMS/email triggers, and report generation to Celery + Redis async workflows.
- Strengthened CRM data integrity with role-based access control and secure cloud-storage uploads.