Design discussion - Ecto is your application
|
|
38
|
1259
|
November 21, 2024
|
How do Discord or Slack bots update messages in real-time using REST API?
|
|
8
|
195
|
September 9, 2024
|
How best to handle multiple results with Repo.get/3?
|
|
2
|
99
|
July 19, 2024
|
How to Implement Dynamic Process Pooling in elixir with custom submission logic?
|
|
7
|
106
|
July 17, 2024
|
What is the correct way of defining master layouts using Phoenix 1.7?
|
|
4
|
361
|
April 6, 2024
|
How do you design the layout of your apps?
|
|
13
|
1063
|
February 7, 2024
|
PaperTrail vs Carbonite vs Others?
|
|
11
|
1679
|
October 24, 2023
|
Is it better to organize routes by controller or something 'restfulish'?
|
|
2
|
399
|
October 6, 2023
|
Why Enum.reduce fun arguments are x, acc instead of acc, x?
|
|
16
|
4599
|
November 7, 2022
|
Looking for a relaible event bus library
|
|
9
|
1571
|
May 7, 2022
|
Reducing repetition of strings via macro?!
|
|
12
|
1053
|
November 19, 2021
|
Should API Server only provide information which is required by front-end as a response?
|
|
2
|
855
|
October 18, 2021
|
Extending supervisor functionality: updating child restart parameters and publishing events
|
|
0
|
871
|
July 24, 2021
|
Is Node.list or :erlang.nodes expensive?
|
|
1
|
820
|
May 25, 2021
|
Decoupling client code and tests from complex structures
|
|
0
|
693
|
March 18, 2021
|
How to model a queue and consumer with GenServer?
|
|
1
|
986
|
November 3, 2020
|
Limited number of workers for chunks of work
|
|
3
|
786
|
September 30, 2020
|
Best practices when working with periodic tasks
|
|
9
|
2955
|
August 21, 2020
|
Design problem: I "want" to do a GenServer.call from within the GenServer
|
|
13
|
3530
|
July 2, 2020
|
Sending Functions Instead of Data
|
|
7
|
1357
|
May 16, 2020
|
Using Phoenix as a "kitchen sink" web framework vs a lightweight toolkit?
|
|
12
|
1993
|
February 1, 2020
|
Brainstorm ideas for pushing message from server to client without phoenix?
|
|
8
|
948
|
December 27, 2019
|
Elixir with Ecto (and Phoenix without Ecto)?
|
|
2
|
1684
|
December 27, 2019
|
Can the View access the context?
|
|
5
|
956
|
November 20, 2019
|
What do you use to conceptually design an Elixir system/app?
|
|
7
|
1743
|
September 27, 2019
|
(Separation of concern) Controller Code Review
|
|
1
|
680
|
September 26, 2019
|
Sensible way to abstract away request client library in my application?
|
|
25
|
3278
|
June 5, 2019
|
Domain Model Design - `use` vs separate shared module
|
|
0
|
677
|
May 23, 2019
|
Why Don't People Use Formal Methods?
|
|
31
|
4280
|
April 1, 2019
|
Do you use `defoverridable` (and `super`) in your code?
|
|
3
|
1803
|
March 11, 2019
|