Blog
Going live in June 2024!
Going live in June 2024!
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...
I’ve done some work (part 1, part 2) to set up a simple test rails app, but it’s time to expand its functionality a bit to actually make it useful. We’ll do that by thinking through user-centered design and domain driven design (DDD).
Pun intended! The goal is to provide a single location for aggregated statistics from various sources. I want a user...