3 comments

[ 0.23 ms ] story [ 32.6 ms ] thread
I just started using Phoenix and Elixir and so far I'm loving it. It's so easy to implement all these async flows.
In case you're wondering how to merge streams, the functions `zip` and `concat` are 2 examples.
This is a great write up. The diagrams to visualize the flow as really helpful. Well done.