svetarosemond
Topics covered in Elixir in Action textbook
I’m planning on purchasing Elixir in action second edition, and I was wondering if anyone could tell me based off the first edition, does it cover the following topics:
- try, catch, and rescue
- case, cond, and if
- IO (Reading and Writing to a file)
Most Liked
sasajuric
- Branching constructs (case, cond, if) are explored in chapter 3.
tryis briefly mentioned but not explored in details.- File I/O is mostly not discussed. The example which is developed throughout the book uses
File.readandFile.write, and there’s a brief example ofFile.stream!in chapter 3, and that’s all.
peerreynders
Getting Started and Introduction to Mix are definitely worth your time.
Hexdocs quality depends on the package providers - and as valuable and high quality the hexdocs for Phoenix and Ecto are, I feel that going through Programming Phoenix 1.4 and Programming Ecto first helps you to get more out the hexdocs (and makes them easier to understand).
Elixir in Action 2e is an excellent guide to learning how to develop Elixir applications (the Elixir/BEAM way). That being said some people may benefit from some additional help from Learn Functional Programming in Elixir to get more used to the functional way of doing things.
Also, when is the second edition of EiA coming out? Some stores says September 30th but Amazon says November 6th.
You can get the eBook right now 35% off with your forum discount - code ‘elixirforum18’ at manning.com
idi527
![]()
These topics would be covered in any introductory elixir book or guide, I think. You might as well try
Popular in Chat/Questions
Other popular topics
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
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









