Dental Insurance Data Platform
Automated end-to-end data flows across 30+ U.S. dental insurance portals. The data comes out of those portals in inconsistent shapes; I get it into the clean schemas our product reads from.
- Built the browser automation layer in TypeScript with Playwright and Puppeteer, handling the harder bits: dynamic UIs, auth flows, session management.
- Wired LLM APIs into the pipeline to parse unstructured content and normalize fields. Cut a lot of manual mapping work and pushed up data quality at the same time.
- Built and ran services on Google Cloud (Cloud Run, Cloud Functions, Cloud Scheduler, Pub/Sub, Cloud Storage). Set up event-driven workflows for both scheduled jobs and on-demand triggers.
- Got deep enough into the U.S. dental insurance domain (eligibility, benefits, coverage rules, claims data) that it now drives most of my schema and validation decisions.