Handling events with maintainable Lambda functions
Lambda functions can be used to quickly respond to events happening in your ecosystem. Being quick isn’t an execuse to give up on best practices.
Lambda functions can be used to quickly respond to events happening in your ecosystem. Being quick isn’t an execuse to give up on best practices.
Lambda functions are an incredible tool but it can be tiresome to align its programming model to that of other .NET tools. That can be fixed!
Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases the...
When collaborating across different organizations or simply across different teams, environment configuration values can differ. This post shows how the Terr...
The WebApplicationFactory can be used to create an instance of an ASP.NET Core application hosted within the test process and execute all the tests against i...
The WebApplicationFactory can be used to create an instance of an ASP.NET Core application hosted within the test process and execute all the tests against it.
Currently the GitHub CLI has no supported release for Windows ARM. This guide shows the necessary steps to build and install the GitHub CLI on a computer run...
NUnit constraints can be used when verifying invocations in Moq to create powerful and clear expressions.
GitHub exposes most of its functionalities via its CLI, including a raw access to the API. This can be used to query all owned repositories and use the resul...
Tye is an experimental tool Microsoft is working on to facilitate the development of solutions with many services.