1. Spreading HttpClient connections across Kubernetes pods
    • tech

    Cloud-friendly HttpClient extensions for .NET, independent connection pools, cloud-tuned defaults, and composition with Microsoft's resilience pipeline.

  2. Why I built SingletonJob
    • tech

    A Redis-backed singleton background job library for high-frequency .NET workloads.

  3. Building an ML Inference API, Part V
    • tech

    Extending native inference to other boosting frameworks

  4. Building an ML Inference API, Part IV
    • tech

    Converting LightGBM models into native .NET inference

  5. Two Claude Code skills I wrote for .NET
    • tech

    A pair of opinionated .NET skills for Claude Code, one for coding conventions, one for performance review.

  6. JWT with auto-refresh in cookies
    • tech

    A walkthrough of a small ASP.NET Core demo that handles access tokens, refresh tokens, and a middleware that refreshes them transparently.

  7. Building an ML Inference API, Part III
    • tech

    Technical design choices for ML Inference API

  8. Building an ML Inference API, Part II
    • tech

    Building Scalable Python Web API for ML Inference

  9. Building an ML Inference API, Part I
    • tech

    Some history. The naive approach given the architecture back then.

  10. HttpClient connection lifetime, observed
    • tech

    A small experiment to see what SetHandlerLifetime and PooledConnectionLifetime actually do to connection reuse.