Case study 02
WhiteCrow Research
Software Engineer · Mumbai · Jan 2022 — Mar 2025
4TB
I also automated application deployments to the AWS instances through deployment scripts, implemented Google login for authentication, and used MySQL events for scheduled database maintenance.
The problem
Talent search ran over a 4 TB JSON corpus, and an unthrottled API surface meant one heavy client could degrade the platform for everyone.
What I built
I owned backend development for three years — REST APIs, data models, and client integrations — optimised the Elasticsearch queries and database operations behind search, and built an anti-scraping rate limiter with per-client request budgets and Fibonacci-escalating lockout windows for repeat offences inside 24 hours.
Stack
- Node.js
- Elasticsearch
- MySQL
- AWS
- REST API design