“More code, more problems”, and “Development is a game of seconds”. Love it. Great talk 🔥
@尼古拉丝土豆2 ай бұрын
great talk!!
@borodark3 ай бұрын
brilliant! wisdom from the real world!
@solvm16525 ай бұрын
sweet!
@TiagoRodrigues5 ай бұрын
that's great!
@mruizcamauer10 ай бұрын
great talk! I wanted to see the sample ATS but it has an internal server error...
@Krow-n3o Жыл бұрын
As an django developer, if it has an admin, i can give it a try. 😂
@joshuarowe8410 Жыл бұрын
Nice talk! I don't have any Elixir experience but find Ash's approach really appealing. I'll have to give it a go sooner rather than later!
@eddthompson1256 Жыл бұрын
✋ *Promo sm*.
@juliolinarezescobar Жыл бұрын
Great video. 🙌🙌
@yohan31 Жыл бұрын
Thanks dude!
@zach_daniel Жыл бұрын
This was an amazingly done talk! Thanks for representing Ash so well! On the topic of filtering across data layers, you actually can do it, because of magic :) We synthesize joins across data layers.
@darren_black Жыл бұрын
Joins across data layers really does feel like magic! I was truly blown away when I realised I could relate users (stored in postgres) to 'user session' stuff (stored in ETS), but load the session stuff from the user exactly the same as if it was in postgres. At every level Ash feels like it gives you super powers
@elixirfun Жыл бұрын
hi Zach, regarding generated migrations. Can Ash produce "safe", backward-compatible migrations, e.g. in the case of renaming a field?