Join us

ContentUpdates and recent posts about Elixir..
 Activity
@devopslinks added a new tool Lustre , 2 months, 3 weeks ago.
 Activity
@varbear added a new tool Slurm , 2 months, 3 weeks ago.
Course
@eon01 published a course, 2 months, 3 weeks ago
Founder, FAUN.dev

Cloud Native CI/CD with GitLab

GitLab GitLab CI/CD Helm Prometheus Docker GNU/Linux Kubernetes

From Commit to Production Ready

Cloud Native CI/CD with GitLab
Course
@eon01 published a course, 2 months, 4 weeks ago
Founder, FAUN.dev

Observability with Prometheus and Grafana

Prometheus Docker k3s Grafana GNU/Linux Kubernetes

A Complete Hands-On Guide to Operational Clarity in Cloud-Native Systems

Observability with Prometheus and Grafana
Course
@eon01 published a course, 2 months, 4 weeks ago
Founder, FAUN.dev

Cloud-Native Microservices With Kubernetes - 2nd Edition

Helm Jaeger OpenTelemetry Prometheus Docker Grafana Loki Grafana Kubernetes Kubectl

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Cloud-Native Microservices With Kubernetes - 2nd Edition
Course
@eon01 published a course, 2 months, 4 weeks ago
Founder, FAUN.dev

Building with GitHub Copilot

GitHub Copilot Go Python

From Autocomplete to Autonomous Agents

Building with GitHub Copilot
Link
@anjali shared a link, 2 months, 4 weeks ago
Customer Marketing Manager, Last9

Instrument Jenkins With OpenTelemetry

Instrument Jenkins with OpenTelemetry to understand pipeline behavior, stage latency, and deploy steps using a single telemetry flow.

Otel_injector
 Activity
@devopslinks added a new tool Fleet , 2 months, 4 weeks ago.
 Activity
@kaptain added a new tool Rancher Kubernetes Engine (RKE2) , 2 months, 4 weeks ago.
Course
@eon01 published a course, 2 months, 4 weeks ago
Founder, FAUN.dev

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector

Rancher Longhorn Rancher Kubernetes Engine (RKE2) Rancher Kubernetes Engine (RKE) Fleet NeuVector k3s GNU/Linux Docker Traefik Kubectl

The full journey from nothing to production

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector
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.