Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save smcabrera/e1906cd74bf097ade61b2b9f99cf0a3b to your computer and use it in GitHub Desktop.

Select an option

Save smcabrera/e1906cd74bf097ade61b2b9f99cf0a3b to your computer and use it in GitHub Desktop.
Why Phoenix
# How and why to move from rails to phoenix
[This talk from rails conf 2016](https://youtu.be/OxhTQdcieQE?list=PLE7tQUdRKcyZGYLfj6oRQWPxB6ijg1YsC
)
Takeaways:
- Performance is better
- Less _work_ to achieve reasonable performance
- _Long term_ developer happiness
- Retraining Rails developers quickly
Phoenix Book:
- FP a better fit for the way the web works (the web is inherently stateless)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment