Aleksandr Korolev

Aleksandr Korolev @kunashir

Location:
Berlin
Joined:
May 17, 2021

Aleksandr Korolev
articles - 9 total

You stub/mock incorrectly

No one needs to read again about why tests are important and we use tests in all languages and...

Learn More 0 0May 13 '24

AWS Lambda + Athena + RDS

I suppose that it is not a secret now that Serverless is quite popular nowadays. I still prefer to...

Learn More 0 0Feb 21 '24

Rails: has_many relationships by two columns

You probably use has_many relationships very often. This stuff is very useful and helps to reflect a...

Learn More 1 0Aug 29 '23

Breaking interfaces

Let's imagine that we have two apps: App A - a server or a data source - this app should initiate...

Learn More 0 0Jul 18 '23

Tools: quickly connect to pods in your Kubernetes cluster

It seems that almost all companies use or try to use Kubernetes. And you, as a developer, need from...

Learn More 0 0Jan 18 '23

Don't like long, verbose Docker-compose command?

Nowadays many developers and companies use Docker and Docker-compose in everyday live. I don't want...

Learn More 4 0Mar 22 '22

Rails design pattern

If you are a Rails-developer you know at least MVC pattern. Most of us know of course that it has...

Learn More 13 0Nov 18 '21

MySql: Shrink DB partially

Prerequisites We have a Rails application and with time some tables in our Database (DB) b...

Learn More 1 0May 25 '21

Rails find_each/ find_in_batches pitfalls

Every rails-developer knows about method find_each or find_in_batches (if you check the implementatio...

Learn More 2 0May 17 '21