<%= 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.

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

How to survive without a framework in Ruby (developing a Rack Based MVC Framework)

Jun 6, 2017

You are developing with Ruby on Rails, but always dreamed to create your own framework with blackjack and other things? Don’t know where to start? You should start here!

Building a ruby based framework using standalone gems and some tape :) Although the result is quite awesome! Anyway you are reading this blog, and it is using self-developed framework like we are going to create.

Read more