this post was submitted on 14 Feb 2026
4 points (64.3% liked)

Elixir

735 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] eta@feddit.org 1 points 2 weeks ago (1 children)
[–] revolutionaryvole@lemmy.world 2 points 2 weeks ago (2 children)

Our entire backend was Elixir-based.

  • Phoenix webserver providing an API service for our clients
  • ETL pipelines using Broadway to ingest clients' data
  • processing of the data entirely within the BEAM, mostly native Elixir but with some small parts using other languages through NIFs for performance or compatibility reasons

There were a lot more components involved but I don't want to go into too much detail. It was a real joy to work with though, and I'll definitely choose Elixir for any future projects unless there are specific reasons requiring something else.

[–] eta@feddit.org 2 points 2 weeks ago

Thanks for the insight. I've started learning Elixir some months ago and while it is a little difficult to get into for me I can see that once you know the basics it can be very powerful. However I'm not a programmer so I'll probably only use it for hobby projects.

[–] slesa@social.saarland 1 points 2 weeks ago

@revolutionaryvole @eta I want to have the same experiences on every work day 😭