Things I've made just having fun and learning.
I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Lots of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.

Archery Guru
An app for archers to track their scores and progress over time. Built primarily with Flutter and Firestore. The backend is event driven with Node.js. The app also sends push notifications to users to invite friends to a practice round.
Tech Used: Flutter, Firebase & Firestore, Dart, Node.js, GCP, Google Cloud Functions, Google Cloud Messaging, In App Purchases
archeryguru.app

Rock, Paper, Scissors, Lizard, Spock
A simple game of Rock, Paper, Scissors, Lizard, Spock built with React and Go. Using websockets to communicate between the client and server. The websocket server is "serverless" using DynamoDB and API Gateway to serve Lambda functions.
Tech Used: React, Golang, AWS, DynamoDB, API Gateway, Lambda
github.com/TylerSustare/rpsls