Git Aliases: a time-saving secret weapon for improved workflow and productivityMar 21, 2023·1 min read
Why my WireMock mocks aren't working?How to troubleshoot WireMock.Net problems + four common problemsApr 12, 2023·1 min read
How to run disposable databases for your tests. Improve your integration tests accuracy with TestcontainersMar 2, 2023·1 min read
Integration tests without API dependencies with ASP.NET Core and WireMock.NetMockings APIs with WireMock.NetMar 1, 2023·1 min read
How to use C# 11 features in .NET 6 or older versions (even .NET Framework 2.0)C# 11 on AWS Lambda and Dataverse pluginsFeb 28, 2023·1 min read
.NET and AWS S3 with LocalStack: How to develop with local S3 bucketsSimplifying cloud testing with LocalStackFeb 25, 2023·1 min read
Don't box your logsIntroduction .NET's default interface for logging (ILogger) can log any number and type of parameters in the log messages. Because of this, the parameters are passed as object to the log implementation, causing the boxing of value types. In this post...Jan 3, 2023·5 min read
7 tips for improving your productivity with GitNot so known Git features to help your daily workJan 3, 2023·4 min read
Canceling abandoned requests in ASP.NET CoreUsing CancellationToken to be notified of request abandoned by clientsDec 16, 2022·4 min read