nelco63

nelco63

Any SaaS developers using Phoenix - Liveview - Ash

We are interested in pivoting from React ECO to Elixir - Livewire - Ash but really struggling to find any real world use cases that will help us with this :pray:

Most Liked

zachdaniel

zachdaniel

Creator of Ash

Yeah, I can understand your pain on that one. Elixir has a couple things that ironically work against it on that front. Keep in mind everything I say here is just my perspective. The community is bigger than it seems and others will have valuable perspective to provide as well :slight_smile:

Specifically (and this is not an exaggeration, I’ve seen it first hand), most companies who make the jump to Elixir don’t shout it from the mountain tops. It’s a huge competitive edge in the velocity of feature development, cost reduction, etc.

Additionally, it’s a very productive community. The amount of folks producing the kind of content you’re looking for isn’t as high in this community, likely because its still a “medium-sized” community, with a heavy focus on consistently shipping value.

Some things that might help:

Phoenix/LiveView embodies the general value proposition of Elixir well. Do more with less, remove moving parts, make complex things simple. In this way, case studies about the Elixir language itself will be representative of the kinds of experiences you will have adopting Phoenix/LiveView.

Some good resources along those lines:

participating in the community as you are is awesome :slight_smile: Keep in mind a lot of folks here are busy technically minded folk, so it may take some pokes and prods to get the kind of high level stuff you’re looking for, but realistically ElixirForum has, IMO, the best overall sampling of the Elixir community, so this is the right place to be. Consider searching here for relevant conversations in the history as well.

Anecdotally, Alembic is shipping ambitious software at breakneck speeds for our customers using the Elixir/LiveView/Ash (or educating existing teams on how to do so themselves). Like to the point that engineering is outpacing product in some scenarios, which sounds like a fantasy land if you’ve built complex software before, but honestly its achievable with the right stack.

16
Post #4
TwistingTwists

TwistingTwists

Just to give some sense on productivity you can achieve once you know enough liveview

https://mathocrat.com/ this is a website I developed as a side project while working a full time job (job was in liveview too!)

This website currently can stream DRM videos and is deployed on barely 1 GB ram server with <5% CPU usage, 500MB RAM usage.

This is a pretty big win for me personally - considering what infra I would have to be setup just to achieve the above in other stacks.

Where Next?

Popular in Questions Top

fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
tduccuong
Hi, is there any work on GUI with Elixir, that is similar to Electron/Javascript? My idea is to bundle Phoenix and BEAM into a single se...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" =&gt; #BSON.ObjectId&lt;58eb1a7a9ad169198c3dXXXX&gt;, "email" =&gt; ...
New

Other popular topics Top

aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
marick
I had some trouble figuring out how to make many-to-many associations work. Once I got it working, I wrote a blog post. Because I’m a nov...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement