Blog
Going live in June 2024!
Going live in June 2024!
In the course of working on my ‘rails test app,’ I decided to make two simultaneous software swaps: Sqlite3 to Postgres, and Sidekiq to GoodJob.
This came about not because of any technical limitations, but because I wanted to try something new! A former colleague mentioned their team decided to use GoodJob for a project rather than Sidekiq, so I decided the same. It would be...
In continuing to build out the data model for my ‘rails test app’, I’ve been noticing a few syntax tidbits it’s worth keeping in mind.
I’ve spent the last week or so building out matches. Matches take place between two clubs, which may not exist in the app yet, so we’ll want to separately store the club name. Seems odd that they might not exist - but if...