In this blog post we're going to explore a simple ASP.Net Core CQRS WebApi project. The code for this tutorial exposes a demonstrative API to manage a blog. ...
Image resizing is a common task that needs doing, especially for web apps. In this post, we take a look at some code to handle this in AWS using Lambda and S3.