Ruby · 30 Jan 2023

How to use basic Redis commands?

Redis is quite easy to use, it's just basic key->value database which can be used in many different cases.

Let's assume, we already have Redis server setup in our application, and only need to use it.

Read more
Ruby · 23 May 2022

Refactoring Techniques in Ruby

Refactoring process is very important and should not be underestimated by any software company.

Today i will try to extend my refactoring techniques knowledge and describe it here.

Read more