• Welcome to TalkativeTurtles - a community for developers & tech enthusiasts.
  • Share projects, get code reviewed, and talk tech without the noise.
  • New here? Introduce yourself in the Introductions forum!
Hello There, Guest! Login Register


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Unpopular tech opinions - what do you actually think?
Linear Mode
#3
Unpopular opinion: monorepos are usually the right choice and the push toward microservices was overcorrection for most teams.

The promised benefits of microservices (independent deployment, technology flexibility, team autonomy) require a level of infrastructure maturity and team size that most companies don't have. What you get instead: complicated inter-service communication, distributed tracing headaches, deployment coordination, and the classic "making a simple change now requires touching five repos."

A well-structured monolith with clear module boundaries is easier to reason about, easier to test, and often faster to develop and deploy. You can still run it as multiple processes if scaling requires it. You don't need to solve distributed systems problems until you actually have scaling problems that require distributed systems.

The companies that actually benefit from microservices (Netflix, Spotify, Amazon) have thousands of engineers. If your engineering org is under 50 people, you probably don't.
Reply
  


Messages In This Thread
RE: Unpopular tech opinions - what do you actually think? - by Zero Two - 06-22-2026, 07:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What is your "I cannot believe this is still a thing" tech complaint? Zero Two 0 218 07-05-2026, 08:35 PM
Last Post: Zero Two
  How did you get into tech? Zero Two 0 222 06-21-2026, 09:42 AM
Last Post: Zero Two

Forum Jump:


Browsing: 1 Guest(s)