github.com/folke/snacks...
Snacks is freaking amazing. I use a lot of things from it
github.com/folke/snacks...
Snacks is freaking amazing. I use a lot of things from it
hex.pm/packages/way...
hex.pm/packages/way...
All are exercises. If later are helpful for someone is a nice byproduct
All are exercises. If later are helpful for someone is a nice byproduct
bsky.app/profile/jake...
What's your input on this? really interesting in hearing it
bsky.app/profile/jake...
What's your input on this? really interesting in hearing it
What other storage would make sense for handling file storage. Sorry, too many storages
What other storage would make sense for handling file storage. Sorry, too many storages
So now that I choose (3) I have the problem of reusing common parts like tooling for format, credo dyalizer and alias.
This is done in a helpers/mix_helperx.ex that I use in each package.
Regarding on how to run dev
So now that I choose (3) I have the problem of reusing common parts like tooling for format, credo dyalizer and alias.
This is done in a helpers/mix_helperx.ex that I use in each package.
Regarding on how to run dev
1. Different repos for each package
2. Monorepo with an Umbrella project
3. "packages" folder with different mix projects
I'm going with (3) because I feel I dont want to fight Umbrella projects. I think is better for apps development more than for...
1. Different repos for each package
2. Monorepo with an Umbrella project
3. "packages" folder with different mix projects
I'm going with (3) because I feel I dont want to fight Umbrella projects. I think is better for apps development more than for...
(2) split in different hex package and avoid installing unnecessary dependencies on final apps.
I go with (2) but here I have three more choices on how to handle ...
(2) split in different hex package and avoid installing unnecessary dependencies on final apps.
I go with (2) but here I have three more choices on how to handle ...
This is in your README. How this work? how you achieve DB consistency?
This is in your README. How this work? how you achieve DB consistency?
"To that end it (currently) uses a Ledger approach, where polymorphism is achieved by adding a foreign key from the main table (e.g. Post) ..."
"To that end it (currently) uses a Ledger approach, where polymorphism is achieved by adding a foreign key from the main table (e.g. Post) ..."