Posts tagged as programming
I Tried to Outsmart Copilot. It Made Me a Better Developer.
30 May, 2026
3 minutes
When my team enabled Copilot's automated code review, I thought it would be a time-saver. It wasn't. At least not at first. The pattern was the same …
Super Powers for ActiveRecord::Relation
31 May, 2024
1 minute
Whenever 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, 2022
3 minutes
Recently, I was tasked with making updates to an existing integration with a third party. Although in the beginning the change sounded very straight…