AiPromptss

All prompts

36,334 results

Image Gen

Character Concept Art

Cyberpunk character design, street samurai: - Tactical gear with neon accents - Augmented limbs, cybernetic enhancements - Weathered materials, worn textures -…

midjourney-art-styles-digital-art
Image Gen

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…

midjourney-art-styles-digital-art
Image Gen

Matte Painting & Environment Concept Art

Sci-fi cityscape concept art, cyberpunk metropolis: - Towering megastructures, neon advertisements - Flying vehicles, holographic billboards - Rain-slicked str…

midjourney-art-styles-digital-art
Image Gen

Low-Poly 3D Art

Low-poly character design, fantasy warrior: - Angular geometric forms, faceted armor - Limited color palette, flat colors - Stylized proportions, heroic pose -…

midjourney-art-styles-digital-art
Image Gen

Glitch Art & Digital Distortion

Abstract glitch composition : - Fragmented geometric shapes with displacement mapping - Digital noise , compression artifacts , bit crushing - High contrast wi…

midjourney-art-styles-digital-art
Image Gen

Texture Blending

portrait of a cyborg, double exposure of circuit boards and human skin, digital art --stylize 500

midjourney-art-styles-digital-art
Image Gen

Multi-Prompting for Control

space station::2 digital painting::1 red and white color scheme::0.5

midjourney-art-styles-digital-art
Image Gen

Concept Art Template

[Subject] concept art, digital painting: - Atmosphere: [Mood/Weather] - Detail: [Texture/Material focus] - Engine: Unreal Engine 5 render / Octane Render - Lig…

midjourney-art-styles-digital-art
Image Gen

Universal Digital Art Template

[ Subject ] [ Art Style ] [Environment/Background]: - Style: [Specific Technique/Artist Reference] - Lighting: [Lighting Setup] - Color: [Palette] - Compositio…

midjourney-art-styles-digital-art
Image Gen

Prompt Structure Best Practices

Style of [Artist Name] combined with [Art Movement] : [Subject Description] with [specific techniques] --ar 16 : 9 --q 2 --s 800

midjourney-art-styles
Image Gen

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…

midjourney-art-styles
Coding

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:…

chatgpt-technical-testing-scenarios
Coding

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…

chatgpt-technical-testing-scenarios
Coding

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…

chatgpt-technical-testing-scenarios
Coding

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…

chatgpt-technical-testing-scenarios
Coding

API Testing Scenarios

Create test scenarios for a REST API endpoint: Endpoint: POST /api/orders Features: - Order creation - Inventory check - Payment processing - Email notificatio…

chatgpt-technical-testing-scenarios
Coding

Basic Test Case Design

Help design test cases for a user registration function: Function requirements: - Email validation - Password strength check - Duplicate user prevention - Age…

chatgpt-technical-testing-scenarios
Coding

Performance Optimization

Suggest optimization strategies for: [Performance issue description] Address: 1. Code-level optimizations 2. System configuration improvements 3. Resource allo…

chatgpt-technical-performance-analysis
Coding

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…

chatgpt-technical-performance-analysis
Coding

Bottleneck Identification

Identify performance bottlenecks in: [System description or code] Analyze: 1. Resource constraints 2. Scalability limitations 3. Concurrency issues 4. Data acc…

chatgpt-technical-performance-analysis
Coding

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…

chatgpt-technical-performance-analysis
Coding

System Performance Assessment

Analyze the performance of [system/application]: Please provide: 1. Key performance metrics to monitor 2. Current performance bottlenecks 3. Resource utilizati…

chatgpt-technical-performance-analysis
Coding

Documentation

Help document optimization: - Changes made: [details] - Performance impact: [metrics] - Maintenance considerations: [notes]

chatgpt-technical-optimization-techniques
Coding

Monitoring

Design monitoring strategy for: - Metrics to track: [list] - Alert thresholds: [values] - Reporting frequency: [schedule]

chatgpt-technical-optimization-techniques
Coding

Rendering Performance

Improve rendering performance: [Component code] Focus on: - DOM operations - State management - Re-render optimization

chatgpt-technical-optimization-techniques
Coding

Asset Loading

Optimize web asset delivery: - Asset types: [list] - Current load times: [metrics] - Target performance: [goals] Consider: - Bundling strategies - Lazy loading…

chatgpt-technical-optimization-techniques
Coding

Protocol Optimization

Optimize network protocol usage: - Current protocol: [details] - Traffic patterns: [description] - Latency requirements: [specs]

chatgpt-technical-optimization-techniques
Coding

API Performance

Analyze API performance: - Endpoint: [URL] - Request volume: [stats] - Response times: [metrics] Suggest: - Caching strategies - Compression methods - Batch pr…

chatgpt-technical-optimization-techniques
Coding

Database Optimization

Suggest indexing strategy for: - Table schema: [details] - Query patterns: [common queries] - Data volume: [size]

chatgpt-technical-optimization-techniques
Coding

