Picture of me

About Me


I am a Software Engineer that graduated Summa Cum Laude from Tufts University with a B.S. in Computer Science in 2020.

Some of my interests in Computer Science include algorithms, optimization, and data structures. I especially like reworking programs to make them more efficient or more user-friendly.

When I'm not working, I enjoy hanging out with friends, watching sports, and spending time with kids. For four years, I worked at my childhood summer camp in New Hampshire as a camp counselor, working with 7- to 14-year olds across the camp. I also volunteered at the local Elementary School near Tufts University through the Leonard Carmichael Society to provide a fun after-school experience for children living in Medford.

A collection of personal and school projects

My professional LinkedIn profile

A brief account of my education, qualifications, and previous experience

Résumé


Education

Tufts University, Medford, MA

Bachelor of Science in Computer Science, May 2020

GPA: 3.88, Dean’s List (2016-2020), Phyllis Karno Dean's Award for Leadership and Academic Excellence (2018)

Relevant Course Work: Algorithms, Data Structures, Web Development, Machine Structure and Assembly Language Programming, Concurrent Programming, Object-Oriented Programming, Computer Security, Database Systems, Programming Languages, Discrete Mathematics


Experience

Department of Computer Science, Tufts University
Teaching Fellow for Machine Structure and Programming, Jan 2019 – May 2020
Teaching Assistant for Machine Structure and Programming, Sep 2018 – Dec 2018
Teaching Assistant for Data Structures, Jan 2018 – May 2018
Teaching Assistant for Introduction to Computer Science, Sep 2017 – Dec 2017

  • Wrote starter code and assignment specifications for student assignments
  • Debugged student code and explained course concepts during office hours
  • Graded homework assignments and provided feedback on architectural design plans for projects

MathWorks, Natick, MA
C++ Software Engineer Intern, May 2019 – Aug 2019

  • Designed and architected a diagnostic tool used by internal developers, release engineers, and quality engineers to visualize changes in MATLAB builtin functions across different version rollouts
  • Reported and resolved 33 bugs, tasks, and enhancements in an agile work environment

200apps, Jerusalem, Israel
QA Intern, May 2018 – June 2018

  • Collaborated with Apple and Android development teams to identify, reproduce, and report 45 bugs and app crashes
  • Tested and debugged 12 mobile and web applications

Camp Young Judaea, Amherst, NH
Clubs Director, June 2018 – August 2018
Camp Counselor, June 2015 – August 2018

  • Managed camper clubs and activities through an online database
  • Organized staff schedules and camper attendance through Excel spreadsheets
  • Watched over campers aged 7- to 14-years-old in bunks
  • Worked at different departments at the camp such as Clubs, Arts and Crafts, Riflery, and Judaica

Skills

Programming: C/C++, Java, Python, JavaScript, HTML/CSS, Perl

Databases: PostgreSQL, MongoDB

Language: Conversational fluency in Spanish


Projects

citySounds Web Programming Final Project

  • Designed and implemented an online interactive music map that displays media based on city names with four other students
  • Utilized JavaScript and public web APIs found from online documentation

Universal Turing Machine

  • Utilized a series of data structures in C to architect a Turing Machine with segmented memory that understands 14 different machine instructions
  • Employed profiling tooling to optimize performance on benchmark tests by over 90%