All prompts
36,334 results
Character Concept Art
Cyberpunk character design, street samurai: - Tactical gear with neon accents - Augmented limbs, cybernetic enhancements - Weathered materials, worn textures -…
UI/UX Design & Interface Art
Sci-fi HUD interface design: - Holographic display elements, transparent panels - Technical readouts, data visualization - Neon blue and cyan color scheme - Ge…
Matte Painting & Environment Concept Art
Sci-fi cityscape concept art, cyberpunk metropolis: - Towering megastructures, neon advertisements - Flying vehicles, holographic billboards - Rain-slicked str…
Low-Poly 3D Art
Low-poly character design, fantasy warrior: - Angular geometric forms, faceted armor - Limited color palette, flat colors - Stylized proportions, heroic pose -…
Glitch Art & Digital Distortion
Abstract glitch composition : - Fragmented geometric shapes with displacement mapping - Digital noise , compression artifacts , bit crushing - High contrast wi…
Texture Blending
portrait of a cyborg, double exposure of circuit boards and human skin, digital art --stylize 500
Multi-Prompting for Control
space station::2 digital painting::1 red and white color scheme::0.5
Concept Art Template
[Subject] concept art, digital painting: - Atmosphere: [Mood/Weather] - Detail: [Texture/Material focus] - Engine: Unreal Engine 5 render / Octane Render - Lig…
Universal Digital Art Template
[ Subject ] [ Art Style ] [Environment/Background]: - Style: [Specific Technique/Artist Reference] - Lighting: [Lighting Setup] - Color: [Palette] - Compositio…
Prompt Structure Best Practices
Style of [Artist Name] combined with [Art Movement] : [Subject Description] with [specific techniques] --ar 16 : 9 --q 2 --s 800
Prompt Structure Best Practices
[Art Movement/Style] [medium] painting of [subject] : [Specific Technique] with [Material Description] [Lighting] and [Mood/Atmosphere] --ar [ratio] --q 2 --s…
3. Security Testing
Create security test scenarios for user authentication: Areas to test: 1. Password policies 2. Session management 3. Access control 4. Data encryption Include:…
2. Performance Test Design
Design performance test cases for a web application: Metrics to measure: - Response time - Throughput - Resource usage - Concurrent users Scenarios: 1. Load te…
1. Data-Driven Testing
Create data-driven test cases for payment processing: Test scenarios: 1. Different payment methods 2. Various currencies 3. Multiple amount ranges 4. Transacti…
UI Test Automation
Design test cases for a login page: Components: - Username field - Password field - Remember me checkbox - Forgot password link - Login button Include: 1. Fiel…
API Testing Scenarios
Create test scenarios for a REST API endpoint: Endpoint: POST /api/orders Features: - Order creation - Inventory check - Payment processing - Email notificatio…
Basic Test Case Design
Help design test cases for a user registration function: Function requirements: - Email validation - Password strength check - Duplicate user prevention - Age…
Performance Optimization
Suggest optimization strategies for: [Performance issue description] Address: 1. Code-level optimizations 2. System configuration improvements 3. Resource allo…
Load Testing Strategy
Design a load testing plan for [system]: Include: 1. Test scenarios and user patterns 2. Load levels and thresholds 3. Performance metrics to capture 4. Test d…
Bottleneck Identification
Identify performance bottlenecks in: [System description or code] Analyze: 1. Resource constraints 2. Scalability limitations 3. Concurrency issues 4. Data acc…
Profiling and Monitoring
Help me profile [component/service]: Focus on: 1. CPU usage patterns 2. Memory consumption 3. I/O operations 4. Network performance 5. Response time analysis P…
System Performance Assessment
Analyze the performance of [system/application]: Please provide: 1. Key performance metrics to monitor 2. Current performance bottlenecks 3. Resource utilizati…
Documentation
Help document optimization: - Changes made: [details] - Performance impact: [metrics] - Maintenance considerations: [notes]
Monitoring
Design monitoring strategy for: - Metrics to track: [list] - Alert thresholds: [values] - Reporting frequency: [schedule]
Rendering Performance
Improve rendering performance: [Component code] Focus on: - DOM operations - State management - Re-render optimization
Asset Loading
Optimize web asset delivery: - Asset types: [list] - Current load times: [metrics] - Target performance: [goals] Consider: - Bundling strategies - Lazy loading…
Protocol Optimization
Optimize network protocol usage: - Current protocol: [details] - Traffic patterns: [description] - Latency requirements: [specs]
API Performance
Analyze API performance: - Endpoint: [URL] - Request volume: [stats] - Response times: [metrics] Suggest: - Caching strategies - Compression methods - Batch pr…
Database Optimization
Suggest indexing strategy for: - Table schema: [details] - Query patterns: [common queries] - Data volume: [size]
Database Optimization
Optimize this database query: [Query] Current performance: - Execution time - Resource usage - Index utilization
Parallel Processing
Optimize this code for parallel execution: [Code block] Requirements: - Number of cores: [count] - Data dependencies - Thread safety concerns
Caching Strategies
Design a caching strategy for: - Data type: [type] - Access frequency: [patterns] - Storage constraints: [limits] Consider: - Cache invalidation - Consistency…
Code Profiling
Analyze this performance profile: [Profile data] Focus on: - Hot spots - CPU usage - I/O operations
3. Memory-Efficient Data Structures
Recommend data structures for: - Use case: [description] - Data size: [details] - Access patterns: [patterns]
2. Resource Management
Suggest efficient resource management for: - Memory pools - Buffer strategies - Garbage collection optimization
1. Memory Profiling
Review this code for memory optimization: [Code block] Current issues: - Memory leaks - Large allocations - Resource cleanup
Algorithmic Optimization
Help optimize this algorithm: [Code block] Current metrics: - Time complexity: O(n²) - Space complexity: O(n) Target requirements: - Improve time complexity -…
3. Review and Refinement
Review and improve this documentation section: [Paste existing documentation] Please: 1. Check for technical accuracy 2. Improve clarity and readability 3. Add…
2. Drafting Phase
Create an initial draft for this documentation section: Section: Getting Started with the Notification SDK Audience: JavaScript developers Technical level: Int…
1. Planning Phase
Help me plan documentation for a new feature: Feature: Real-time notifications system Components: WebSocket server, client SDK, admin dashboard Users: Develope…
3. Troubleshooting Guides
Write a comprehensive troubleshooting guide for this error: Error: "Connection timeout: Unable to establish database connection" Context: Database connection i…
2. Version-Specific Documentation
Create a comprehensive migration guide: v1.0 -> v2.0 Migration Guide Changes: 1. Authentication header format (Bearer token required) 2. Response structure (ne…
1. Interactive Documentation
Create documentation for an interactive component: Component: Data visualization chart Library: Chart.js Features: Line, bar, and pie chart options Include: 1.…
Configuration Guide
Create a detailed configuration guide for this database connection: const dbConfig = { host: process.env.DB_HOST, port: process.env.DB_PORT, username: process.…
API Endpoint Documentation
Create detailed documentation for this REST API endpoint: Endpoint: POST /api/v1/users Description: Creates a new user account with email verification Request…
Basic Documentation Structure
Help me create comprehensive documentation for a user authentication module: Module features: - Email/password authentication - Social login integration (Googl…
Asynchronous Code
Debug this async/await flow: [Code block] Focus on: - Promise chain issues - Race conditions - Error handling
Database Queries
Optimize and debug this database query: [Query] Current issues: - Performance concerns - Unexpected results
API Integration Issues
Help debug this API integration: - API endpoint: [URL] - Request payload: [data] - Error response: [details] What should I check first?
Testing
Create test cases to verify this bug fix: [Fixed code] Include: - Edge cases - Regression tests - Performance validation
Documentation
Help me document this bug fix: - Original issue: [description] - Root cause: [findings] - Solution implemented: [details] - Prevention measures: [steps]
Debugging Tools Integration
Suggest appropriate debugging tools for: - Language: [programming language] - Platform: [development environment] - Type of issue: [problem category]
Debugging Tools Integration
Help me interpret this debugger output: [Debugger output] What should I investigate next?
Memory Leaks
Analyze this code for potential memory leaks: [Code snippet] Observed symptoms: - Memory usage pattern - When does the issue occur?
Performance Debugging
Help me identify performance bottlenecks in this code: [Code block] Current performance metrics: - Execution time: [details] - Resource usage: [details]
Log Analysis
Analyze these log entries and identify potential issues: [Log excerpt] What patterns or anomalies should I look for?
3. Debug Strategy
Suggest debugging strategies for this issue: - Problem: [Description] - Language/Framework: [Details] - Current debugging attempts: [What you've tried]
2. Analyze the Code
Review this code segment for potential issues: [Code block] Focus on: - Logic errors - Edge cases - Common pitfalls
1. Reproduce the Issue
Help me create a minimal reproducible example for this issue: [Code snippet] The problem occurs when [specific condition]
Understanding the Problem
Analyze this error message and help me understand its root cause: [Error message] Context: - What I was trying to do - Environment details - Steps to reproduce