Hi, I'm Ankit Pariyar
A full-stack developer from beautiful country Nepal.
I've been creating web applications for over 3 years, specializing in Rails, React, Hotwire, and building awesome products.
Recent Posts
View all-
Preloading data with Rails: Includes, Preload, and Eager Load
Sep 14, 2025
Learn how to solve N+1 query problems in Rails using includes, preload, and eager_load methods. Understand when to use each approach for optimal performance.
-
Set up RSpec, Shoulda matchers and FactoryBot on Rails 7
Apr 27, 2025
Complete guide to setting up a robust testing environment in Rails 7 with RSpec, Shoulda matchers, and FactoryBot. Perfect for test-driven development.