Kafka for messaging in Ruby on Rails Microservice
I have used some tools for messaging and I feel kafka in Ruby on Rails make it easy and striaghtforward without lot of configuration
Using Dry Validation for validating Ruby on Rails Controller params
A better way to validate params without code duplication
Building an API with GraphQL and Rails
As you all know, Rails is very popular for creating a web application in a short amount of time. Today, developers tend to separate concerns in their application by creating an API for the backend and consume it with any library of their choice.