Looking for a book or video (preferred) that goes over concurrency patterns, gotcha's

So I am reading Programming in Elixir 1.3, and it has given me so far the basic building blocks and features of elixir. I now really want to get exposed to some real word patterns of using Genservers/concurrency tools to build something. Are their any videos or a book that would cover this nicely?

There’s definitely good books available at this point. The Little Elixir & OTP Guidebook is good. All sorts of videos are worth the time. https://www.youtube.com/watch?v=pO4_Wlq8JeI is one I’ve recommended to people lately, https://www.youtube.com/watch?v=4SCwubzqsVU is good as well - but there’s been a bunch of great talks on OTP at various conferences around the world. There are also great talks on the Erlang VM - which are worth your time.

https://everyelixirvideo.page might be something you’d like to check out. good luck!

4 Likes

There is also the awesome Erlang Master Class video serie… If You don’t mind viewing some Erlang code.

1 Like

You might also like this…

:003:

1 Like

Just watched the abc’s of otp video, that was nice and simple and helped solidify what I have read so far thanks!