August 4, 2023 Broadcast request across replicas in k8s Way to deliver message to each replica of deployment on the example of cache invalidation #architecture #c# #k8s
June 21, 2023 Few stories about breaking changes Examples of changes that are not obvious breaking changes in libraries code #c# #libraries
May 6, 2023 Context propagation in distributed systems and cooperation with OpenTelemetry How to propagate context between distributed systems and take advantage of it using OpenTelemetry #http #c# #communication #openTelemetry #tracing
May 4, 2023 HttpContext BodyReader and incremental json parser Other light way to read http request body using PipeReader and use it to incremental parse json content #http #c# #json #pipes #span #allocation #performance #optimization