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.

Ask HN: How correct are geohot's opinions on CRUD developers?

2 pointsby tr1ll10nb1llover 4 years ago
Geohot once said in his streams that CRUD developers ( people working on frameworks like Ruby on Rails, React or something similar ( I&#x27;m assuming Django as well ) ) aren&#x27;t even real developers. They are mere translators and that bootcamps basically just teach you these frameworks that make you a translator between `input -&gt; system -&gt; output`, a job that&#x27;ll be replaced to some extent by AI in the future. He also compared CRUD devs to those who wrote news by hand before the printing press.<p>How correct are these opinions? My recent work includes a large Django project with multiple components for an SaaS I&#x27;m building and that got me thinking, is this even real coding? Idk Geohot took a toll on me I suppose. I mean I&#x27;m not particularly restricted to a framework per se, I just like to use whatever the right tool&#x2F;technology is to get an objective done.<p>Either way, would love to have some opinions flowing.

3 comments

adamnemecekover 4 years ago
Why do you care?
评论 #25108962 未加载
phendrenad2over 4 years ago
He&#x27;s wrong. There&#x27;s no such thing as a CRUD developer. No one would pay someone just to make essentially GUIs for the database tables. Also CRUD is ancient history, webapps are all interactive react now. CSS is hard. Also AI-generated CRUD or even CSS would be hilarious, I want to see that.
评论 #25109007 未加载
评论 #25109643 未加载
评论 #25108994 未加载
评论 #25109355 未加载
raihansaputraover 4 years ago
Half true, I guess? I&#x27;m definitely in the camp of the CRUD developers. I do accept that I don&#x27;t do lower level work (even making plugins&#x2F;affecting how the framework works) in my day to day job. And it&#x27;s fine. Evidently these skills are worth paying for and create value (monetary or otherwise) in the world.<p>An interesting take on this and the wider topic of how to write software is DHH&#x27;s keynote from 2014[0]. He states that he himself is more interested in the &#x27;Information System&#x27; parts instead of the &#x27;Computer Science&#x27; part. I think there&#x27;s space for more specialized titles to differentiate these jobs&#x2F;skillsets.<p>0: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;9LfmrkyP81M" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;9LfmrkyP81M</a>