About Me

Hi, I'm Josh. I'm currently studying Computer Science and Commerce, specialising in Advanced Computer Science and majoring in Econometrics. I have experience coding in Python, Java, R, SQL, JavaScript, Haskell, C, and C++. Explore a few of my projects above!


Contact Me

easyFit

easyFit is a workout tracker app designed for Android and coded in Java. The app allows users to create and save workout plans, as well as view their past workout history.The app is listed on the Google Play Store here.The code can be seen in a GitHub repository here.

AFLforecast

AFLforecast is a forecasting model that predicts the margin of AFL games. The model is built on a multiple regression model, which uses a number of past performance indicators as predictors. In addition to the model, it is also a Twitter bot which tweets the predicted margins prior to each game. Both the model and the Twitter bot are coded in R.The code is located in a GitHub repository here.The Twitter account for the model is found here.

ResuMechanic

ResuMechanic is a resume generator coded in Python that takes a user's input and generates a formatted word document.The code is located in a GitHub repository here.