Database Optimization

Optimize this database query: [Query] Current performance: - Execution time - Resource usage - Index utilization

chatgpt-technical-optimization-techniques
Coding

Parallel Processing

Optimize this code for parallel execution: [Code block] Requirements: - Number of cores: [count] - Data dependencies - Thread safety concerns

chatgpt-technical-optimization-techniques
Coding

Caching Strategies

Design a caching strategy for: - Data type: [type] - Access frequency: [patterns] - Storage constraints: [limits] Consider: - Cache invalidation - Consistency…

chatgpt-technical-optimization-techniques
Coding

Code Profiling

Analyze this performance profile: [Profile data] Focus on: - Hot spots - CPU usage - I/O operations

chatgpt-technical-optimization-techniques
Coding

3. Memory-Efficient Data Structures

Recommend data structures for: - Use case: [description] - Data size: [details] - Access patterns: [patterns]

chatgpt-technical-optimization-techniques
Coding

2. Resource Management

Suggest efficient resource management for: - Memory pools - Buffer strategies - Garbage collection optimization

chatgpt-technical-optimization-techniques
Coding

1. Memory Profiling

Review this code for memory optimization: [Code block] Current issues: - Memory leaks - Large allocations - Resource cleanup

chatgpt-technical-optimization-techniques
Coding

Algorithmic Optimization

Help optimize this algorithm: [Code block] Current metrics: - Time complexity: O(n²) - Space complexity: O(n) Target requirements: - Improve time complexity -…

chatgpt-technical-optimization-techniques
Coding

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…

chatgpt-technical-documentation-writing
Coding

2. Drafting Phase

Create an initial draft for this documentation section: Section: Getting Started with the Notification SDK Audience: JavaScript developers Technical level: Int…

chatgpt-technical-documentation-writing
Coding

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…

chatgpt-technical-documentation-writing
Coding

3. Troubleshooting Guides

Write a comprehensive troubleshooting guide for this error: Error: "Connection timeout: Unable to establish database connection" Context: Database connection i…

chatgpt-technical-documentation-writing
Coding

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…

chatgpt-technical-documentation-writing
Coding

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.…

chatgpt-technical-documentation-writing
Coding

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.…

chatgpt-technical-documentation-writing
Coding

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…

chatgpt-technical-documentation-writing
Coding

Basic Documentation Structure

Help me create comprehensive documentation for a user authentication module: Module features: - Email/password authentication - Social login integration (Googl…

chatgpt-technical-documentation-writing
Coding

Asynchronous Code

Debug this async/await flow: [Code block] Focus on: - Promise chain issues - Race conditions - Error handling

chatgpt-technical-debugging-techniques
Coding

Database Queries

Optimize and debug this database query: [Query] Current issues: - Performance concerns - Unexpected results

chatgpt-technical-debugging-techniques
Coding

API Integration Issues

Help debug this API integration: - API endpoint: [URL] - Request payload: [data] - Error response: [details] What should I check first?

chatgpt-technical-debugging-techniques
Coding

Testing

Create test cases to verify this bug fix: [Fixed code] Include: - Edge cases - Regression tests - Performance validation

chatgpt-technical-debugging-techniques
Coding

Documentation

Help me document this bug fix: - Original issue: [description] - Root cause: [findings] - Solution implemented: [details] - Prevention measures: [steps]

chatgpt-technical-debugging-techniques
Coding

Debugging Tools Integration

Suggest appropriate debugging tools for: - Language: [programming language] - Platform: [development environment] - Type of issue: [problem category]

chatgpt-technical-debugging-techniques
Coding

Debugging Tools Integration

Help me interpret this debugger output: [Debugger output] What should I investigate next?

chatgpt-technical-debugging-techniques
Coding

Memory Leaks

Analyze this code for potential memory leaks: [Code snippet] Observed symptoms: - Memory usage pattern - When does the issue occur?

chatgpt-technical-debugging-techniques
Coding

Performance Debugging

Help me identify performance bottlenecks in this code: [Code block] Current performance metrics: - Execution time: [details] - Resource usage: [details]

chatgpt-technical-debugging-techniques
Coding

Log Analysis

Analyze these log entries and identify potential issues: [Log excerpt] What patterns or anomalies should I look for?

chatgpt-technical-debugging-techniques
Coding

3. Debug Strategy

Suggest debugging strategies for this issue: - Problem: [Description] - Language/Framework: [Details] - Current debugging attempts: [What you've tried]

chatgpt-technical-debugging-techniques
Coding

2. Analyze the Code

Review this code segment for potential issues: [Code block] Focus on: - Logic errors - Edge cases - Common pitfalls

chatgpt-technical-debugging-techniques
Coding

1. Reproduce the Issue

Help me create a minimal reproducible example for this issue: [Code snippet] The problem occurs when [specific condition]

chatgpt-technical-debugging-techniques
Coding

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

chatgpt-technical-debugging-techniques