AstonJ
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
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
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
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
:warning: Security advisory: Decimal DoS vulnerability
A vulnerability has been published for decimal where very large exponents can cau...
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
Other Trending Topics
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
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
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #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)
sodapopcan
I’m definitely really interested in aspects of Ash and really impressed with the documentation and effort that has gone into it. I really appreciate that it integrates with Phoenix as opposed to trying to replace it. The main two reasons I haven’t jumped in yet are a) I don’t feel any pain around contexts and actually really quite like them, and b) the DSL gives me pause. My worry around the DSL isn’t that it isn’t flexible (from reading the docs it seems quite flexible) it’s that if I’m going to learn it, I want to expend the energy to go deep and I just don’t have that energy to throw at it right now. Are there any reasonably fleshed out demo repos using Ash à la LiveBeats?
dorgan
I’m not using Ash but I’m using Spark, the library to build DSLs that Ash builds upon, and I’m having a good time with it so far. It’s extremely flexible and it’s criminally easy to build DSLs with it.
So by extension it seems Ash is also super flexible and extensible, with lots and lots of escape hatches. I’d probably give it a shot in a new project. So far, I’m happy using Spark.
zachdaniel
The new documentation site is written with Ash! https://ash-hq.org it’s fully open source available here: GitHub - ash-project/ash_hq: The Ash Framework homepage and documentation site. · GitHub
sodapopcan
Innnnnterrrresting. Ok, ya amazing, I will dig into this. A cursory glance is throwing some ideas about phoenix I’ve had for a bit of a loop, but in a possibly good way. It was a very cursory glance!
Pertinent aside: Are you aware your site is down (which the ash docs link to)? https://zachdaniel.dev/
zachdaniel
I was not, thanks for letting me know!
zachdaniel
Looks like I let the domain name expire
Google was gracious enough to let me renew it after expiration, they had a grace period or something. Really appreciate the heads up 
sodapopcan
No prob! Alerting people to their expired domains?—“This is what I do.”
Well, no, this is like the third time ever… possibly just the second… I’ve just been watching a lot of Seinfeld lately.
zachdaniel
Its working on my phone, but it might take some time for the DNS to get figured out/might have its DNS cached still. Hopefully fixed by tomorrow.
dmitriid
I’ve looked at it several times. It looks enticing, but when reading through docs it looks intimidating.
I’m eagerly looking forward to the “build X in 15 minutes” video the author metnioned in a comment
Because otherwise… I wouldn’t even know where to start or if I even need it 
zachdaniel
Still building up to that, but on Friday we’ve got a video coming with LiveView Mastery that is a bit of a “tour” through an example app that shows the various building blocks