Public APIs in a Modular Monolith let you control coupling
Summary
The transcript discusses options for inter-module communication in a modular monolith architecture. It presents three approaches: direct database access, accessing an internal service, and using a public API. The recommended takeaway is to leverage public APIs, as they define contracts for communication and prevent tight coupling to internal implementations.