Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
State of Steeltoe 2020
youtube.com
"From support for Streams and Kubernetes to enhanced extensibility, Steeltoe has loads of new functionality. This session provides an overview of what’s new ...

Failed CQRS implementation in Microservice Architecture | FAUN
Kasun Sameera - medium.com
This story I talked about how we failed to implement CQRS pattern in Microservice Architecture.

FTC: Cos Buying Startups Could Be Anti-Competitive
pymnts.com
Joe Simons, chair of the U.S. Federal Trade Commission (FTC), said antitrust enforcers should be on guard against dominant companies buying emerging startups.

Validation with Mediator Pipelines in ASP.NET Core Applications | by João Simões | The Startup | Medium
João Simões - medium.com
When implementing web applications that manipulate information, there is always the need to validate data sent by the clients, ensuring business rules are properly implemented.

Improve Tests with the Builder Pattern for Test Data
ardalis.com
null
GitHub - alugili/ModernArchitectureShop
github.com
The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code. - GitHub - alugili/ModernArchitectureShop: The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
GitHub - ardalis/ApiEndpoints: A project for supporting API Endpoints in ASP.NET Core web applications.
github.com
A project for supporting API Endpoints in ASP.NET Core web applications. - GitHub - ardalis/ApiEndpoints: A project for supporting API Endpoints in ASP.NET Core web applications.

Building a CachedRepository in ASPNET Core
ardalis.com
null
My Favorite NServiceBus Features - Message Encryption
bradjolicoeur.com
Property encryption is one of my favorite NServiceBus features in that it provides a pattern for implementing message encryption as well as providing a concrete basis for addressing the concerns of compliance and security teams. Additionally, once your endpoint conventions are configured, it is easy to live with since it gets implemented only where necessary and in a consistent way.

Writing to Google Sheets API using C# .NET and a Services Account | by William Chislett | Medium
William Chislett - medium.com
TLDR: Create a Google Service account with the service account user role; download credentials file; add the service account’s email address to write permissions on the sheet; scroll to the bottom of…