Join us

ContentUpdates and recent posts about Elixir..
 Activity
@sagar0041 started using tool Kubernetes Dashboard , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Jenkins , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Azure Pipelines , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Terragrunt , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Terraform , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Sonatype Nexus , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool SonarQube , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Snyk , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Red Hat OpenShift , 1 week, 5 days ago.
 Activity
@ishanupadhyay started using tool Python , 1 week, 5 days 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.