Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Modern Erlang for Beginners

    Posted By: ELK1nG
    Modern Erlang for Beginners

    Modern Erlang for Beginners
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
    Language: English | VTT | Size: 781 MB | Duration: 3h 29m

    A comprehensive introduction to coding with the Erlang programming language.

    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

    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