A roundup of useful data structure in the Erlang programming language, including records, key-value stores (dicts, trees), sets, directed graphs, queues, etc.| learnyousomeerlang.com
Seeing how to handle OTP releases. Two tools, systools and reltool are used to package up OTP applications and modules into executable files.| 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