apoorv-2204
I want to learn various distributed stuff we can do with erlang, otp and elixir.
Where can i Start?/
like multi_call ,.etc.Various distributed algos?
Basically from beginner to advanced?
Trending in Chat/Questions
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
tty
What sort of learner are you? For example I am a VK (visual-kinaesthetic) learner. I learn best by reading then doing. Podcasts (and to lesser extent video tutorials) don’t do it for me.
The good starting point for OTP is still:
That would get you going. A good overview book on the various aspects to distributed stuff is “Understanding Distributed Systems” by Roberto Vitillo.
Of course, ESL (Erlang & Elixir Training - Erlang Solutions) is always happy to provide training courses.
anuaralfetahe
My favorite book on this subject is Designing for Scalability with Erlang/OTP by Francesco Cesarini.
karlosmid
Good intro is in Sasa’s Juric Elixir in Action 3rd edition, chapter on Building a distributed system: