RSSAmplifier

Blog

Shivam's Blog

Learn Ruby, Rails, JavaScript, and React with Shivam.

shivamchahar.comRSS feed ↗6 posts

Latest posts

Rails Performance: 5 Critical Bottlenecks You're Missing

Fix slow Rails apps in 5 steps. Guide covers N+1 queries, missing indexes, memory bloat, view rendering & asset compilation with real-world examples.

Rails 8.1: Resilient Jobs, Better Logs, and Local CI

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.

Rails 7.1 adds support for responsive images

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.

Measuring and Optimizing Performance of a Rails application

A comparative analysis of the performance metrics before and after completing the scale tests.

Navigation in React Router 6

React Router provides us with an easy-to-use interface for navigation, allowing us to manipulate and subscribe to the browser's history stack.

What's new in React Router 6?

React Router 6 has some amazing features added with improved bundle size.