Jeff VanSickle
Systems engineer and administrator
Cardio Kickboxing (CK) Workout Generator
In 2020 I found myself missing the Friday cardio kickboxing workout hosted at Kirksville Taekwondo, especially the lack of a pre-defined set of rounds. This tool allows you to build a workout and save/print it to a document you can share. I'm a big fan of learning by doing, and this project got me deep into some Javascript. Especially as regards the need for this application to work on a touch device like an iPad, I got some great experience in.
Ruck Roulette
GORUCK is a lot of fun, if you like pain. And I do, at least a little bit. This project predates the CK workout generator and is a study in Flask and AWS' API Gateway. Again, I learned a ton and programmed for a purpose. If you're looking to build functional fitness, this is a great way to go.
awsenv
awsenv is a solution to storing local AWS credentials securely. Using GnuPG, credentials can be kept encrypted on disk at all times. awsenv extracts credentials into environment variables, allowing for profile switching and defaults. After closing your current shell or doing the built-in destroy function, your keypairs are removed, leaving only the GnuPG-encrypted content on disk.
See my other projects at GitHub.