this post was submitted on 01 Mar 2025
21 points (100.0% liked)
Programming
13493 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't worry about scaling UP. Worry about scaling OUT. Make your service small, you don't have to go micro but keep it as light as possible. Then when you need to, you can always add another clone of it. And another, and another.