Keeping state in streams

Streams are great for composing lazy computations over enumerables. This article explores using Stream.transform for keeping state in streams.

May 20, 2021 1460 words 7 min

Implementing SSH tunnels in Elixir

Using OTP to implement SSH tunneling

March 21, 2018 2069 words 10 min