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
Read more →

Using Dry Validation for validating Ruby on Rails Controller params

A better way to validate params without code duplication
Read more →

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.
Read more →

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.
Read more →

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.
Read more →

© 2020 danielshow.dev