<%= t.author.full_name %>

Serhii Koba

Web, mobile and IoT developer

Web Team Lead at MobiDev, who likes learning new stuff non-stop. Main languages are: Ruby and Js. Doesn't hesitate playing with DevOps, mobile and IoT. We live until we learn something.

rails

3 Ways Redis Helps Decomposing Rails Monolith Applications Into Services

Aug 21, 2017

Once in a while every developer thinks about decomposing their monster monolith Rails application into services. Very ambitious and brave thought! Why? We all know the pros of service-based architecture, but the cons make us think twice or even give up on decomposition. Here are the big fears of decomposition: single authentication, performance and complexity. Luckily we have Redis to make us brave enough again and help resolve at least some problems easily.

Read more