Apex Training - Swift

10/14/24

SwiftUI application with Google Firebase for managing weight training programs

Build and modify reusable weight training programs. Workout and program history can be viewed again anytime after completion.

View Project

Exercise Generator - Python

07/28/24

Build all possible formatted exercise strings from a Coda table containing exercise data

Retrieves exercise configurations from a Coda table through a GET request and converts the json response into a list of Exercise objects. All of the objects flagged to generate are sent back to Coda through a POST request.

View Project

Interest Calculator - Python

08/08/24

Generate account and interest data for a savings account

Submit projection parameters into a table/queue for the script to pick up and process. The queue is loaded through an API call. After the calculations are complete, the resulting data are posted to the projection data table where it can be analyzed and used in charts.

View Project