#docker #elixir #elm #nginx
Docker-compose elixir phoenix && elm && nginx && redis
development environment
https://dev.to/problemaresolt/wip-docker-compose-elixir-phoenix-elm-nginx-199l
Docker-compose elixir phoenix && elm && nginx && redis
development environment
https://dev.to/problemaresolt/wip-docker-compose-elixir-phoenix-elm-nginx-199l
DEV Community
Docker-compose Elixir Phoenix && Elm && Nginx && Redis
Development environment
Development environment
Docker Phoenix 開発環境構築 バックエンドはElixir Phoenix フロントエンドはElm WebサーバはNginxで生成されます。 ものすごくざっくり...
How elixir helped me boost app performance
https://medium.com/selleo/how-elixir-helped-me-boost-app-performance-cf44aee5eeda
https://medium.com/selleo/how-elixir-helped-me-boost-app-performance-cf44aee5eeda
Medium
How Elixir Helped Me Boost App Performance
I’m a big fan of Elixir and Phoenix framework since 2016 and I still love it for its clean code and simplicity. In the beginning, I…
#elixir
How to change the request body size in phoenix
https://til.hashrocket.com/posts/quombhrkf8-how-to-change-the-request-body-size-in-phoenix
How to change the request body size in phoenix
https://til.hashrocket.com/posts/quombhrkf8-how-to-change-the-request-body-size-in-phoenix
Hashrocket
Today I Learned: How to change the request body size in Phoenix
Plug.Parsers accepts a length: key with a value of approximate bytes to accept and can be used in an endpoint file.
#elixir
How to remove unused deps from mix.lock
https://til.hashrocket.com/posts/biytzjjppd-how-to-remove-unused-deps-from-mixlock
How to remove unused deps from mix.lock
https://til.hashrocket.com/posts/biytzjjppd-how-to-remove-unused-deps-from-mixlock
Hashrocket
Today I Learned: How to remove unused deps from mix.lock
When you remove a dep from the mix.exs file it will remain in the mix.lock file. Unused deps need to be "unlocked" in order to be removed from the lock file.
#elixir
Testing external services with mocks in elixir
https://medium.com/@larryweya/testing-external-services-with-mocks-in-elixir-19858179c02
Testing external services with mocks in elixir
https://medium.com/@larryweya/testing-external-services-with-mocks-in-elixir-19858179c02
Medium
Testing external services with Mocks in Elixir
As a developer, sooner or later you will need to interact with an external service and if you are sufficiently lazy like me and like…