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!

krstfk

krstfk

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

Where Next?

Popular in Chat/Questions Top

roshan
Hi everyone, I’m looking for a book on Phoenix server hosting / deployment like the following books for Rails, Docker for Rails Develop...
New
armanm
I know zero downtime deployment can mean different things depending on your application and what your users can tolerate so expectations ...
New
pietrofxq
I’ve bought the following books: Programming Elixir 1.6 Programming Phoenix 1.4 Programming Ecto Functional Web Development with Elixir...
New
dopomecana
The title of this topic may sound silly at the first glance. But why I trying to ask you guys is how to go to the next level? I am curre...
New
InkFlo
Hi everyone, This year I’m graduated from Bachelor Degree (in computer science) from France (not really a bachelor, the exact term is “L...
New
asfand
I already created an Elixir Phoenix app for learning purpose. In this app students of our collage will create profiles, and will chat wit...
New
Nopp
Hey guys and girls, i am completely “new” to programming, recently played a bit with Python, Ruby and PureBasic, but i want to try somet...
New
pdgonzalez872
Do we have a list of academic/research papers: about Elixir/Erlang? that use Elixir/Erlang? about the Beam? If so, could you please po...
New
venomnert
Background I have been a backend elixir developer for about 3 years now. I have been mainly working on simple CRUD applications. Context...
New
shansiddiqui94
Greetings Elixir Developers, My name is Daniel, and I am taking my first step to learn all about the Elixir language. Currently I have a...
New

Other popular topics Top

chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 30048 115
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
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 49522 488
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

We're in Beta

About us Mission Statement