Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>erlang</span>

Modern Server Application Design with Erlang

This presentation explores some common application design patterns, tools, libraries, and optimizations used by Erlang developers for server application design in production systems. Erlang programmers have boasted about high concurrency, fault tolerance, and high scalability. However, using the language alone for this isn’t enough to guarantee any of these properties: …

Think Erlang

Learn how to think like an Erlang expert and design highly available long running systems. Many people have heard of Erlang, but very few have actually used it on production systems. In this talk I will be presenting Erlang/OTP in depth, and what makes this ecosystem interesting for building highly …