The Quick Notes

Built with caffeine, curiosity, and a suspicious number of tabs

Recent Posts5 entries
  1. [5]

    Decorator with Scrutor in .NET

    Truc Nguyen·

    A quick note on how to add caching (or any cross-cutting concern) to your services using the decorator pattern and Scrutor — without touching the original service.

    Keywords: tech, c#, dotnet, design patterns

  2. [4]

    Use ValueTask<T> in .NET

    Truc Nguyen·

    A quick note on when and why to use ValueTask<T> instead of Task<T> in .NET for high-throughput, cache-friendly async APIs.

    Keywords: tech, c#, dotnet, async

  3. [3]

    Hybrid Cache with In-Memory + Redis in .NET

    Truc Nguyen·

    A quick note on setting up hybrid caching in .NET — combining in-memory (L1) and Redis (L2) for fast, scalable APIs. Includes config, load test results, and trade-offs.

    Keywords: tech, c#, dotnet, caching, redis

  4. [2]

    Cuộc hành trình 6 năm ở Anh

    Truc Nguyen 🇻🇳·

    Năm 2019, nhận được một tin nhắn trên linkedin từ một người lạ mời mình sang Anh làm việc, lúc đó mình đang làm cho một công ty ở Việt Nam

    Keywords: life, uk, story

  5. [1]

    Velkommen

    Truc Nguyen·

    This is my first post on my new blog. Join me as I share my thoughts and experiences.

    Keywords: general