What I learned from Erlang about Resiliency in Systems Design

Failure in computer systems is inevitable. Adopting Erlang’s philosophy of “Let it crash” at the many layers of abstractions in software can have a huge positive impact on resiliency. Read more

Similar

Beam/Erlang/Elixir Concept Explanations

This is the collection of easy to read (ELI5) articles as well as in-depth knowledge such as VM internals, memory layout, opcodes etc. The project is work in progress, so come back soon! Github repository for pages https://github.com/kvakvs/beam-wisdoms... (more…)

Read more »