#elixir #concurrency #processes #state
Understanding the basics of elixir’s concurrency model
https://medium.com/ilijas-musings-on-software-development/understanding-the-basics-of-elixirs-concurrency-model-bf8523642cc2
Understanding the basics of elixir’s concurrency model
https://medium.com/ilijas-musings-on-software-development/understanding-the-basics-of-elixirs-concurrency-model-bf8523642cc2
Medium
Understanding the basics of Elixir’s concurrency model
If you come from an object-oriented background, you might have tried concurrency in your favourite OO language before. Your mileage will…
#elixir #otp #genserver #processes #beam
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Medium
OTP in Elixir: Learn GenServer by Building Your Own URL Shortener
Elixir works on the BEAM virtual machine and inherits plenty from Erlang’s rich history, and a bit more — something called OTP.