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.

Beyond the PHP mountain

3 pointsby Stamyover 10 years ago

2 comments

stephenrover 10 years ago
&gt; Now I can have a production-ready Node.js stack after 5 minutes on StackOverflow<p>The only 5 minute task that is likely to result in an actual &quot;production ready&quot; environment, is making&#x2F;buying a cup of coffee.<p>This sums up my beef with what appears to be a reasonably popular interpretation of the term &quot;dev ops&quot;.<p>People always claim that developers should have more hands-on involvement in managing servers.<p>In theory that&#x27;s fine, but the problem is, they generally don&#x27;t tend to appreciate that sysadmin&#x2F;server management&#x2F;call-it-what-you-will is not just 2 lines of shell commands copy-pasted from stack overflow.
dkopiover 10 years ago
While true that some languages (and supporting open source modules) are better at certain tasks than other, I believe the real reason people want &quot;one language to rule them all&quot; is reduce the loss in productivity due to context switching between languages.<p>Try going back and forth between langauges when you have an app in Java&#x2F;Obj-C, high performance native code in C++, a backend server written in python&#x2F;php and an admin dashboard written in Javascript.