SlashAI

Your AI Command Vault

Summoning the AI overlords…

Backend & APIs

Backend & APIs

216 commands · 5 subcategories

Subcategories

Popular in Backend & APIs

/DocumentWebhookHandler

Write clear reference docs for a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/IndexPostgresDatabase

Add performance indexes to a postgres database — e.g. a postgres database with 40 tables.

Backend & APIsadvanced#postgres#sql

/SecurePermissionsModel

Close common security holes in a permissions and roles model — e.g. an app with only admin and user roles.

Backend & APIsadvanced#permissions#rbac

/RecoverPermissionsModel

Add graceful failure handling to a permissions and roles model — e.g. an app with only admin and user roles.

Backend & APIsadvanced#permissions#rbac

/ImplementGraphQLSchema

Implement a working handler for a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/ModelOrdersSchema

Design a normalized schema for an orders and line-items schema — e.g. an orders table joined to line items and products.

Backend & APIsmedium#orders#schema