Get the latest tech news
Modular Monoliths Are a Good Idea
Microservices aren't the only way to get high cohesion and low coupling.
Remote procedure call (RPC) frameworks need tooling to enforce compatible schema changes. Let’s start with the benefits that microservices confer: they can be built, tested, and deployed independently; they have isolated databases; and they have clear public APIs. For monoliths just starting out, it would be great if full stack frameworks like Next.js, Redwood.js, Rails, and others began to adopt modular concepts in their codebase.
Or read this on Hacker News