{
  "name": "Content Moderation API", 
  "description": "AI powered content moderation using OpenAI", 
  "features": [
    "JWT authentication with refresh token rotation", 
    "Brute force protection with progressive lockout", 
    "AI content moderation via OpenAI GPT-4o-mini", 
    "Async background processing via Celery", 
    "Redis caching and message brokering", 
    "Moderation history with pagination", 
    "Moderation stats", 
    "Rate limiting", 
    "PostgreSQL with Alembic migrations"
  ], 
  "github": "https://github.com/raynercodes/content-moderation-api", 
  "LinkedIn": "https://www.linkedin.com/in/leonardo-rayner-raynercodes/", 
  "interactive_docs": "http://www.raynercodes.dev/docs", 
  "status": "running", 
  "other_projects": [
    {
      "name": "Fintech Serverless API (Loan Lending Platform)", 
      "stack": "AWS Lambda, DynamoDB, SQS FIFO, KMS, CloudFormation — fully serverless", 
      "url": "https://fintech.raynercodes.dev/health"
    }, 
    {
      "name": "Task Queue API", 
      "stack": "Flask, PostgreSQL, Redis, Docker — deployed on AWS EC2", 
      "url": "https://tasks.raynercodes.dev/"
    }
  ]
}