Designed a Backend System
Contributed to open source
Spent some weekend time creating an example GraphQL server that connects to a SQL backend (Github repo here).

The first version of it, made when GraphQL was still a little obscure baby, hasn't been touched in years and was now quite outdated, so I decided to re-write the whole thing, and it's now using Apollo Server for GraphQL and Prisma to handle SQL requests.

It's been a lot of fun to go back to that old code base and spruce it up. In my current position at work I don't do much hands-on coding anymore (other than commenting on pull requests, really), so I enjoyed building this little educational project.