Viewing
Difficulty: Intermediate
152 prompts
Intermediate
Sales material (#505)
Create a case study showcasing [CLIENT/PRODUCT]. Structure: challenge, solution, results with metrics, key learnings, conclusion. Make it [TONE]. Target: [INDUSTRY].
Blog & Articles
Create a case study showcasing [CLIENT/PRODUCT]. Structure: challenge, solution, results with metrics, key learnings, conclusion. Make it [TONE]. Target: [INDUSTRY].
Intermediate
Code quality assessment (#3)
Review this code for maintainability. Create a markdown checklist covering: readability, modularity, test coverage, documentation, and potential technical debt. Include...
Coding & Development
Review this code for maintainability. Create a markdown checklist covering: readability, modularity, test coverage, documentation, and potential technical debt. Include a risk assessment and improvement priority.
Intermediate
Technical decision-making (#4)
Compare these two implementations of [FEATURE]. Rate each on: clarity, performance, maintainability, and scalability. Recommend one and justify your choice...
Coding & Development
Compare these two implementations of [FEATURE]. Rate each on: clarity, performance, maintainability, and scalability. Recommend one and justify your choice with concrete examples.
Intermediate
Automation (#6)
Generate a [LANGUAGE] script for [TASK]. Requirements: [LIST]. Use [LIBRARY/FRAMEWORK]. Include error handling, logging, and inline comments. Output a single,...
Coding & Development
Generate a [LANGUAGE] script for [TASK]. Requirements: [LIST]. Use [LIBRARY/FRAMEWORK]. Include error handling, logging, and inline comments. Output a single, executable code block.
Intermediate
API development (#7)
Build a [FRAMEWORK] REST API endpoint for [RESOURCE]. Include: request validation, error handling, authentication check, and comprehensive docstring. Return OpenAPI-compatible...
Coding & Development
Build a [FRAMEWORK] REST API endpoint for [RESOURCE]. Include: request validation, error handling, authentication check, and comprehensive docstring. Return OpenAPI-compatible code.
Intermediate
Test automation (#8)
Generate [LANGUAGE] unit tests for this function. Cover: happy path, 3 edge cases, and one failure scenario. Use [TEST_FRAMEWORK]. Include...
Coding & Development
Generate [LANGUAGE] unit tests for this function. Cover: happy path, 3 edge cases, and one failure scenario. Use [TEST_FRAMEWORK]. Include setup/teardown and use naming consistent with [STYLE].
Intermediate
OOP design (#9)
Create a [LANGUAGE] class/struct implementing [INTERFACE/PATTERN]. Include constructor, properties, methods, error handling, and type hints. Follow [STYLE_GUIDE].
Coding & Development
Create a [LANGUAGE] class/struct implementing [INTERFACE/PATTERN]. Include constructor, properties, methods, error handling, and type hints. Follow [STYLE_GUIDE].
Intermediate
Data transformation (#10)
Write a [LANGUAGE] function that converts [SOURCE_FORMAT] to [TARGET_FORMAT]. Handle edge cases, validate input, and include comprehensive error messages.
Coding & Development
Write a [LANGUAGE] function that converts [SOURCE_FORMAT] to [TARGET_FORMAT]. Handle edge cases, validate input, and include comprehensive error messages.
Intermediate
Database debugging (#14)
Why does this query return unexpected results? Analyze the SQL/query logic, check for edge cases, and propose optimized query with...
Coding & Development
Why does this query return unexpected results? Analyze the SQL/query logic, check for edge cases, and propose optimized query with explanation.
Intermediate
API documentation (#16)
From these handlers/schemas, draft OpenAPI 3.1 docs with examples. Note deprecated endpoints, auth, rate limits, error models. Output valid YAML...
Coding & Development
From these handlers/schemas, draft OpenAPI 3.1 docs with examples. Note deprecated endpoints, auth, rate limits, error models. Output valid YAML plus human-readable summary.