Software Developer

Park Beauty

Feb 2023 - Present

Software Developer

Madeyn

Feb 2022 - Sep 2022

Software Engineer Intern

PK INTL

Sep 2021 - Jan 2022

Marvin's Studio

Playlist Maker and Music Player, allowing users to share, fork, and collaborate on playlists with friends. Genre of the Week promotes new songs for users to try out.

Gesture Swiping Decoder

Decoding Gesture Swiping using the SHARK2 Algorithm and implemented using numpy. This program goes through multiple stages of pruning using location, shape letter based channels in order to reduce possibilities to a 'best possible word'

Synchronization Free Memory Allocator

A custom dynamic memory allocator designed for x86-64 architecture, which serves as a replacement for the standard malloc, free, and realloc functions typically supplied by glibc. Key features include the utilization of segregated free lists, which enables a 'first-best fit' block placement strategy, and an immediate colasescing algorithm to minimize external fragmentation.

SongOff

A song exploration app that allows users to vote on one of 4 daily picks to count toward the Song of the Day. Votes reset every 24 hours and the winner is stored in the database

DNS Dig Tool

The resolver takes as input a domain name. Using a recursive algorithm the tool resolves this query by first contacting the root server, the top-level domain, all the way until the authoritative name server.

GoLogoLo

Developed a logo creator using the MERN stack and includes functionality to create shapes, text, image importing and gradient coloring. Application includes an option to export your logo as a .png file for web usage.