GraphQL in a Micro Services Architecture
GraphQL stitching increases developer agility and productivity
Implementing DDDomain models, Ports & Adapters and CQRS with C#
The cloud is a game-changer. Instead of building big applications that are hosted on giant machines, the industry is moving away from that and is moving towards serverless architecture. Everybody is talking about microservices. More and more developers are talking about hexagonal architecture (also known as Ports and Adapters), Domain-Driven Design and Command Query Responsibility Segregation (CQRS)
Microservices and Outside-in Tests Using C# and Docker Compose
A number of years ago I was working for a client that decided we should be favouring outside-in tests. I understood the term to mean that tests shouldn’t have any knowledge of the inner workings of a component, but instead should just validate any outputs and/or any side-effects.