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: In 2018, can an individual produce a scalable app?

2 pointsby startupdiscussabout 7 years ago
In the early days of the internet, a person would fire up a lamp server, and start up a site. You were in business.<p>That became difficult to do for a while, because your home server would not scale easily and you had to manage hardware.<p>Then there was a new paradigm. Ruby on Rails or one of the other frameworks (Django) let a single person knock out a site and push it to Heroku and you were in business.<p>There are some trends that make this more difficult:<p>1. Security is specialized<p>2. It costs a lot of money if it does scale<p>3. Consumers expect &quot;sophisticated&quot; experiences (example: snappy responsive sites, sized perfectly to my screen)<p>Some things make it easier:<p>1. Sites like AWS, Azure, Google, Digital Ocean let you run servers and an API<p>2. You can code a front end in a different language to make it snappy<p>However, we are moving towards a team. A single person doing all those things is getting harder.<p>Now I know a single person can produce a &quot;toy&quot; example, but are there modern stacks that let a single person produce an app that can scale indefinitely?

1 comment

homarpabout 7 years ago
&quot;Do Things that Don&#x27;t Scale&quot; <a href="http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html" rel="nofollow">http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html</a> then when you need to scale, hire people.