Explore >> Select a destination


You are here

www.stevejgordon.co.uk
| | enterprisecraftsmanship.com
6.9 parsecs away

Travel
| | There's an interesting controversy between two DDD topics: the Specification pattern and the Always-Valid domain model.
| | www.darrenhorrocks.co.uk
7.2 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.
| | haacked.com
2.4 parsecs away

Travel
| | You may want to deserialize JSON to strongly typed values, but sometimes you run into a situation where the API doesn't comply, until now.
| | www.swiftbysundell.com
48.2 parsecs away

Travel
| How SwiftUI's AnyView type can often be avoided, and why it might be a good idea to do so.