by troycarlson on 2/6/18, 8:04 AM with 4 comments
I know there is no "perfect" answer to this question and some frameworks excel at certain things, but surely there are some frameworks which stand out for typical web application development in 2018. I definitely don't need to be on the bleeding edge of the web but I also don't want to invest my time learning a dying stack. (Or maybe there's no such thing as a dying stack?)
Popular opinions seem to be Ruby/Rails, Python/Django, and Elixir/Phoenix.
What would you invest your time in?
by progsmile on 2/7/18, 2:35 PM
- Functional programming (always interesting to learn new paradigm: pattern matching, purity, immutability, laziness, etc FP stuff)
- Fault-tolerance
- Hot code reload
- Message-passing concurrency (actor model), thanks to Erlang
- Using at large companies for high-load and real-time
- Cool syntax
by paktek123 on 2/6/18, 9:19 AM
by wardy484 on 2/6/18, 9:10 AM
by brudgers on 2/6/18, 3:52 PM