Who Am I?

Hi! I'm Justin.

Software Engineer Intern at DocuSign


Graduating 2021 with an Informatics B.S. at the University of Washington.


Experience

Software Engineer Intern June 2019 - present

UW BIOFAB

  • Develop front-end interfaces in Ruby with internal API's for software facing molecular biologists
  • Implement and continuously improve features in laboratory protocols as requested by software users
  • Configure unit testing with internal extensions on protocol functionality and preconditions
  • Update and maintain existing code for consistent and standard programming practices

First Year Student Leader April 2019 - present

UW First Year Programs

  • Facilitated a classroom of first year university students and provided guidance through their first year
  • Created class curriculum to help students find resources, transition, and make academic choices
  • Developed communication and leadership skills through creation and organization of lesson plans

Recent Work

Maze Carver

• Wrote original implementations of a minimum priority heap with an array, a chained hash with a dictionary, a doubly linked list, and an array disjoint set. • Implemented Kruskal’s Algorithm with array disjoint sets to find the minimum spanning trees of a path between a start and finish in a maze of random paths and walls • Incorporated all data structures with Kruskal’s to recreate Dijkstra’s Algorithm, finding the shortest path between two nodes in any visually generated maze.