⚠️ This post links to an external website. ⚠️
Not organization but coordination.
Part of a series on the Ash Framework book. Previous: My Misconceptions
Ash Framework
Learn how to use Ash Framework to build robust, maintainable Elixir applications. This book covers the principles and practices of domain-driven design with Ash's declarative approach.
A traditional framework provides its own stack, such as an ORM, view layer, routing system, and its own approach to validation, authorization, and testing. It defines how an application should be structured and expects us to work within those boundaries. This brings consistency, but at the cost of flexibility.
Ash is different. Instead of building its own stack, it coordinates well known libraries in the Elixir ecosystem.
continue reading on www.joekoski.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.