Fix slow Rails apps in 5 steps. Guide covers N+1 queries, missing indexes, memory bloat, view rendering & asset compilation with real-world examples.
Writing
2025
- ruby on railsperformanceoptimizationRails Performance: 5 Critical Bottlenecks You're Missing•11 min read
- ruby on railsRails 8.1: Resilient Jobs, Better Logs, and Local CI•8 min read
Rails 8.1 solves real production problems: jobs that resume after restarts, searchable structured logs, and fast local CI. Here's what's worth upgrading for.
2023
- ruby on railsRails 7.1 adds support for responsive images•2 min read
Rails 7.1 adds picture_tag, which is a more "robust" version of the image_tag. It supports resolution switching, art direction, and fallback image.
2022
- ruby on railsperformanceoptimizationMeasuring and Optimizing Performance of a Rails application ↗
A comparative analysis of the performance metrics before and after completing the scale tests.
2021
- reactjavascriptNavigation in React Router 6•4 min read
React Router provides us with an easy-to-use interface for navigation, allowing us to manipulate and subscribe to the browser's history stack.
- reactjavascriptWhat's new in React Router 6?•4 min read
React Router 6 has some amazing features added with improved bundle size.