Null-logic-0

Null-logic-0

Best Resources for Learning Ash Framework?

Hey everyone :waving_hand:

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!

Most Liked

meraj_enigma

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!

nxy7

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 :laughing:.
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

matt-savvy

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.

Where Next?

Popular in Chat/Questions Top

pdgonzalez872
Do we have a list of academic/research papers: about Elixir/Erlang? that use Elixir/Erlang? about the Beam? If so, could you please po...
New
pillaiindu
I am a VSCode and Sublime user and I know VIM, though I don’t use VIM directly but whenever I code inside Sublime or VSCode, I use Vim em...
New
Iex.new
Hello!, I just started this week to discover Elixir. I’m a PHP-Programmer and did some sutff in Go too. The more I read about Elixir t...
New
yachnytskyi
Hello everyone. I am gonna start with Elixir/Phoenix, thinking to use Stephen Grider as a start point, then elixir school and other sourc...
New
makeitrein
More Ecto questions! More madness! The context: there’s a list of books that I want to filter with a dropdown… The dropdown: looks some...
New
Scoty
Hey, I am currently reading Programming Elixir and I am doing one of the exercises where you should write a solution to the “I’m thinkin...
New
Nopp
Hey guys and girls, i am completely “new” to programming, recently played a bit with Python, Ruby and PureBasic, but i want to try somet...
New
koen_vb
Hi, I was looking for a pointer of how I could most easily start with phoenix regarding deploying it to something like linode or google c...
New
maqbool
what books/Resources do you recommend to learn about distributed system(theory)?
New
Fl4m3Ph03n1x
Background I am trying to do the typical Ceaser cypher exercise in Elixir. The description of the exercise is as follows: Create an impl...
New

Other popular topics Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 53690 245
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
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