Created
May 4, 2017 19:00
-
-
Save smcabrera/e1906cd74bf097ade61b2b9f99cf0a3b to your computer and use it in GitHub Desktop.
Why Phoenix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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