Python Web Scraper with Error Handling
Generate a production-ready Python web scraper using BeautifulSoup or Scrapy with retry logic, rate limiting,...
Browse and customize AI prompt templates for ChatGPT, Claude, Midjourney, and more. Copy-ready prompts with fillable placeholders.
Generate a production-ready Python web scraper using BeautifulSoup or Scrapy with retry logic, rate limiting,...
Create Python automation scripts for repetitive tasks — file management, email processing, report generation,...
Generate a typed Python client library for any REST API with async support, automatic retries, and comprehensi...
Generate a professional Python CLI tool using Click — subcommands, options, progress bars, colored output, and...
Scaffold a production-ready FastAPI microservice with async database access, JWT auth, OpenAPI docs, Docker, a...
Analyze and optimize Laravel Eloquent queries — eliminate N+1 problems, add proper indexes, implement caching,...
Generate a complete Filament 3 admin resource with custom forms, tables, filters, actions, and relation manage...
Build interactive Livewire 3 components — real-time search, dynamic forms, infinite scroll, and modal workflow...
Refactor legacy PHP code to modern PHP 8.3+ — enums, readonly properties, match expressions, fiber, named argu...
Implement clean service and repository layers in Laravel — separating business logic from controllers and data...
Design a robust queue and event-driven architecture in Laravel — jobs, listeners, event sourcing, and failure...
Implement multi-tenancy in Laravel — database-per-tenant or shared database with scoping, tenant resolution, a...