Contributions

Article
I created natsukantou & epub-translator gems to translate XML and Epub respectively. Beside simply calling DeepL/ChatGPT APIs, they utilize more techniques to facilitate a better customization and user experience. These include middleware, YARD analysis and tty-prompt. The blog post covers various design decisions and the final outcome.
Article
Existing Rails errors API is limiting for complex requirements, and AdequateErrors provides better alternative for error query, optional attribute prefix and object-oriented goodness.
Library
Optimized operations on collection of Money objects
Article
There are so many presenter/decorator gems aiming to achieve the same goal: bridging between model and view. The differences are mostly about implicit vs explicit interface design. This article lists many of the techniques used, so you will know what the gem owners have done in order to let you type less.