Wenhao He (Jacky)
Ready to Build, Scale, and Innovate
Software Engineer with 2+ years of experience building production full-stack and AI-powered systems using Python, TypeScript, React, and cloud platforms
About Me
Experience
Collaborated in Agile/Scrum teams using Jira and Git to integrate AI-powered chatbot workflows (Botpress) into production, enhancing user engagement and content relevance.
Developed scalable full-stack applications (React, TypeScript, GraphQL, REST APIs, Flutter), improving workflows and boosting efficiency by 30%.
Built and deployed a real-time chat platform (GetStream, Firebase, TypeScript) using an event-triggered design for instant client updates, supporting 500+ concurrent users.
Automated testing and quality checks, achieving 90%+ branch coverage for critical workflows, ensuring stability and maintainability in production releases.
Initiated and led development of a membership app with job search and event features, engaging 300+ users.
Customized Azure Document Intelligence pipelines to extract structured job data (title, salary, qualifications), boosting downstream automation efficiency by 40%.
Built Azure Functions triggers for real-time NLP updates, improving responsiveness.
Integrated Firebase for low-latency storage and rapid access, supporting real-time analytics and app performance.
Reduced avatar load time from minutes to seconds, greatly improving UI responsiveness and user experience.
class SoftwareEngineer: def __init__(self): self.name = "Wenhao He" self.role = "Software Engineer" self._email = "wenhaohe8@gmail.com" self.education = [ "M.S. in Artificial Intelligence — University at Buffalo (SUNY)", "B.S. in Computer Science — University at Buffalo (SUNY)", ] self.experience = [ "Software Engineer @ Clipp — New York, NY", "Software Engineer @ CAN International — New York, NY", ] self.stack = { "languages": ["Python", "TypeScript", "JavaScript", "C++"], "frontend": ["React", "React Native", "Next.js", "Flutter"], "backend": ["GraphQL", "Node.js", "Django", "Flask"], "ai_ml": ["TensorFlow", "PyTorch", "OpenCV", "scikit-learn"], "cloud": ["AWS", "Docker", "GCP", "Azure"], } @property def current_focus(self): return "Building scalable full-stack & AI-powered solutions" 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 ML/DL frameworks for model training, computer vision, and NLP.
Cloud & DevOps
Deploying and managing scalable, containerized applications on cloud platforms.
Frontend & UI
Developing dynamic, high-performance web and mobile applications with modern frameworks.
Backend & Databases
Designing secure, efficient backends with relational and NoSQL databases.
Developer Tools
Optimizing workflows with version control, monitoring, and modern IDEs.
Projects
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
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.