Main Content
Talks at ErlangCamp 2013 - Nashville
-
Setup & Getting Started
October 11, 2013 5:00 AMIntros and setting up the dev environment.
-
Erlang Essentials Part 1
Martin Logan 38 Recommendations
October 11, 2013 6:00 AMThe basics of the Erlang programming language in an easily digestible format. I have been teaching Erlang for years and this talk represents a lot of thought on what the essential elements are and how to boil them down for new students
-
Erlang Essentials part 2
Eric Merritt 33 Recommendations
October 11, 2013 9:15 AMThe basics of the Erlang programming language in an easily digestible format. I have been teaching Erlang for years and this talk represents a lot of thought on what the essential elements are and how to boil them down for new students.
-
Introducing OTP
Martin Logan 38 Recommendations
October 11, 2013 10:00 AMThis talk is an introduction to writing real production quality Erlang - something best done with the OTP framework and idioms. This talk will introduce the key concepts of behaviours with the gen_server and process supervision with the supervisor behaviour.
-
Intermediate OTP
Jordan Wilberding 22 Recommendations
October 11, 2013 11:00 AMThis talk will cover how to create applications in the Erlang/OTP framework.
-
Events and Logging
Jordan Wilberding 22 Recommendations
October 11, 2013 12:30 PMThis talk covers the essential information for handling events and logging in your Erlang/OTP application.
-
Distributing Erlang Systems
Martin Logan 38 Recommendations
October 12, 2013 6:00 AMLocational transparency, easy messaging, process based concurrency are among the key concepts that makes distributed Erlang highly powerful and a joy to code. This talk will familiarize you with what you need to distribute Erlang.
-
-
Release and Deployment
Eric Merritt 33 Recommendations
October 12, 2013 12:15 PMHow to manage Erlang Releases and Deployment using the built in OTP toolset, and third party tools that make that process simpler