TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ruby on Rails is out: major coding bootcamp ditches it, due to waning interest

33 pointsby sagivoalmost 8 years ago

3 comments

jmknollalmost 8 years ago
&quot;Watson specifically brought up the trend towards single-page web applications, which Node.js excels at, and Rails has yet to fully adopt.&quot;<p>I&#x27;m considerably less bearish on Rails than this article. My go-to stack, especially for prototyping and rapid product development, is a Rails API and a React Frontend or React Native mobile client. There&#x27;s a gem for every common problem that I&#x27;m going to run into, and this setup &quot;just works&quot; for 90% of what I need to do, which is some flavor of CRUD mobile and web apps.<p>I feel like I&#x27;ve given Node an honest chance, and it definitely excels for real-time and high-performance apps, but for a basic web app, development feels slow and cumbersome.<p>Is there something that I&#x27;m missing about Node? This article mentions it being great for SPAs. What makes Node better for an SPA than a Rails or Django API-only app? And if there is something that makes it better, are there frameworks to make Node development for basic CRUD apps more productive? I tried Sails for a bit, but found it kind of lacking.
评论 #14863066 未加载
dansoalmost 8 years ago
&gt; <i>Replacing it is a Java course, which will emphasize the Spring application development framework. This can be used in a variety of contexts — from back-end services, to mobile and web applications.</i><p>The cycle has completed. If there was anything that Ruby and RoR seemed like a salve to, it was Java (and perhaps C#&#x2F;ASP) web frameworks.
评论 #14863156 未加载
评论 #14863151 未加载
antfarmalmost 8 years ago
I think JAVA is a good choice for a bootcamp, not because of any merits of its own, but because there are a lot more opportunities for beginner&#x2F;intermediate level JAVA developers than there are for beginner&#x2F;intermediate level Rails developers. Also, starting out with something as opinionated as Rails might harm you in the long term. JAVA, once you&#x27;re over it, leaves you with less things to unlearn.
评论 #14863138 未加载