José Valim explains how to replace the deprecated GenEvent by a Supervisor and GenServer. He also describes the journey of Elixir team to come up with this solution.
Build forms in Phoenix that use the schema information to dynamically show the proper input fields with validations, errors and so on.
José Valim discusses the role of functional programming in Erlang and Elixir and what are its real benefits: maintainable, distributed, fault-tolerant applications.
Learn all of the different and interesting ways to quit the Elixir shell.
-
George Guimarães
-
February 4th, 2016
-
phoenix
Learn the technical requirements and implications of running stateful web apps and how Phoenix simplifies your stack compared to frameworks like Rails and Socket.IO.
Sometimes Erlang programmers are worried "Elixir variables may be the source of hidden bugs". But how does Erlang and Elixir variables compare?