/DocumentWebhookHandler
Write clear reference docs for a webhook receiver — e.g. a stripe webhook handler for payment events.
Backend & APIsadvanced#webhook#events
Your AI Command Vault
Summoning the AI overlords…
Backend & APIs
216 commands · 5 subcategories
Write clear reference docs for a webhook receiver — e.g. a stripe webhook handler for payment events.
Add performance indexes to a postgres database — e.g. a postgres database with 40 tables.
Close common security holes in a permissions and roles model — e.g. an app with only admin and user roles.
Add graceful failure handling to a permissions and roles model — e.g. an app with only admin and user roles.
Implement a working handler for a graphql schema — e.g. a schema mixing queries and mutations for orders.
Design a normalized schema for an orders and line-items schema — e.g. an orders table joined to line items and products.