
In Ruby on Rails, a common issue developers face is n+1 queries, which occur when an application sends multiple queries to the database instead of combining ...
1 comment
•324 reads
In Ruby on Rails, a common issue developers face is n+1 queries, which occur when an application sends multiple queries to the database instead of combining ...
1 comment
•324 reads
Welcome to a brand new "Let's Build" tutorial series where I use Rails in the combination of hotwired.dev to create components with l...
1 comment
•289 reads
The annotate Ruby gem boosts developer quality of life and is one I use in every new Rails project.
The idea ...
0 comments
•157 reads
Many moons ago, RSS was all the hype. With fewer publication engines like Medium, Substack, and other newsletter-style engines, most people would create thei...
1 comment
•264 reads
I find YAML
to be a godsend when rendering static data that doesn't necessarily need to be a part of a database using Ruby on Rails.
In the Ruby ecosyst...
1 comment
•483 reads