What you'll learn:
- Use Elixir programming language to create server side applications.
Elixiris a functional, concurrent, general-purposeprogramming languagethat runs on the Erlang virtual machine (BEAM).Elixirbuilds on top of Erlang and shares the same abstractions for building distributed, fault-tolerant applications.
Features- Scalability
- Fault-tolerance
- Functional Programming
- Extensibility
- Erlang compatible
Elixir runs on the Erlang VM giving developers complete access to Erlang’s ecosystem, used by companies like Heroku, WhatsApp, Klarna, Basho and many more to build distributed, fault-tolerant applications. An Elixir programmer can invoke any Erlang function with no runtime cost
In this course i will be teaching basic concepts of elixir, getting started with elixir and how to write programs in elixir.