jeramyRR
Are there any only courses that provide some hard core learning materials for OTP? I mean something more than just the normal beginner level stuff that is found in most of the Elixir books out there? Something that would really prepare an individual for building a serious production level application.
Trending in Chat/Questions
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #iex
- #elixirconf-us
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
krstfk
Online courses, I don’t know, but resources we do have plenty:
On OTP:
Elixir in Action, Second Edition [Book]
https://ferd.ca/
On functional programming:
http://www.cs.cornell.edu/courses/cs3110/2020sp/textbook/
Hope this helps.
Oh and I almost forgot: popular elixir libraries/frameworks have VERY readable code, and thanks to HexDocs it’s literally one click away from the doc, so read it as well.
iangl
Apart from the ones mentioned above, I find that this talk by Sasa Juric explains on a very concise manner the core of OTP:
Also, if the idea is to use the knowledge on production, I find that the book Designing Elixir Systems With OTP by James Edward Gray II & Bruce Tate covers not only what is OTP but also gives an approach as to how to design an application with that in mind.
Though it is a book and not a course, the narrative guides you through the construction of an example project while explaining the concepts, so it is also pretty hands on if you follow it that way.
There are also some small videos on Elixir Casts about GenServers, but those are not that “hardcore” I’d say, but still are very good and well explained summaries on different Elixir topics.
Hope that helps!
rvirding
I don’t know if I should mention this here but Erlang Solutions has a number of courses and tutorials some of which can go quite deep.
jeramyRR
Robert, does Erlang Solutions offer any self-paced courses?
rvirding
Not really, at least not that I know of. The ones I know of are fixed courses.
krstfk
I don’t know about courses, but their videos and posts are always great.