water
Opensource Projects Using AshFramework as Learning Resource
I’m aware of 2 such projects, are there others?
git: GitHub - team-alembic/realworld: A fullstack Phoenix LiveView application with backend built with Ash Framework · GitHub
demo: https://realworld-ash.fly.dev/
git: GitHub - ash-project/ash_hq: The Ash Framework homepage and documentation site. · GitHub
demo: https://ash-hq.org/
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated!
To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead.
Sta...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
New
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
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
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 8 of 8 Posts
dblack
I saw this project mentioned recently: GitHub - orcasound/orcasite: Live-listening web app -- http://live.orcasound.net ⭐ · GitHub
zorn
I have an open-source project that uses Ash, but it is VERY early days, and to be frank, I’ve been focused on a new job the last few months.
I have plans to reignite my work here in 2024 but time will tell.
TwistingTwists
GitHub - dewetblomerus/red: Practice spelling Red Words · GitHub
GitHub - jarlah/ash-activity-planner · GitHub
GitHub - mrdotb/leagueofreplays: 👁 Record & Replay league of legends games · GitHub
https://github.com/michaelst/spendable
arcanemachine
I was looking for something along the lines of an “Awesome Ash Framework” thread, and found this. Nice!
jmnda
I also have an open-source project that uses Ash , which I abandoned for a while due to time constraints, I have continued to work on now. The code is nothing elegant tbh at the moment
it’s just a stream of my consciousness. I will be doing major refactoring and adding new features. @zorn has done a good job describing his Studyhall project in readme
so I will copy his homework, and feedback is welcome.
undeadlol1
I found this project on GitHub. As far as I understand this project was created for readers of “Ash Framework” book.
Important note: do not use the “main” branch as it is empty. Use the latest mentioned chapter in the branches list.
https://github.com/sevenseacat/tunez
sevenseacat
It was! It’s the starter app for readers to clone and start building in, and the code that gets built is what you see in the branches.
I’d recommend the book tbh, I think it’s pretty good
Pal
It’s by far the best book on Ash, thats for sure
Seriously, 100% recommended.