Loves to work in Ruby on Rails, and currently works as Software Engineer at SoluteLabs. Shares his journey of learning at his blog parthtalks and at medium.
Parth's articles
Do the Right Thing and Document Your Rails API with Swagger
Parth Modi generates executable docs for his Rails API using swagger-docs and swagger-ui.
N + 1: When More Queries Is a Good Thing
Parth Modi explains how he discovered that fixing the N + 1 Query Problem isn't always about reducing the number of queries. Sometimes, more queries is better.