Null-logic-0
Hey everyone ![]()
I already have experience with Phoenix and Ecto and want to start learning Ash Framework.
If you were learning Ash today, what books, courses, talks, example projects, or documentation sections would you recommend first?
Thanks!
Trending in Chat/Questions
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
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
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
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
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
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
meraj_enigma
There are couple of good books to start with -
I have read the first one and it’s pretty good and covers lot of details and code examples building a full app.
However, I feel like none of the books cover some of the advanced concepts. For those, you will likely need to dig into Ash’s official documenation.
Hope this helps!
Null-logic-0
Are there any free resources?
nxy7
Personally I’ve just started building. Once you hit some roadblock you investigate and learn that way (the best free resource xD). Also if you don’t understand some Ash concept AI usually can explain it well - using AI to teach you things and not just implement things is imo underrated
.
I guess this hands-on style doesn’t suite everyone and probably in the past it made my learning period much longer, but now with AI hitting some problem doesn’t mean that I have to spend 6h trying to understand it and instead I can rely on something that probably has my exact question in training set or can consume ash codebase at pace fast enough to give me the answer so this approach is more viable than ever.
EDIT. probably not the answer you wanted considering how the question is phrased, just wanted to say that it works
zachdaniel
We have some decent docs you can use, and there are some videos/blog posts around. Lots of people hop into the discord server and ask their questions there or on the forum here as they go along as well.
allenwyma
Docs are slowly improving. Discord is great. The team is there and are always quick to reply and steer you in the right direction.
matt-savvy
The official docs, as well as posting here on Elixir forum and on the Discord group.
That being said, if you value your time at all, pick up the Ash Framework book. It will save you untold hours. The learning curve is no joke.