(From the Pluralsight course)
PresentationLayer- showing data to and accepting input from end users
ServiceLayer- BFF (Backend for Frontend) or API Gateway.
- Single point of entry for all outside traffic.
- Present stable API to Presentation Layer, and allow μs to change independent of frontend.