Modern Erlang for Beginners
What you'll learn
- Learn Erlang concepts
- Get introduced to OTP (Open Telecom Platform)
- Become an Erlang developer
- Build a real application in Erlang
- Understand process supervision
- Start using Erlang in a distributed environment
Course content
- Preview02:52
- 05:37Integers & Floats
- 06:48Variables
- 02:54Atoms
- 05:57Tuples
- 07:49Lists
- 03:52Strings
- Preview09:50
- 05:35Records & Maps
Requirements
- You should know how to program in at least another language
Description
Modern Erlang for Beginners provides a thorough introduction to the Erlang programming language from the very basics to building your first Erlang/OTP application.
This course takes a very structured approach of teaching Erlang. The screencasts show you how to get started, in a gradual journey from understanding basic concepts such as pattern matching, to writing your first OTP application. You will learn how to use behaviours to build supervised and distributed systems, through clear examples and detailed explanations.
Why Erlang? The Erlang runtime system is known for its designs that are well suited for systems with the following characteristics:
Distributed
Fault-tolerant
Highly available (non-stop applications)
Support Hot Code swapping (code can be changed without stopping a system)
Who this course is for:
- Developers that want to get started with Erlang
- Elixir developers that want to understand Erlang better
Instructor
Hello! I’m Roberto Ostinelli.
I've been using Erlang professionally for more than a decade, building massively scalable systems.
I’m a musician, photographer, Erlanger and Rubyist. I have been professionally active in a variety of fields, more specifically in the research, development and integration of the multiple technologies behind the creation of ubiquitous computing. I’m fond of agile practices focused on test-driven development, pair programming, short development cycles and continuous verification and integration of code, and more in general the development methodology known as Extreme Programming.
Investing in the Internet of Things, I’ve been co-founder and CTO of the company WideTag Inc, one of the first ever Internet of Things company, back in 2009, and in the last years Director of Cloud Services at Neato Robotics.
I currently consult to help companies achieve their connectivity goals by architecting and implementing their infrastructure and protocols, and I train developers to build massively scalable systems with Erlang and Elixir, by ensuring the adoption of TDD and Agile methodologies.