.NET
Make Your API Requests Insanely Fast in .NET
This is a continuation of his previous video where Nick is using the Delta NuGet package to implement client-side caching. He recommends another package, Replicant, to provide the same kind of disk caching on the HttpClient
when hitting an API directly (from a console app, for example).