Full Stack Developer Foundation Health
- 30% faster feature rollout by architecting a Svelte design system with reusable components, design tokens (color, typography, spacing), and Storybook documentation, adopted across teams in a 500+ person engineering organization.
- Built and deployed an internal RAG knowledge tool using LangChain, Hugging Face embeddings, and HyDE retrieval over design system docs, component APIs, and runbooks - evaluated with LangSmith and tuned chunking + embedding config.
- Shipped white-labeled pharmacy, telehealth, and diagnostics product surfaces in SvelteKit on a SOC 2 Type II certified platform, letting health systems and consumer health brands launch digital care under their own branding.
- Built runtime multi-tenant theming for those white-labeled surfaces, deriving each tenant's full token ramp from their brand colors at load time with contrast handled inside the derivation, so WCAG AA held for any brand without a per-tenant design pass.
- Enabled tenant self-service branding with Contentful, letting health systems edit their own public page content and set their brand colors from the CMS instead of routing every rebrand through engineering.
- 15% faster backend response achieved by designing and developing RESTful APIs using Node.js and SvelteKit.
- 20% faster page load times delivered by building server-side rendered and interactive Svelte features.
- 100% unit-test coverage with Vitest in CI/CD, gating merges on coverage and type checks.
- Integrated Claude into CI/CD as an automated PR reviewer with a rules.md ruleset (architecture boundaries, layering, naming, type-safety, accessibility, coverage) - the agent enforces it against each code change with inline file/line feedback, cutting reviewer turnaround.
- Managed auth and session flows using Firebase Auth with SvelteKit server-side logic, handling thousands of active sessions reliably across role-based access boundaries.