#elixir
Ecto can only execute 1 sql statement at a time
https://til.hashrocket.com/posts/hjhufmnidh-ecto-can-only-execute-1-sql-statement-at-a-time
Ecto can only execute 1 sql statement at a time
https://til.hashrocket.com/posts/hjhufmnidh-ecto-can-only-execute-1-sql-statement-at-a-time
Hashrocket
Today I Learned: Ecto can only execute 1 sql statement at a time
Ecto can only ever execute 1 sql statement at a time, by design. For performance concerns, every statement is wrapped in a prepared statement
*some “security” is a fringe benefit of prepare statements.
*some “security” is a fringe benefit of prepare statements.
How to write a browser game in pure elixir — part 1
https://medium.com/@neslinesli93/how-to-write-a-browser-game-in-pure-elixir-part-1-af759c7cd2b2
https://medium.com/@neslinesli93/how-to-write-a-browser-game-in-pure-elixir-part-1-af759c7cd2b2
Medium
How to write a browser game in pure Elixir — Part 1
Phoenix LiveView is an awesome technology that tries to push Elixir usage for web application way further than the basic Phoenix framework…
#elixir #ruby
Important information about our elixir and ruby open source projects
http://blog.plataformatec.com.br/2020/01/important-information-about-our-elixir-and-ruby-open-source-projects/
Important information about our elixir and ruby open source projects
http://blog.plataformatec.com.br/2020/01/important-information-about-our-elixir-and-ruby-open-source-projects/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Important information about our Elixir and Ruby Open Source projects « Plataformatec Blog
In the last decade, Plataformatec has also created and maintained a range of open source projects. In the next paragraphs, I will describe what the next steps are for the open source projects currently owned by Plataformatec.
Elixir process orchestration in kubernetes with libcluster and swarm
https://medium.com/kloeckner-i/elixir-process-orchestration-in-kubernetes-with-libcluster-and-swarm-c741ab8b57c7
https://medium.com/kloeckner-i/elixir-process-orchestration-in-kubernetes-with-libcluster-and-swarm-c741ab8b57c7
Medium
Elixir Process Orchestration in Kubernetes with libcluster and Swarm
Collaborated with Rocky Neurock
Elixir for node.js developers — your handbook to success
https://medium.com/selleo/elixir-for-node-js-developers-your-handbook-to-success-4a76442af52c
https://medium.com/selleo/elixir-for-node-js-developers-your-handbook-to-success-4a76442af52c
Medium
Elixir For Node.js Developers — Your Handbook To Success
So many languages and so little time. We usually aim to gain professional expertise by climbing up on the learning curve. We crave for…
#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…