microservices

  • A shared database is coupling you cannot see

    Two services with their own repositories, deployments and teams still cannot change independently if they read the same tables. The dependency is real and invisible — nothing in…