the quick notes
fast, quirky, and occasionally buggy: where tech meets sticky notes!
welcome to my notes 👋
Recent Posts
decorator with Scrutor in .NET
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.
techc#dotnetdesign patterns
use ValueTask<T> in .NET
a quick note on when and why to use ValueTask<T> instead of Task<T> in .NET for high-throughput, cache-friendly async APIs.
techc#dotnetasync
hybrid cache with in-memory redis database
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.
techc#dotnetcachingredis
cuộc hành trình 6 năm ở Anh
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
lifeukstory
velkommen
this is my first post on my new blog. join me as i share my thoughts and experiences.
general