Weeknotes 2021 - Week 4

  • Excellent talk to understand what utility-first CSS means and many of its props/cons.

  • I've been doing a lot of research in the last days on what an effective testing strategy for a Rails application looks like.

    Most rails apps I've seen do really ineffective testing. Too expensive, too hard to change and coupled to the implementation. It is a problem that starts obsessing me.