This is a really cool project! github.com/bradleygolde...
Think of it like a Quickstart for working with claude code and Elixir projects, that leans on all the conventions we've been working on like tidewave & usage rules.
#ElixirLang
@chazwatkins.bsky.social
Software Dev/Architect @ericsson
This is a really cool project! github.com/bradleygolde...
Think of it like a Quickstart for working with claude code and Elixir projects, that leans on all the conventions we've been working on like tidewave & usage rules.
#ElixirLang
Picked it up yesterday to check it out and compare against other SaaS kits. The installer is very well done. Congrats on the launch!
28.07.2025 02:06 β π 1 π 0 π¬ 1 π 0Gotta try this out. I want to try breaking out research, solution, backend, frontend, and testing into separate sub-agents. I think having each with a specific focus could be beneficial with the main agent coordinating them.
27.07.2025 21:34 β π 1 π 0 π¬ 0 π 0A screenshot of code showing the new `match_mode` option for multi select fields. ``` <Cinder.Table.table resource={MyApp.Book} actor={@current_user}> <:col field="tags" filter={:multi_select} filter_options={[ options: [ {"Fiction", "fiction"}, {"Bestseller", "bestseller"}, {"Award Winner", "award_winner"}, {"New Release", "new_release"} ], match_mode: :all # Records must contain ALL selected tags ]} > ```
Cinder v0.5.0 has been released, with fixes for array fields including a new `match_mode` option - select records where any or all of the array values match the filter! hexdocs.pm/cinder/
26.07.2025 07:19 β π 39 π 8 π¬ 1 π 0. @dockyard.com is seeking @elixir-lang.org contract devs, senior level experience with distribution and scaling necessary dockyard.com/careers
#ElixirLang
I've written a short post talking more about the concepts in usage_rules and why they matter:
open.substack.com/pub/zachdani...
#ElixirLang
Nice! Upgrading now. Thanks for adding this.
17.07.2025 22:56 β π 2 π 0 π¬ 0 π 0This looks great! How does this differ from the tidewave docs search? I'm assuming it's doing something better.
17.07.2025 21:46 β π 0 π 0 π¬ 1 π 0I can only imagine the vibe session that led to this. haha
17.07.2025 21:20 β π 0 π 0 π¬ 0 π 0I wish the migration generators incorporated theses best practices.
Are you instructing Claude to update generated migrations per Safe Ecto Migrations or just having the PR review catch non-safe migrations and updating them manually?
π Subdomain-based multi-tenancy in Phoenix: an implementation guide
#ElixirLang #ElixirPhoenix #pattern #phoenix #reading-list
I think I remember now you talking about a project called Sol. Interested to see how taking declarative to the max looks like. π
16.07.2025 02:35 β π 0 π 0 π¬ 1 π 0It always happens at the worst possible time. Glad you got it sorted.
15.07.2025 21:58 β π 1 π 0 π¬ 0 π 0No idea what that is, but Iβm guessing this is a teaser for something cool. Ha
15.07.2025 21:56 β π 0 π 0 π¬ 1 π 0This is incredible. Phoenix upgrades have always been a bit painful being manual. Adding igniter to automate the upgrade is awesome.
15.07.2025 21:55 β π 2 π 0 π¬ 0 π 0I had my app server in DFW and the Supabase instance is one us-east-1 with the rest of AWSβs workload. Moved the app to IAD (Ashburn, VA) and leveraged Task.async/Task.await_many. The pages load near instantly now.
Probably should have collocated the app and db from the start.
Has anyone using fly.io and Supabase noticed slow query times? #elixir
Iβm upgrading the instance to see if that helps, but if not I may look at migrating to another provider to improve this. Plus, itβd be nice to be on a later version of Postgres than 15.8.
usage-rules is fantastic for the few packages that leverage it. I hope this takes off and we see the larger community start using it.
25.05.2025 17:38 β π 2 π 1 π¬ 0 π 0Spoiler: it was Erlang
medium.com/@codeperfect...
This looks awesome! Rules desperately need a standardized format. The idea of leveraging rules from dependencies along with your own is a great idea.
24.05.2025 04:24 β π 1 π 0 π¬ 1 π 0Anyone in the @ash-hq.org community interested in championing the work on github.com/ash-project/...? I've got so much to do I just don't think I can give it the time it deserves. Think of it like an Ash wrapper around Phoenix.Sync with a bunch of goodies out of the box. Any takers? #ElixirLang π
20.05.2025 23:40 β π 16 π 6 π¬ 1 π 0You tease
12.05.2025 13:05 β π 2 π 0 π¬ 0 π 0You stayed up all night?! Guess that makes sense since we were all in the lobby until 1 or 2.
Hope you get some rest tonight.
GigCityElixir 2025 was awesome! Banger talks. Got to meet and talk with so many incredible people. The Elixir community is fantastic.
11.05.2025 07:32 β π 4 π 0 π¬ 0 π 0Headed to GigCity Elixir today. Looking forward to the Ash Framework training and great talk lineup.
07.05.2025 17:12 β π 8 π 1 π¬ 1 π 0Thatβs a great alias for git reset βhard
03.05.2025 00:07 β π 1 π 0 π¬ 0 π 0Thatβs awesome! Looking forward to trying out LiveView Native sometime soon.
02.05.2025 02:28 β π 3 π 0 π¬ 0 π 0Letβs go! Such a great resource for the @ash-hq.org . Congrats, @sevensea.cat and @zachdaniel.dev for finishing the book.
Canβt wait to check out the last chapter!
Just watched the SpaceDB 1.0 announcement. Looks pretty slick. Theyβre even planning a Postgres wire adapter. Which means maybe it can be a drop-in using the Postgres Ecto Adapter. But, Iβm sure there will be some gotchas without a proper Ecto Adapter.
02.05.2025 01:55 β π 1 π 0 π¬ 0 π 0