Almost every practical algorithm is non-deterministic by design. Unpredictable process scheduling has to be dealt with in concurrent programs, network reorders and delays messages randomly, and fault-tolerant systems can experience failover at any time. I... (more…)
Read more »
Last year I was invited to ElixirConf Latin America in Colombia to give a talk,
I proposed to also give a tutorial about Riak Core
and they said that it should be in Elixir, so I started looking into (more…)
Read more »
Continuing with what we saw in the previous post, we’ll talk about what happens when you decide to define your own behavior. (more…)
Read more »
erlfuzz is a small standalone generator of random erlang programs used to fuzz the erlang compiler and VM, as well as other tools such as erlfmt, dialyzer, eqWAlizer, etc... It does not currently u... (more…)
Read more »
Nowadays, we are able to dive into one of the tough elements of using any monitoring – making experience out of all the information this is emitted. We suppose that is one of the difficult components. And being builders constructing for developers, we ass... (more…)
Read more »