Wenhao He (Jacky)
Ready to Build, Scale, and Innovate
Software Engineer based in New York with nearly 2 years of startup experience across full-stack development, AWS-backed systems, and production feature delivery
About Me

Experience & Education
Architected a multi-model AWS Bedrock pipeline routing parsing and scoring to Claude Haiku 4.5 and resume rewriting to Claude Sonnet 4.6, cutting semantically incorrect edits by 50% while keeping per-analysis cost under $0.05.
Built a Python post-LLM validation layer with semantic and structural checks for umbrella terms, abbreviations, word boundaries, and token overlap to recover missed keyword matches and adjust scoring.
Designed a DynamoDB cache with SHA-256 content hashing and gzip compression, reducing repeat-analysis latency from 25s to 19ms and eliminating Bedrock cost on cache hits.
Shipped a Mock AI Interview feature using Lambda handlers for start, turn, end, and session retrieval, with DynamoDB session storage and Bedrock-generated STAR feedback.
Built and shipped full-stack React, TypeScript, and GraphQL features across order management, customer accounts, and purchasing flows for a B2B wholesale platform serving daily production traffic.
Integrated the Stream Chat API for real-time messaging, supporting 500+ concurrent users across web and mobile in production.
Wrote Jest tests across ordering, products, promotions, vendors, POs, returns, accounting, and team modules, reaching 90%+ branch coverage and catching regressions before they hit production.
Set up Husky pre-commit and pre-push hooks to enforce linting, formatting, and build checks across the team, catching issues before they entered code review.
Owned the React Native mobile app (JavaScript, Firebase, Azure) from kickoff through launch, delivering profile, rewards, payments, and job board features for 300+ members.
Added job browsing, description pages, and a posting submission flow so members could find and share opportunities in-app.
Plugged in Azure Form Recognizer to auto-extract fields from uploaded job description PDFs, saving users from re-typing everything manually.
Compressed and resized profile images before writing them to Firebase, which dropped load times from minutes to seconds.
class SoftwareEngineer: def __init__(self): self.name = "Wenhao He" self.role = "Founder & Software Engineer" self._email = "wenhaohe8@gmail.com" self.education = [ "MS in Artificial Intelligence — University at Buffalo (SUNY)", "BS in Computer Science — University at Buffalo (SUNY)", ] self.certifications = [ "AWS Certified Developer — Associate (Issued Feb 2026)", ] self.experience = [ "Founder & Software Engineer @ ResumeMatch — New York, NY", "Full-Stack Software Engineer @ Clipp — New York, NY", "Full-Stack Software Engineer @ CAN International — New York, NY", ] self.stack = { "languages": ["Python", "TypeScript", "JavaScript", "Java", "C++", "Bash"], "frontend": ["React", "Next.js", "React Native", "Angular", "Flutter", "Tailwind"], "backend": ["Node.js", "Express", "GraphQL", "Kafka", "Flask", "FastAPI", "Spring"], "databases": ["MySQL", "PostgreSQL", "MongoDB", "DynamoDB", "Redis"], "ai_ml": ["Bedrock", "LangChain", "Chroma", "RAG", "LLMs", "TensorFlow", "PyTorch"], "cloud": ["AWS Lambda", "API Gateway", "DynamoDB", "S3", "Cognito", "Azure", "Docker"], } @property def current_focus(self): return "Building AWS-backed AI products and full-stack systems" def __repr__(self): return f"{self.name} | {self.role}"
Skills
Programming
Developing scalable solutions across low-level systems and high-level scripting.
AI & Machine Learning
Building intelligent systems with LLMs, RAG pipelines, and ML/DL frameworks for NLP and beyond.
Cloud & DevOps
Deploying and managing scalable, containerized applications on cloud platforms with IaC and orchestration.
Frontend & UI
Developing dynamic, high-performance web and mobile applications with modern frameworks.
Backend & Databases
Designing secure, efficient backends with REST APIs, GraphQL, and relational/NoSQL databases.
Deployment, Testing & Tools
Streamlining CI/CD pipelines, testing, and developer workflows.
Projects
Financial Document Intelligence Agent

Built a RAG-based financial document agent on Claude Haiku using the ReAct pattern, dynamically routing queries between Chroma and Tavily with local-first retrieval for finance and compliance questions.
Order Processing System

Built a Spring Boot event-driven order processing system with a transactional outbox, PostgreSQL, and Kafka to reliably publish order events and avoid dual-write inconsistencies.
Movie Recommendation System

Built an AI-powered movie recommendation system using Transformer models & TMDb metadata for personalized content. Engineered a scalable ML pipeline with AWS S3 & SageMaker for real-time inference & deployment.
Audio Cloning
Developed a deep learning project to clone a judge's voice, enabling it to narrate the decision from the Brown v. Board of Education civil rights case. Implemented advanced speech synthesis techniques for realistic voice generation.
Monocular Depth Estimation

Implemented encoder-decoder CNN architecture for estimating 3D distances from 2D images. The system can predict depth information from a single image, enabling applications in robotics, autonomous vehicles, and augmented reality.
Fruit/Vegetable Detection

Conducted a Computer Vision project to detect various fruits and vegetables in 2D images. The system can identify 30+ different produce items with high accuracy, supporting applications in retail automation and agricultural technology.
Blog
Technical Blog
Machine learning, system design, and engineering notes.
Deep dives into Machine Learning fundamentals and System Design patterns. From neural networks to transformers, and from video streaming to ticketing platforms, explore practical insights and architectural solutions.