About Me

I am currently a senior at Boston University, majoring in Computer Engineering, with a goal of becoming a software engineer. I am currently interested in full stack development, backend development, cloud services, and front end development.

Education

Boston University

Bachelor of Science in Computer Engineering May 2021

Relevant Courses: Algorithms and Data Structures, Operating Systems, Software Engineering, Cloud Computing, Computer Networking, Cybersecurity

Work

Capital One

Software Engineering Intern June 2020 - August 2020

    • Developed an internal Line of Business website with an Angular front end
    • Used Github for version control and web hosting
    • Demoed and worked with senior leaders to finalize and iterate on multiple designs for each page
    • Created wire frames using Omnigraffle to plan out designs before coding
    • Attended daily standups and worked with a team of interns using Agile methodologies

DAMP Lab at Boston University

Research Assistant June 2019 - August 2019

    • Developed an interactive form with a Jupyter Notebook that allowed biologists to label genetic circuits
    • Utilized Python with the Synthetic Biology Open Language to upload labelling data to an online repository
    • Aided in the development of a Qt-based GUI that allowed for an easier connection between the user and liquid handling robots

Boston University College of Engineering

Teaching Assistant Spring 2019, Fall 2019, Spring 2020, Fall 2020

    • Assisted with grading written and programming assignments
    • Held office hours to aid students with concepts and homework
    • Led lab sections of the course

Star Market

Night Relief Manager May 2015 - Present

    • Performed the duties of the Store Manager in their absence and ensured smooth operation of the store
    • Resolved any conflicts with customers and employees

Skills

  • C/C++
  • Python
  • Javascript
  • Java
  • Swift

Projects

Audio File Storage Service

Web Application

    • Developed a website that allowed users to upload audio files, transcribe them, and search them using the keywords
    • Used React to build out the front end and Django to create the back end
    • Deployed application on Amazon EC2 instances
    • Utilized Amazon S3, DynamoDB, Lambda, and Transcribe to store audio files, store metadata and user data, trigger transcribing, and convert audio files respectively

Course Tracker

Web Application

    • Created a website to plan schedules, display course information, and show comments in a centralized location
    • Implemented a web scraper in Python to gather course information at BU and stored it in Amazon DynamoDB
    • Built out the front end using React and used NodeJS for the back end

iOS Green Line App

Swift Application

    • Used Swift to call the MBTA API to gather Green Line train arrival information and predictions
    • Displayed branches, stations, and prediction data using TableViews
    • Implemented segues and transitions between each table of information

RISC-V Single Cycle Processor

Verilog

    • Created a single cycle processor that used the RISC-V instruction set architecture
    • Implemented and connected fetch, decode, registers, ALU, and RAM modules in Verilog