Discover and improve AI prompts across all domains and models.
29 prompts · Page 2 of 2
Build an edge function that routes requests by geography, applies rate limiting, and transforms responses — all at the edge for minimal latency.
Build a REST API with Deno 2 using Web Standards APIs. Secure by default with explicit permissions, built-in testing, and zero config.
Implement streaming LLM responses with Server-Sent Events. Token-by-token output from API to browser with proper error handling and abort.
Set up mutation testing to verify your tests actually catch bugs. Stryker mutates your code and checks if tests fail — the ultimate test quality metric.
Generate a comprehensive API design document with endpoints, data models, authentication, error handling, rate limiting, and OpenAPI spec — ready for engineering review.