DEV Community

Gharbi Mohammed
Gharbi Mohammed

Posted on

Ruby on Rails - Which API to implement?

Lately we have been working a lots comparing different approaches to implement a Rails API. We used Active Model Serializers gem before but we were running into many challenges and it didn't fulfilled our needs, then we started looking at Graphql then JSON:API and compared many existing gems. At the end we came up with a good solution we are happy with, so I decided why not recording some tutorials to explain all what we have tried and share our experience. Hope this will be helpful, let me know what do you think? Any feedback is welcome.

https://www.youtube.com/watch?v=XcmkBYmU9Lk&list=PLfqQrn-RKaw3FyZszgxyGqPn-rg9WFxC8

More episodes are coming about Graphql and more.

Top comments (1)

Collapse
 
codewander profile image
codewander

I am trying to figure whether jsonapi gained any industry traction or not.