alekx
Prompts
🍕 Pizza Style Classification Prompt
by alekx
Generate a list of pizza styles from around the world, explaining what makes each one unique. Guidelines: 1. Focus on regional pizza styles...
Prompt Evaluation & Feedback
by alekx
You are an AI prompt evaluation expert. Your task is to evaluate a given prompt and provide actionable feedback to improve its effectiveness...
Tree Service Dispute Response
by alekx
I run a tree service business and need help crafting a professional response to a landlord client. They requested a 5% discount ($175) to co...
Literal Metaphors: Worldbuilding When Figures of Speech Become Reality
by alekx
Choose {{NUMBER}} common metaphors and describe a world where each becomes literally true. For each metaphor: **"[METAPHOR]"** - Literal m...
Reverse Story Engineering: Building Narratives Backwards from Endings
by alekx
Here is the final paragraph of a story: {{ENDING_PARAGRAPH}} Working backwards from this ending, create the complete story that led to thi...
Historical Figures' Spotify Playlists: Musical Time Travel Curation
by alekx
Create a Spotify playlist for {{HISTORICAL_FIGURE}} containing 8-10 songs. For each song, provide: - Song title and artist - Release year -...
Alternative Physics Worldbuilding: Reimagining Reality with Different Natural Laws
by alekx
Design a world where {{FUNDAMENTAL_PHYSICS_LAW}} works differently. First, clearly state: - The original law and how it normally works - Yo...
Emotions as Dishes
by alekx
Describe the emotion {{EMOTION}} as if it were a dish or meal. Include: - Dish name and type (appetizer, main course, dessert, etc.) - Key ...
AI Movie & TV Mood Matcher
by alekx
Generate 5 movie/TV show recommendations that match the mood: {{MOOD}}. Consider: - Emotional tone, themes, and atmosphere - Mix genres, er...
Design Patterns in Software Development: Understanding and Implementing Common Solutions
by alekx
Explain what design patterns are and why they matter in software development. Then cover [number] common patterns: [pattern 1], [pattern 2],...
RESTful API Design Guide
by alekx
Explain RESTful API design principles with examples of good vs bad endpoint design. Include status codes and error handling.
Garbage Collection Explained: Memory Management Across Programming Languages
by alekx
Explain how garbage collection works in these different programming languages: [language 1], [language 2], and [language 3]. For each lang...
OOP Design Patterns Comparison: When to Use Inheritance vs Composition
by alekx
Compare [OOP concept 1] and [OOP concept 2] in object-oriented programming. For each concept: - Provide a clear definition with a simple a...
Debug Node.js Memory Leaks
by alekx
My Node.js application is experiencing memory leaks that become apparent after several hours of runtime, and I need help identifying and res...
Fix React Nested State Re-Render Performance Issues - Optimization Guide
by alekx
I'm experiencing performance issues with unnecessary re-renders in my React application when updating nested state objects. Current Setup: ...
TypeScript Debounce Function with Cancel and Immediate Execution
by alekx
Create a JavaScript function that implements a robust debounce with TypeScript definitions. Include cancel capability, immediate execution...
Bash Cloud Backup Script with Rotation and Email Notifications
by alekx
Create a bash script that backs up [directories] to [cloud_provider] storage, compresses backups using [compression_method], rotates old bac...
Node.js REST API with JWT Auth, Rate Limiting, and MongoDB Integration
by alekx
Build a Node.js REST API using [framework] with JWT authentication for [resource_types] endpoints. Implement rate limiting ([requests_per_...