Hello!

I'm Richard Chen, a Computer Science student at Stanford University

Get in touch richchen@stanford.edu

Background

I'm currently at Stanford University studying Computer Science. I've previously interned at Citadel Securities, Nuro, Meta, Wells Fargo, and Element Biosciences.

In my free time, I'm probably playing basketball or volleyball, making pottery, or jumping into bodies of water.

Skills
Languages
  • Python
  • C++
  • C
  • Java
  • SQL
  • JavaScript
  • HTML/CSS
  • Obj. C
  • PHP
Frameworks
  • React
  • PyTorch
  • NumPy
  • Pandas
  • Flask
  • Node
Tools
  • Git, GitHub, GitLab
  • Jupyter Notebook
  • Google Cloud
Other
  • Linux
  • Agile
  • Scrum
  • LaTeX
Experience
Jun - Aug 2023
Software Engineering Intern
Section Leader (TA)
Mar - Jun 2023
Software Engineering Intern
Jun - Sep 2022
Software Engineering Intern
June - Aug 2021
Software Engineering Intern
Apr 2020 - June 2021
Frontend Lead
July - Oct 2020
Software Engineering Intern
Aug 2018 - June 2020
Research Intern
Projects

Flight trajectory simulator using GEFS wind data for Stanford Student Space Initiative's (SSI) Balloons Team. HABSIM supports Zero Pressure Balloons and can predict flights over two weeks into the future.

Linux Python JavaScript Flask Apache

The "World's Worst Chess Engine", Stalemate will take any given set of pieces and find a board positioning that stalemates the opposing king, thereby throwing away any and all material advantage. Stalemate was designed by pruning a recursive backtracking algorithm to create a greedy algorithm, and is also equipped with graphics.

C++