Learning about event handlers and their OTP equivalent (gen_event) in the context of writing a system for a curling game.| learnyousomeerlang.com
Building a basic process pool with OTP components. Pratical examples of building a supervisor tree and general strategies around using OTP to write software.| learnyousomeerlang.com
A quick expedition through socket programming with UDP and TCP. We see io lists, gen_udp, gen_tcp and the inet module. We also build a TCP server for telnet clients.| learnyousomeerlang.com