#elixir #phoenix_framework #liveview
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Medium
Concurrent ant farm with Elixir and Phoenix LiveView
How I built a concurrent ant farm with Elixir and Phoenix LiveView.
#elixir #programming_languages #programming #computer_science #computers
5 aha tricks to make elixir‘s interactive shell more pleasant
https://medium.com/@leeduckgo/5-aha-tricks-to-make-elixir-s-interactive-shell-more-pleasant-c726e08477c8
5 aha tricks to make elixir‘s interactive shell more pleasant
https://medium.com/@leeduckgo/5-aha-tricks-to-make-elixir-s-interactive-shell-more-pleasant-c726e08477c8
Medium
5 Aha Tricks to Make Elixir‘s Interactive Shell more Pleasant
For the freshman of Elixir, there are some small tricks to make your programming way more pleasant and unhindered.
#asdf #elixir #erlang #packagemanager
Asdf, the package manager for all your languages
https://dev.to/logicmason/asdf-the-package-manager-for-all-your-languages-2omg
Asdf, the package manager for all your languages
https://dev.to/logicmason/asdf-the-package-manager-for-all-your-languages-2omg
DEV Community
ASDF, the version manager for all your languages
a short guide to setting up the asdf package manager and then using it to install and enable versions of four programming languages
#elixir #learning
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
DEV Community
Doing Background Work Using a Native Elixir Approach
In this article, we'll look at the different solutions Elixir has for performing background work and when you would use each one.
#elixir #engineering #web_development
How elixir genservers, phoenix liveview built a logic circuit simulator
https://dockyard.com/blog/2019/05/15/how-elixir-genservers-phoenix-liveview-built-a-logic-circuit-simulator
How elixir genservers, phoenix liveview built a logic circuit simulator
https://dockyard.com/blog/2019/05/15/how-elixir-genservers-phoenix-liveview-built-a-logic-circuit-simulator
#programming #elixir #software_development #game_theory #software_engineering
Build an unbeatable tic tac toe minimax player in elixir in 5 simple steps
https://medium.com/@lucaspenzeymoog/build-an-unbeatable-tic-tac-toe-minimax-player-in-elixir-in-5-simple-steps-d9814dea8802
Build an unbeatable tic tac toe minimax player in elixir in 5 simple steps
https://medium.com/@lucaspenzeymoog/build-an-unbeatable-tic-tac-toe-minimax-player-in-elixir-in-5-simple-steps-d9814dea8802
Medium
Build an Unbeatable Tic Tac Toe Minimax Player in Elixir
Tic Tac Toe is a simple enough game for us humans to play, what with our powerful pattern-finding brains, but getting a computer to play…
#elixir #phoenix #imagemagick #mogrify
Creating thumbnails of uploaded images and pdf in phoenix
https://dev.to/alvisesus/creating-thumbnails-of-uploaded-images-and-pdf-in-phoenix-21a3
Creating thumbnails of uploaded images and pdf in phoenix
https://dev.to/alvisesus/creating-thumbnails-of-uploaded-images-and-pdf-in-phoenix-21a3
DEV Community
Creating Thumbnails of uploaded Images and PDF in Phoenix
We see how to create thumbnails of Images and PDFs in Elixir and Phoenix, using ImageMagick and Mogrify.
#elixir #phoenix #ecto
Tracking changes with context using phoenix and ecto
https://dev.to/luizdamim/tracking-changes-with-context-using-phoenix-and-ecto-3b1i
Tracking changes with context using phoenix and ecto
https://dev.to/luizdamim/tracking-changes-with-context-using-phoenix-and-ecto-3b1i
DEV Community
Tracking changes with context using Phoenix and Ecto
Saving data changes in Phoenix and Ecto as events
#elixir #engineering #web_development
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
#elixir #phoenix #phoenix_framework #ecto #sql
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Medium
Preload, or not preload, that is the question
Preload is a part of Ecto.Query module that provides the Query DSL. Preload is a powerful tool that allows you to avoid N+1 queries from…
#functional_programming #elixir #rust #engineering
Using rust to scale elixir for 11 million concurrent users
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3
Using rust to scale elixir for 11 million concurrent users
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3
Medium
Using Rust to Scale Elixir for 11 Million Concurrent Users
Must. Go. Faster.
#elixir #erlang #elixirlang
Use erlang packages with elixir
https://medium.com/@sushantbajracharya/use-erlang-packages-with-elixir-4b87957b2ad
Use erlang packages with elixir
https://medium.com/@sushantbajracharya/use-erlang-packages-with-elixir-4b87957b2ad
Medium
Use Erlang Packages with Elixir
Before you even decide to use an Erlang package with Elixir, you need to install `rebar3`. Rebar3 is erlang’s build tool. To install it…