Join us

ContentUpdates and recent posts about Elixir..
 Activity
@cristiandeluxe started using tool Shopify , 1 month ago.
 Activity
@cristiandeluxe started using tool Rust , 1 month ago.
 Activity
@cristiandeluxe started using tool Python , 1 month ago.
 Activity
@cristiandeluxe started using tool PrestaShop , 1 month ago.
 Activity
@cristiandeluxe started using tool PHP , 1 month ago.
 Activity
@cristiandeluxe started using tool Node.js , 1 month ago.
 Activity
@cristiandeluxe started using tool NGINX Ingress Controller , 1 month ago.
 Activity
@cristiandeluxe started using tool Next.js , 1 month ago.
 Activity
@cristiandeluxe started using tool Laravel , 1 month ago.
 Activity
@cristiandeluxe started using tool Kubectl , 1 month 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.