Blog

January 22, 20252 min read

Optimizing Rails Applications: Solving the N+1 Query Problem

Learn how to identify and fix performance bottlenecks in Rails applications by addressing the common N+1 query issue...

Ruby on RailsPerformanceDatabase
November 19, 20244 min read

Understanding Rails View Rendering: Behind the ERB Magic

A deep dive into how Ruby on Rails transforms ERB templates into HTML, exploring the internal rendering process...

Ruby on RailsActionViewERBRuby