Spring Boot in the Cloud

Launch Your Spring Boot Project Fast A few weeks ago I had a project that I made with Spring Boot that I wanted to show other people. I spent an inordinately long amount of time wading through strange errors to get it working on Heroku. I don’t want you to have to go through what I did. I also don’t want to forget what I did and go through it again myself....

December 15, 2021 · 5 min · Maxray

PEMDAS From Scratch

Intro A few months ago I made an edutainment game for The Odin Project’s first game jam. My team and I had decided to build a game for practicing basic math. I took on the task of generating the problems as appropriate for each level of the game. It was hard! Generating random arithmetic expressions within certain difficulty constraints was not simple. For example, one difficulty constraint we had was that our audience should not have to even consider the existence of negative numbers....

September 14, 2021 · 12 min · Maxray Savage