Taekwondo

4th Degree Black Belt Testing

After training for over 9 years I earned my 4th degree black belt in late October 2021.

  • I broke 3 Black Boards (each equivalent to 2.25" wooden boards)
  • As a requirement of my 4th Degree testing, I created my own form (a series of defense & attack movements)

Johnson's Martial Arts Tournament

My medal!
My medal!
My medal!
Placement:

  • 1st place in Forms Division
  • 3rd place in Sparring Division

Coding

This website!

I designed, programmed, and deployed this website on a public URL in under 2 weeks.
This website is...

  • Used the VueJS framework (HTML, JavaScript, CSS) to develop a full-stack multi-page website featuring high school accomplishments
  • Wrote 400+ lines of HTML and 200+ lines of CSS to build an intuitive and functional front end
  • Used Git command lines to manage multiple branches, track changes, create and complete pull requests, and push code to a repository
  • Released GitHub repository to production using Netlify, a web service that deploys code from the main branch to a public domain

Click to view GitHub repository!

Automated Volunteer Hours Tracking

Python X Excel
Developed a local python program to automatically read and update volunteer hours upon submission.
The program:

  • Detects typos/spelling errors and, using intelligence I designed, informs the user of such occurrences with statistics necessary to correctly adjust data.
  • Uses Openpyxl (which enables read and write functionality for Excel files via Python), a library I learned how to use specifically for this project.
  • Can sustainably be used on a long term basis.

Click to view GitHub repository!