Associate Software Engineer
2Cimple · Full-time, On-site
- Built and owned the full backend as sole engineer: a modular monolith in FastAPI covering auth, payments, workflow orchestration, and user management, serving live production traffic.
- Reduced login latency 87.6% (1.2s → 149ms) via Motor migration, HMAC refresh tokens, and bcrypt work-factor tuning.
- Validated under Locust: 0 failures across 500 concurrent logins (P50 180ms / P99 280ms); 0.02% aggregate failure rate system-wide.
- Designed distributed payment workflows with MongoDB replica sets and multi-document ACID transactions, eliminating double-spend under concurrent writes.
- Cut Docker image 750MB → 341MB (54.5%) via multi-stage builds and reduced the image’s 700+ CVEs, including 2 Critical and 40 High, to 19 fixable CVEs; only 4 Medium direct-image findings remained, with the rest inherited from the base image.
- Reduced approximately 200 SonarQube code-quality and rule findings, after consolidating repetitive reports, to 19 actionable items; used Sentry error monitoring to keep production issues observable.
- Built async AI pipelines (Lambda, SQS, Bedrock, S3) off the request path; resolved wallet race conditions with distributed locking.