Recently we had a problem on our production environment where one of our microservices started behaving badly, being very slow on startup (syncing phase from Kafka). After few hours of debugging, we found the culprit - it was the slow performance of ETS bag when dealing with large number of...
[Read More]
Redefining Elixir modules
Black voodoo magic from ELIXIR
I want to talk about one of the most AWESOME things that Elixir features. It is the ability to redefine module on the fly from iex shell.
[Read More]