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.

Microservices for the Benefits, Not the Hustle

2 pointsby WolfOliverover 1 year ago

1 comment

PaulHouleover 1 year ago
You get scalability out of microservices, I believe, not because of "programming in the large" concerns but because 99% of your app works just fine using an RDBMS for a back end with your code written in something low-performance like PHP, but there is 1% of the app that can get 1000x speedup but rewriting it in C with carefully designed and compressed data structures in RAM.