kostonstyle

kostonstyle

Elixir in action

Hi all
I just finish with the book from dave thomas, programming in elixir 1.2.
I am looking forward to buy elixir in action book.
My question, it is worth to buy it, if I want learn more about OTP.
Thanks

Most Liked

sashaafm

sashaafm

Hi @kostonstyle, if you’re looking to learn OTP I highly suggest this one: Little Elixir and OTP Guidebook. It’s really good for OTP although it hasn’t reached the final version.

I’m not syaing Elixir in Action is bad (I haven’t read it). Just giving my opinion on something that I’ve read :slight_smile:

AstonJ

AstonJ

Get both :023:

There is a coupon code for Ben’s book here and if you subscribe to Manning’s mailing list they also offer discounts from time to time. I buy around 80% of my books when voucher’s surface, even if I know it will be months before I can read them :lol:

We are very lucky in Elixir that we have so many great books - other languages of a similar age don’t have any published books yet! A well-written, professionally edited and published book (especially from a tech publisher) is worth 50 mediocre books imo (something you often get when people decide to self-publish, not always but often).

babysnakes

babysnakes

I’m currently reading Elixir in action and it’s a great book. Bare in mind that it was written for older elixir (IIRC elixir 1.0). There are several changes and in the book’s source repository there’s a branch for working with elixir 1.2. Make sure you check the code example in the source because they are slightly different from the ones in the book (especially around data types).

Where Next?

Popular in Questions Top

senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
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
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 I...
New
beno
I will often find my self writing things similar to: case some_value do nil -> something() "" -> something() _ -> somethi...
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
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 39297 209
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
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
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement