Passionate about tinkering and working with Elixir/Phoenix.
"It is often useful to limit the number of items in the UI" :D
"It is often useful to limit the number of items in the UI" :D
hexdocs.pm/phoenix_live...
hexdocs.pm/phoenix_live...
What part you find to be leaking?
What part you find to be leaking?
So it's `embeds_one :image` and we are good.
So it's `embeds_one :image` and we are good.
Most of the time I felt like it's an over engineered avatar handler. Maybe skill issue🤷
Most of the time I felt like it's an over engineered avatar handler. Maybe skill issue🤷
I do dislike some parts of waffle, but I really appreciate the loosely coupled approach which let's me handle things my way.
I do dislike some parts of waffle, but I really appreciate the loosely coupled approach which let's me handle things my way.
Moving the image processing to dedicated servers/functions makes a big difference, I promise :)
Moving the image processing to dedicated servers/functions makes a big difference, I promise :)
We had to scale the servers up to handle short bursts of huge amounts of processing jobs.
We managed to save us a lot of struggle and costs by moving to lambda fns.
With phx I probably would have done this with FLAME.
We had to scale the servers up to handle short bursts of huge amounts of processing jobs.
We managed to save us a lot of struggle and costs by moving to lambda fns.
With phx I probably would have done this with FLAME.
The default for new projects depends on env variables to set your database connections. I don't see a benefit of using .pgpass really since you'd probably have more than just DB credentials in your project, thus using env variables would be more flexible.
The default for new projects depends on env variables to set your database connections. I don't see a benefit of using .pgpass really since you'd probably have more than just DB credentials in your project, thus using env variables would be more flexible.