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.

Advice I Wish I Had Known When I Built My First Payment Application

6 pointsby ohduranabout 1 year ago

2 comments

hnrodeyabout 1 year ago
He had me, until<p>&gt; Well, I am. And if you want to learn how to do it, how to really do it, I suggest that you click subscribe.<p>THE END
spacebanana7about 1 year ago
&gt; At EuroPython last year, I gave a talk on why tools like Django and Ruby on Rails are great for building simple projects, but terrible to scale. The problem is that they help engineers build a system fast, but put huge obstacles to changing the way to store data.<p>Applications have to get truly massive to run out of scale with that architecture.<p>Using the largest instance on EC2 with the largest RDS configuration will comfortably scale to millions of DAUs for almost every CRUD app.<p>As a solo dev, founder, or early engineer at a company, worrying about outgrowing these is like worrying about how you&#x27;ll cater for a 1000 employees at off site events.<p>Even in large companies, very few apps will reach a scale beyond what Django&#x2F;rails can accommodate.