Intern Full-Stack/ML Engineer specializing in LLM applications and mobile development
Los Angeles, CASoftware Engineer Intern1 years experienceInternTechnologyMobile ApplicationsEducation
ScreenedIdentity Verified
Connect with Caden
Caden already has a relationship with Reval, so a warm intro from us gets a much better response than cold outreach.
Recommended
Already have an account?
About
Backend engineer who built a serverless AWS Lambda microservices backend for a parenting assistance mobile app, including a personalized recommendation system optimized to sub-500ms via precomputed scoring and DynamoDB caching. Demonstrates strong production pragmatism: CloudWatch-driven performance tuning (provisioned concurrency), zero-downtime phased schema migrations, and robustness patterns like optimistic locking and request deduplication. Also led a refactor of an LLM RAG pipeline to improve retrieval quality and cut latency from ~5s to ~3s.
Experience
Software Engineer InternIlloominate
Software EngineerFHL Vive Center Research Lab
Data Analyst InternSee Hau Global
Education
University of California, Berkeleybachelor, Data Science (2025)
Key Strengths
Designed end-to-end serverless backend for a startup mobile app (AWS Lambda microservices)
Built hybrid recommendation architecture with precomputed scores + DynamoDB caching achieving sub-500ms responses
Used CloudWatch metrics to target high-impact performance work (auth/activity/recommendation endpoints)
Reduced latency ~40% by reusing DynamoDB client connections across Lambda invocations
API reliability via Pydantic validation and versioned schemas with backward compatibility