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

Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
qwerescape
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
chrisalley
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
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
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New

Other popular topics Top

chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31142 143
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
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
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New

We're in Beta

About us Mission Statement