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
SQL · 03 Jul 2022

How SQL Indexes work

In this article you will get the knowledge about very important function inside SQL databases.

We will talk about indexes.

Read more