jeramyRR

jeramyRR

Hard core Elixir/OTP learning

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.

Most Liked

krstfk

krstfk

Online courses, I don’t know, but resources we do have plenty:
On OTP:

On functional programming:

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.

rvirding

rvirding

Creator of Erlang

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.

iangl

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!

Last Post!

krstfk

krstfk

I don’t know about courses, but their videos and posts are always great.

Where Next?

Popular in Chat/Questions Top

AstonJ
It’s been a while since we asked this - I’m sure others (especially newcomers to the language) will be interested to hear how you’ve all ...
New
pillaiindu
I am a VSCode and Sublime user and I know VIM, though I don’t use VIM directly but whenever I code inside Sublime or VSCode, I use Vim em...
New
makeitrein
More Ecto questions! More madness! The context: there’s a list of books that I want to filter with a dropdown… The dropdown: looks some...
New
Fl4m3Ph03n1x
Background After following the communitiy suggestion, I bought the Elixir in Action 2nd Edition book and I am about to finish it now. I ...
New
Nvim
Anybody know of a Pragmatic Studio 40% off coupon code for video course like Phoenix?
New
woohaaha
I’m coming from Ruby and Rails. I have read some Elixir and Phoenix books. They shed a lot of light about building applications in Elixir...
New
aswinmohanme
I recently finished the Udemy course on Elixir and Phoenix and I am thinking about using it for the next project. But I am stuck as how t...
New

Other popular topics Top

joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54996 245
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement