Elixir in Action, 2nd edition
by Sasa Juric (2019)
Meetup: https://www.meetup.com/Los-Gatos-Rust-Reading-Group/events/277172962277459092/
Zoom: https://us02web.zoom.us/j/84281187589
Manning: https://www.manning.com/books/elixir-in-action-second-edition
O’Reilly: https://learning.oreilly.com/library/view/elixir-in-action/9781617295027/
Source code (zip): https://www.manning.com/downloads/1765
Github: https://github.com/sasa1977/elixir-in-action
...
Designing Elixir Systems with OTP: Write Highly Scalable, Self-Healing Software with Layers (2019)
Real-Time Phoenix: Build Highly Scalable Systems with Channels (2020)
Concurrent Data Processing in Elixir: Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway (~August 2021)
Chapter 2 (2nd half) April 15, 2021 | Presenter |
---|---|
2.4 Understanding the type system | |
2.5 Operators | |
2.6 Macros | |
2.7 Understanding the runtime |
Chapter 1 and Chapter 2 (1st half) April 8, 2021 | Presenter |
---|---|
1.1 About Erlang | Casey |
1.2 About Elixir | Casey |
1.3 Disadvantages | Casey |
2.1 The interactive shell | Casey |
2.2 Working with variables | Casey |
2.3 Organizing your code | Casey |