Luke Galea - Rapid Development Using the Ash Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025
  • Learn about the Ash Framework and how you can use it to rapidly develop applications in Elixir and to use it within your Phoenix projects.

ความคิดเห็น • 7

  • @zach_daniel
    @zach_daniel 2 ปีที่แล้ว +25

    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
      @darren_black 2 ปีที่แล้ว +8

      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
      @elixirfun ปีที่แล้ว +1

      hi Zach, regarding generated migrations. Can Ash produce "safe", backward-compatible migrations, e.g. in the case of renaming a field?

  • @尼古拉丝土豆
    @尼古拉丝土豆 3 หลายเดือนก่อน +1

    great talk!!

  • @joshuarowe8410
    @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!

  • @mruizcamauer
    @mruizcamauer 11 หลายเดือนก่อน

    great talk! I wanted to see the sample ATS but it has an internal server error...

  • @Krow-n3o
    @Krow-n3o ปีที่แล้ว

    As an django developer, if it has an admin, i can give it a try. 😂