Hacker News new | ask | show | jobs
by dirkdk 2808 days ago
For early stage development, Rails is still the best. No ORM tool out there is as powerful as ActiveRecord. Front ends are nowadays built more with React/Redux, which is well supported via Webpacker. And for basic admin pages, regular controller calls with validations and ERB/Haml/Slim templates works great. And GraphQL is fully supported via gems.

When you look for performance for microservices, Go or Scala are better. But that's when you are beyond the first 2 years and 25 developers and have the cash to invest