Let's Build An API

This is part 3 of this series. Go here for part 1 and here for part 2. In part 2 of this series I laid out the foundation for this project as well as the issues and solutions I decided on. So now lets actually write some code. go mod init foo I first made a Github repo, cloned it locally and ran go mod init to start. I did some searching on directory structure and organization for an API with the intent to not end up with a monolith of a main....

January 28, 2023 · 10 min · 1992 words · Me

Building a W.O.I.N. API

I’m pretty obsessed with a TTRPG system called WOIN (What’s Old is New). I first learned about it from my friend Mike who described it as a more open system than DnD 5e that included canon for creating and/or playing in any world/campaign from high fantasy to space opera. The idea of playing a Cyberpunk themed campaign appealed to me at the highest levels because it’s a genre I’ve always been enamored with....

August 14, 2022 · 3 min · 533 words · Me