Join us

ContentUpdates and recent posts about Elixir..
 Activity
@varbear added a new tool Bandit , 2 months, 3 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 2 months, 3 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 2 months, 3 weeks ago.
 Activity
@varbear added a new tool pre-commit , 2 months, 3 weeks ago.
 Activity
@devopslinks added a new tool GitGuardian , 2 months, 3 weeks ago.
 Activity
@devopslinks added a new tool detect-secrets , 2 months, 3 weeks ago.
 Activity
@devopslinks added a new tool Gitleaks , 2 months, 3 weeks ago.
Course
@eon01 published a course, 2 months, 3 weeks ago
Founder, FAUN.dev

DevSecOps in Practice

TruffleHog Flask NeuVector detect-secrets pre-commit OWASP Dependency-Check Docker checkov Bandit Hadolint Grype KubeLinter Syft GitLab CI/CD Trivy Kubernetes

A Hands-On Guide to Operationalizing DevSecOps at Scale

DevSecOps in Practice
Story
@tairascott shared a post, 2 months, 3 weeks ago
AI Expert and Consultant, Trigma

How Do Large Language Models (LLMs) Work? An In-Depth Look

Discover how Large Language Models work through a clear and human centered explanation. Learn about training, reasoning, and real world applications including Agentic AI development and LLM powered solutions from Trigma.

How do Large Language Models (LLMs) Work Banner
Story
@laura_garcia shared a post, 2 months, 3 weeks ago
Software Developer, RELIANOID

🔐 RELIANOID at Gartner IAM Summit 2025 | Dec 8–10, Grapevine, TX

We’re heading to the Gartner Identity & Access Management Summit to showcase how RELIANOID’s intelligent proxy and ADC platforms empower modern IAM: enhancing Zero Trust enforcement, adaptive access, and hybrid/multi-cloud security. Join us to explore AI-driven automation, ITDR, and identity governa..

Gartner Identity and Access Management Summit 2025 relianoid
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.