#programming #elixir
Accessing named genservers from anywhere in a beam cluster
https://medium.com/@pdgonzalez872/accessing-named-genservers-from-anywhere-in-a-beam-cluster-ffc062df526c
Accessing named genservers from anywhere in a beam cluster
https://medium.com/@pdgonzalez872/accessing-named-genservers-from-anywhere-in-a-beam-cluster-ffc062df526c
Medium
Accessing named GenServers from anywhere in a BEAM cluster
You can create named Agents that can be called from any connected node in a cluster. This technique can be helpful when you have a cluster, don’t necessarily know which node will handle the work…
#elixir #immutability #programming #while_loop #functional_programming
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Medium
Using While Loops in Elixir
Most people would tell you not to use a while loop in Elixir. And most people are right. Since data is immutable, they generally won’t do…