flakpanzer@lemmy.worldtoProgramming@programming.dev•Which language you wish would really grow and reach mainstream adoption?
4·
1 year agoElixir is such a beautifully designed language, my favorite language BY FAR.
(I want an Elixir job too 🥹 )
Elixir is such a beautifully designed language, my favorite language BY FAR.
(I want an Elixir job too 🥹 )
At my workplace, we use it for East-West traffic, especially the central Identity, Authentication and Authorization service which every other service needs to access, and it works great for that use case (Since it allows the downstream services to fetch information however they like). REST can do that too, but it will be cumbersome to say the least. Although GraphQL performance has come under scrutiny lately.