A first foray into testing with Erlang, using EUnit as a test framework. We see EUnit's most important features and put them in practice by studying real tests.| learnyousomeerlang.com
A smooth introduction for Common Test, a testing framework for blackbox and whitebox testing in Erlang, including distributed tests.| learnyousomeerlang.com
An intro to basic Mnesia, a distributed database for Erlang terms. We get into The Godfather's realm and write a transactional system to track friends and services.| 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