Blog
Going live in June 2024!
Going live in June 2024!
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...
I came across an edge case in a side project I’ve been working on, and that got me thinking about edge cases more generally. How are they defined? Is there a way to go about looking for them somewhat systematically? Let’s look at some examples and see if we can start to answer those questions.
Say you’re implementing some frontend code to add a label...