Technique: Walking Skeleton for incremental development

Applying this idea to functionality provided by multiple services. If we know we need to integrate with 3 other services to respond to our request, we should then call actual endpoints with dummy implementations (grab dummy data from their database). The walking skeleton should include the integration (HTTP calls, events, …)