// Popular Articles

#api-design
#3932025-09-09

Rate Limit Authenticated Users in .NET: The Partitioned Rate Limiter Playbook

Global rate limits are a trap. Use the user's JWT sub claim as a partition key and get fair, per-user throttling with the built-in ASP.NET Core middleware — plus YARP and Redis patterns for when you scale out.

dotnetaspnet-corerate-limiting
8 phút đọc
#1702025-05-20

API Design Roadmap 2026: Từ HTTP Basics Đến Production-Ready

Lộ trình 12 trụ cột để xây dựng API production-ready: REST principles, authentication, security, testing, performance, và deployment. Kèm chuẩn công nghiệp từ Google, Microsoft, Swagger.

api-designrest-apiopenapi
9 phút đọc