Andrew Yeon
******.****@*******.*** https://github.com/AJYeon
Education
Whitman College (Walla Walla, WA) August 2016 - May 2020 Bachelor of Arts in Computer Science (with a Minor in Mathematics) Skills
Python · C++ · C · Java · CSS · HTML5 · WordPress · Javascript · R · SQL · PL/SQL · Go · Docker · Kubernetes Functional Programming · Object-Oriented Programming (OOP) · Data Structures & Algorithms · CI/CD Statistical Analysis · Web Development · UX/UI Design · Natural Language Processing · Image Processing Technical Experiences
Web Developer (Waypoint, Guam) June 2021 - Present
Scaled initial Figma web page plans to properly display on multiple screen sizes, display types, and devices by implementing responsive design philosophies such as media queries
Provided CEO and COO with various UX/UI design suggestions that would not only increase overall interactivity but also prevent overlooked edge cases from breaking the site.
Overhauled base landing page code by removing/tweaking memory-taxing artifacts, improving the overall speed and performance of the website by ~25%
URL: waypointgu.com
Software Engineer (UnitedHealth Group, Phoenix, AZ) June 2020 - June 2021
Wrote, refactored, and analyzed PL/SQL code for a database system that receives medical claims, processes them, and returns the processed claims back to their original source
Conducted a series of network relay tests by marshaling/unmarshaling JSON-encoded data from instances of Docker images to initialize a communication system
Cooperated with team members in an Agile test-driven environment to quickly close user stories through active assistance and efficient task-allocation
Improved documentation of existing user stories, artifacts, and team resources using Gherkin statements, concise language, and consistent styling/spacing techniques Computer Vision Engineer Intern (Apellix, Jacksonville, FL) May - November 2019
Developed a drone augmented human guidance system utilizing the ZED stereoscopic camera’s 3D spatial mapping capabilities
Programmed map initialization, point designation, and point navigation features by incorporating the built-in methods of ZED’s Python API into the design
Implemented a navigational user interface by applying OpenCV image processing functions over display resolution-scaled Tkinter windows
Tested the camera’s coordinate and object recognition capabilities in distinct physical environments
Documented system code and instructions-for-use through intuitive design illustrations, user-friendly descriptions, and detailed video tutorials Projects
Automated Crossword Solver (Written in Python) September 2019 - April 2020
Reduced puzzles to Weighted Constraint Satisfaction Problems over the words to calculate min. costs
Enhanced searches for potential word candidates with clue databases and NLP techniques Stream_challenge (Written in Python) August 2019 - Present
Constructed a bot that waits for viewer command through the Streamlabs Chatbot API and then initiates a round of turn-based RPG combat with the viewer
Encoded viewer information as objects of a “Fighter”class and stores the results in a text file that, when decoded using the username as a key, will continue the fight from where it had left off Utube2mp3 (Written in Python) July 2018 - Present
Created a script that takes a single string block, finds substrings resembling Youtube URLs using a variation of the KMP Algorithm, and then converts them to MP3 format
Augmented script with features such as sending the MP3 files to a Dropbox account and allowing users to save pre-filled responses, streamlining future conversion processes