Follow the links and be prepared to have your mind moderately blown.| learnyousomeerlang.com
Learning to use ETS tables, an in-memory database for Erlang. Side concepts such as match specifications are also seen, and we refactor a name registry server to use ETS.| learnyousomeerlang.com
A smooth introduction for Common Test, a testing framework for blackbox and whitebox testing in Erlang, including distributed tests.| learnyousomeerlang.com
Dialyzer is an Erlang tool to analyze and find discrepancies in Erlang software. More than that, it's also a type inferencer and a type checker. This chapter shows how to use it.| learnyousomeerlang.com
The basics of distributed computing, including the 8 fallacies (or assumptions) of distribution, the CAP theorem, and a hands on guide to getting things distributed with Erlang.| learnyousomeerlang.com