Join us

ContentUpdates and recent posts about Elixir..
 Activity
@ishanupadhyay started using tool SonarQube , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Snyk , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Red Hat OpenShift , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Python , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Prometheus , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Octopus Deploy , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Nginx , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool Kubernetes , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool kind , 1 week, 6 days ago.
 Activity
@ishanupadhyay started using tool JFrog Artifactory , 1 week, 6 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.