Today’s a AppSignal bonus day!
Condition: Join (or have already joined) the AppSignal Discord!
Once you have met this condition, feel free to get your
Subscribe in seconds and receive Elixir Programming Language Forum - Latest posts's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.
You can select the updates using tags or topics and you can add as many websites to your feed as you like.
And the service is entirely free!
Follow Elixir Programming Language Forum - Latest posts: Elixir Programming Language Forum - Elixir Programming Language Forum
Is this your feed? Claim it!
Today’s a AppSignal bonus day!
Condition: Join (or have already joined) the AppSignal Discord!
Once you have met this condition, feel free to get your
I’ve added a couple of wiki pages to demonstrate how to use Aludel: Home · ccarvalho-eng/aludel Wiki · GitHub
Local first would be awesome for LiveView Native, as native app users are used to instant responsiveness.
Worth noting that LiveView Native was discontinued - the core library is archived on GitHub. The project maintainer shared the reasons publicly.
Just to clarify - Hologram is a separate project to LiveView with a different architecture - it co...
An Elixir library for building multi-agent LLM applications. ExAgent abstracts calls to various LLM providers (OpenAI, Gemini, DeepSeek) via an extensible Protocol and orchestrates them using OTP primitives with four multi-agent design patterns: Subagents, Skills, Handoffs, Router.
ExAgentAn Elixir library for building multi-agent LLM applications. ExAgent abstracts ...
An Ecto-inspired Cypher DSL and Neo4j driver for Elixir (now it works with bolt protocol, aura and much more)
Ex4j lets you build parameterized Cypher queries using Elixir macros, protocols, and pipe-based composition — no raw strings required. All values become query parameters ($p0, $p1, …) to prevent injection and enable Neo4j query plan caching.