Software Engineer, Student

GitHubResumeLinkedIn
down arrow
up arrow

Interests

-Backend Development

-GNU/Linux

-FOSS

Work Experience

UnitedHealth Group- Software Engineer Intern

Summer 2022

Walmart Global Tech- Software Engineer II Intern

Summer 2023

Projects

2048 Solver-

[source]

This project is a simple 2048 game with algorithms to provide moves. I was able to use cppyy to execute c++ functions within python.

Linear System of Equations Solver-

[source]

This implements a couple of algorithms to solve linear systems of equations in a Python library. The main purpose of the project was to create a library with the Python interface in C, which I was able to do.

ELO Ranking League App-

[source]

ELO implementation for local rankings that takes games as entries and updates a leaderboard. It uses Flask for the backend, and worked well when deployed.

Purdue 3D Printed Prosthetics Club Website-

[source]

Scheduling website with authentication and admin controls. I was able to implement some more advanced react features as well as a RESTful API that interacts with postgres.

Twitter/News Sentiment Analysis Web App-

[source]

Simple website with a Spring Boot backend. Aside from the frameworks used, I was able to learn how to use enterprise APIs.