June 17, 2022Database migration tips in Rails - Part 1Database migrations are an everyday task and as such are not generally considered as exciting as software architecture or any other hot topic in the ...
November 05, 2021Tired of complex RSpecs? `Let's not` to the rescueIntroduction Every conscious developer understands the importance of testing their application. Automated tests are advantageous in that they help ...
September 22, 2021Implementing Packwerk to delimit bounded contextsTL; DR: Packwerk gem is used in GAT to enforce privacy of classes and explicit declarations of dependencies between modules. Its approach is ...
June 16, 2021Rails Monolith Modularisation with CQRSGrown apps problems Ruby on Rails and its supporting gems built by the community form a fantastic environment for bringing ideas to life. It provides ...