Loading...
Loading...
Found 256 Skills
Use a central mediator object to handle communication between components instead of direct coupling.
Implement sophisticated rate limiting with sliding windows, token buckets, and quotas. Use when protecting APIs from excessive requests. Trigger with phrases like "add rate limiting", "limit API requests", or "implement rate limits".
Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment APIs, order systems, or any operation that must not be executed twice.
Fiber Express-inspired Go web framework. Use for Go APIs.