Lead Fullstack Engineer
DISCOMArchitecting a mission-critical Django platform for AICB, a major national institution in Burkina Faso, following Django best practices and Clean Code principles.
- Multi-tenant architecture: Designed a critical application for AICB with rigorous Django best practices and Clean Code.
- Dynamic forms & mass ingestion: Built a robust dynamic form management system supporting concurrent CSV imports of 200,000+ rows per file.
- High-throughput optimization: Identified PostgreSQL bottlenecks (connection pooling, N+1 queries). Refactored queries and connection pooling, reducing 10,000-row ingestion from 67s to 0.7s (96% improvement), processing 185,862 rows in 14s with no accumulation.
- Async architecture: Implemented Redis and Celery for background task processing, decoupling long-running data operations from the request-response cycle.
- Observability & monitoring: Built custom instrumentation for CSV ingestion exposed via a /metrics endpoint, with custom Grafana dashboards for actionable optimization insights.
- Stakeholder communication: Primary technical contact with AICB stakeholders, driving requirements gathering and technical advisory.