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.
Change Terminal Keys to VIM
So I have been struggling with my terminal lately, having done a lot of tweaks to improve my productivity, like using Tmux as a multiplexer, setting an alias for reoccurring commands and the likes.
Configure Babel 7 for Node API
APIs(Application Programming Interface) is one of the core of Software Development and for your API’s to be accessible on all browsers you need Babel to transpile your Javascript code to the supported ES5 version.