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
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 22 Posts
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.