Join us

ContentUpdates and recent posts about Elixir..
 Activity
@eon01 added a new tool AWX , 3 weeks ago.
Course
@eon01 published a course, 3 weeks ago
Founder, FAUN.dev

AWX in Action

Docker Ansible Kubernetes AWX

Ansible Orchestration at Scale

AWX in Action
 Activity
@harperelisecallahan started using tool WordPress , 3 weeks ago.
 Activity
@harperelisecallahan started using tool Shopify , 3 weeks ago.
 Activity
@harperelisecallahan started using tool React , 3 weeks ago.
 Activity
@harperelisecallahan started using tool Python , 3 weeks ago.
 Activity
@harperelisecallahan started using tool PHP , 3 weeks ago.
 Activity
@harperelisecallahan started using tool Node.js , 3 weeks ago.
 Activity
@harperelisecallahan started using tool Magento , 3 weeks ago.
 Activity
@harperelisecallahan started using tool Laravel , 3 weeks ago.
Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems. These capabilities and Elixir tooling allow developers to be productive in several domains, such as web development, embedded software, machine learning, data pipelines, and multimedia processing, across a wide range of industries.

All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. 

Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.