AstonJ
A recent chat with @leifericf inspired this thread - he’s worked in the gaming industry, and so it got me wondering what kind of industries everyone else is working in and where Elixir might be getting used.
Please let us know where you’re working and if possible, what you’re working on! ![]()
Feel free to mention your company if they’re using Elixir!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
jswanner
I work at a consultancy, envylabs.com. I built and continue to work on a client app written in Elixir, gamedaymath.com, which is in the sports betting industry and primarily provides analysis of offered betting lines to sports bettors.
ghannam80
I am working in the payments domain where we provide card processing, issuing and acquiring solutions. Unfortunately no Elixir till now as it is mainly Java solutions plus oracle/SQL server databases which make introducing Elixir a little bit harder as no commercial support for PostgreSQL in the market for critical service
cevado
since I’ve started working with Elixir i’ve already worked on a few industries:
the first 2 were brazilian companies, that i’m not sure still uses elixir to this day, but all the other ones were US companies that i’m sure still works with elixir.
cmo
Industrial automation, mostly for underground coal mines. I have an app that connects to SCADA for reporting, reads machine data for replaying machine operation, and various other things. It is mostly Elixir, with a bit of F# and C# where it is needed.
nbw
At the moment the restaurant industry managing reservations mostly. The elixir app is basically a glorified event processor (receiving and sending events), which makes it a good candidate for Elixir b/c of OTP and the concurrency handling.
I’ve worked on Elixir apps at other companies where Elixir was chosen because it provides a nice developer experience, rather than the primitives of the language (OTP, etc) being a good fit for the specific problem. Those apps were effectively CRUD apps and I could see swapping out Phoenix for Rails (as an example) and reaching a similar result (and probably having access to a bigger developer pool).
I’d be curious to hear from others working with Elixir why it’s a good/bad fit for whatever you’re working on!
leifericf
I returned to the games industry in January 2024
Updated my profile now.
We’re mainly using C++, C#, Lua, and Go right now.
manhvu
I’m working in the sport and travel industry. I have previously worked with Erlang (telecom systems), Go, Delphi (security software) before.
Currently, I work with Elixir, Dart(Flutter).
I chose to work with Elixir because it allows me to natively integrate ML/AI (Nx and other libs) without relying to Python. I also have extensive experience with Erlang OTP. For me, Elixir is the best fit when building full stack, realtime and distributed system. I love how Elixir handles DSLs.
From my point of view, Elixir is the best choice for small teams (or solo developers) build complete systems.
AstonJ
It’s awesome to see Envy Labs still going strong! When I first got into Ruby and Rails they were one of the biggest Ruby shops around - great to see them in Elixirland too now! For those who don’t know Envy Labs were also the team behind CodeSchool, which Pluralsight bought.
Maybe you could introduce Elixir in different areas of the company?
Nice, what has been your most enjoyable and which did you think suited Elixir the most?
I imagine that’s quite a unique sector to be in now. Wales had a lot of coal mines but pretty much all of them have been decommissioned. Funny thing is now we export over 50% of our green electricity to England! And they even drowned a village so that it could supply water for an English town. Grrr.
Great question! I pinched it for another thread: What are you working on and why do you think Elixir is a good/bad fit for it?
Oh wow! Try and get them to use Elixir?
We already know SquareEnix use Elixir in some sort of capacity so that could be worth mentioning to them?
That’s great to hear! <3
Have you seen you can make Android apps with Swift now? Reckon you might drop Flutter for it?
cmo
Underground coal here is the higher quality steel making coal. I think there is a little bit of thermal happening in the open cuts but it is not as financially lucrative as it once was.
manhvu
I will try Swift in the near future. Currently, Flutter is good enough, but it has some downsides. Async programming is simple in theory but not in practice. Managing the state of widgets is very difficult (if you don’t use other libraries). Making a run isolated (like an Elixir process) to achieve concurrency is quite complicated.