December 2025
Dec. 6, 2025
🔗 Useful patterns in Fizzy (#). A great write-up of 10 new patterns in the 37signals Fizzy app which could be applied elsewhere.
🔗 Modern CSS techniques (#). Another great write-up about the 37signals Fizzy app, this one breaks down how to structure CSS for a complex project without using Tailwind.
Dec. 8, 2025
🔗 Check for test coverage (#). I should consider adding an automated test coverage checker to help with AI coding. I notice that AI agents are particularly bad at realizing that code is untested, it loves to mock things.
🔗 Tests within a ruby’s class (#). This is a clever trick for adding tests inside the same file that defines the methods.