Education.

Northeastern University – San Francisco Campus, San Francisco, CA

Sep 2021 – Present

MS in Computer Science Candidate, GPA: 3.8 / 4.0

Relevant Coursework: Data Structures, Algorithms, Object-Oriented Design, Discrete Structures

University of Cincinnati – Main Campus, Cincinnati, OH

Aug 2015 – May 2019

BSc in Neuroscience, GPA: 3.953 / 4.0

Relevant Coursework: Statistics and Probability

Skills.

Languages: Python, Java, C

Web Technologies: HTML5, CSS3

Tools & Frameworks: Git, Swing, Tkinter

Projects.

Laboratory Information Management System (LIMS)

Northeastern University, July 2022 – Aug 2022

  • Designed and built a Laboratory Information Management System (LIMS) in Java to manage laboratory samples, tests, results, and associated data
  • Implemented LIMS using object-oriented design principles and the Model-View-Controller (MVC) architecture, ensuring high cohesion and loose coupling of components
  • Built a graphical user interface using the Swing GUI widget toolkit for Java
  • Wrote extensive JUnit tests for the model to ensure intended functionality
  • Wrote succinct Javadoc comments for interface, class, and method declarations

Shortest-Path National Park Tour

Northeastern University, July 2022 – Aug 2022

  • Collaborated with team members to design an algorithm that finds the shortest path to visit K National Parks in Continental US
  • Wrote a program in Java that implements the algorithm using Dynamic Programming techniques and a slight modification of the Bellman-Ford algorithm
  • Wrote a comprehensive report of the goal of the project, design decisions, implementation details within constraints, and future improvements
  • Recorded a 15-minute presentation that was uploaded to YouTube

Compound Interest Calculator

Northeastern University, Nov 2021 – Dec 2021

  • Built a compound interest calculator in Python to estimate average annual return and visualize compounding effect on investments
  • Designed and built a simple GUI using the Python Tk interface (Tkinter) to the Tcl/Tk GUI toolkit
  • Wrote extensive tests for core calculator functions