Posts tagged as programming
Super Powers for ActiveRecord::Relation
31 May, 20241 minuteWhenever you query your database with Rails, what you get in return is an An ActiveRecord::Relation; a chainable object that is lazily evaluated aga…
The code we write today
04 February, 20223 minutesRecently, I was tasked with making updates to an existing integration with a third party. Although in the beginning the change sounded very straight…