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 would you build a shopify or Airbnb today?

1 pointsby Max-20almost 5 years ago
My question only targets the technical aspect, how would you build a MVP for a complex project like shopify or Airbnb today?<p>Here you can see what they used 10 years ago: https:&#x2F;&#x2F;engineering.shopify.com&#x2F;blogs&#x2F;engineering&#x2F;e-commerce-at-scale-inside-shopifys-tech-stack<p>https:&#x2F;&#x2F;www.forbes.com&#x2F;sites&#x2F;quora&#x2F;2018&#x2F;02&#x2F;20&#x2F;what-technology-stack-does-airbnb-use&#x2F;#39ee8ca04025<p>And keep in mind, the goal is to launch as quick as possible as your next rent is due and you need to make money.

2 comments

j4miealmost 5 years ago
Your probability of high-scale success is extremely low. So use whatever technology you are most comfortable and efficient with, keep your code as simple as possible, and then worry about scaling later.
Nextgridalmost 5 years ago
I&#x27;d use standard Django or Rails or whatever framework I&#x27;m most comfortable with. I will definitely avoid using microservices or Kubernetes - those are wastes of time for ~90% of projects.