35 Followers
416 Following
798 Posts
@jerry glad to hear he’s recovering!
@b0rk congratulations!
@jerry best wishes, hopes he recovers
@shortstack @eric_capuano congratulations!
@jitterted Interesting. Recently we were asked to implement a feature and we added a boolean COLLECT_LOGS. When we showed it to the user she found it confusing (like in your example, she wasn’t sure what the difference between true and false was) and suggested presenting a list of two values instead (COLLECT_FULL_LOGS, GET_COUNT_ONLY). The flexibility of having the possibility to add more options in the future by using a list instead of a boolean is also very nice.
@molly0xfff we are lucky to have you. Thank you for your writing
@molly0xfff people doing great things (blogs, software, art) for free out of curiosity or passion. No trying to “monetize” or “build a personal brand”
@ionizedgirl @astrid cloud services can remain up longer than you can remain solvent
@postmodern I’ve seen so many tools being abandoned just after the talk
Testcontainers

Not sure how I missed this: Testcontainers is a family of testing libraries (for Python, Go, JavaScript, Ruby, Rust and a bunch more) that make it trivial to spin up …