"Act as a full-stack architect for a distributed system. Build an order processing pipeline where users submit orders, but order validation and inventory deduction happen in a background worker to avoid blocking the UI. Use React + TypeScript frontend, Node.js + BullMQ + Redis for queuing, and two separate Node.js services (API Gateway and Worker). Data persistence is PostgreSQL with Prisma ORM.
Requirements:
Backend (API Gateway - Express)
Endpoint POST /api/ord . . .
#api AI Prompts
Check out the latest prompts tagged with #api
PromptsRadar

DEV prompt for Event-Driven Order Processing with Idempotent APIs & Background Jobs
2026-05-11
PromptsRadar

DEV prompt for Full-Stack Product Management System Architect
2026-05-11
As a Full-Stack Architect, design and implement a comprehensive Product Management System. Provide full, production-ready code for both backend and frontend components, along with a deployment configuration.
Core Functionality:
CRUD operations for products, each with a name, price, category, and an optional image upload.
1. Technologies & Architecture:
- Backend: FastAPI (Python), SQLAlchemy, PostgreSQL, Pydantic, Pillow.
- **Frontend . . .