/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.softacom.com
| | github.com
3.8 parsecs away

Travel
| | A dotnet client sdk to the PostHog API. Contribute to PostHog/posthog-dotnet development by creating an account on GitHub.
| | claudiobernasconi.ch
2.9 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | www.darrenhorrocks.co.uk
4.6 parsecs away

Travel
| | Building APIs that handle large datasets can be a challenge. A common approach is to collect all the data into a list, convert it to JSON, and then send it all at once. But what happens when that dataset is massive? Your API might freeze up while it's building the response, and you could end up with a huge memory footprint. Fortunately, ASP.NET Core provides a great solution for this problem: IAsyncEnumerable.
| | enix.io
16.6 parsecs away

Travel
| This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution.