New API Structure and Devlog Layout

I have been slacking on progress over the past week or so, but I am happy to share where my site is at now. As my friend put it, “You need to remember there are a lot of people in the world, and shocker that means you’ll come across people from time to time who… Continue reading New API Structure and Devlog Layout

Database Schema and API Finally Working Together

I’ve gone back and forth with myself on this topic because it was a tough problem to solve. Initially I decided on MySQL because I wanted a human readable schema, and JSON can be kind of difficult to read. However, a lot of the solutions I came across for handling JSON in Node.JS with MySQL… Continue reading Database Schema and API Finally Working Together