Find the perfect prompt

1,013 prompts across 23 categories and 44 models

+ Submit a Prompt
Filters: gpt-4o
1,013 prompts Page 51 of 57
GPT-4o ⚙️ Technical Basic

Explain Unfamiliar Code Like a Senior Dev

Get a clear, layered explanation of code you didn't write — from high-level purpose to line-by-line logic, with the important parts flagged.

GPT-4o ⚙️ Technical Basic

Write Developer Documentation That People Actually Read

Generate comprehensive, well-structured developer documentation — including quickstart guides, API references, and usage examples that developers actually want to read.

GPT-4o ⚙️ Technical Advanced

Optimize Slow Database Queries with AI

Diagnose and fix slow SQL queries — analyzing execution plans, identifying bottlenecks, and writing optimized versions with index recommendations.

GPT-4o ⚙️ Technical Advanced

AI Architecture Review: Is This Design Solid?

Get an honest architectural review of your proposed system design — identifying single points of failure, scalability limits, security gaps, and better alternatives.

GPT-4o ⚙️ Technical Intermediate

Create a CI/CD Pipeline Configuration

Generate a complete CI/CD pipeline configuration for your project — including build, test, security scan, and deployment stages.

GPT-4o ⚙️ Technical Intermediate

Build a Command-Line Tool from Scratch

Build a fully functional CLI tool with argument parsing, help text, error handling, and cross-platform support.

GPT-4o ⚙️ Technical Advanced

Security Audit: Find Vulnerabilities in My Code

Perform a thorough security audit of your code — finding injection risks, authentication gaps, data exposure, and OWASP Top 10 vulnerabilities with specific fixes.

GPT-4o ⚙️ Technical Intermediate

Write a Database Schema from Business Requirements

Design a normalized, production-ready database schema from plain business requirements — including tables, relationships, indexes, and constraints.

GPT-4o ⚙️ Technical Advanced

Migrate a Legacy Codebase to Modern Standards

Plan and execute a safe migration of legacy code to modern patterns — identifying risks, creating a phased approach, and writing the migration code.

GPT-4o ⚙️ Technical Basic

Set Up a Local Development Environment

Get a step-by-step guide for setting up a complete local dev environment for any tech stack — with troubleshooting for the most common setup issues.

GPT-4o ⚙️ Technical Intermediate

Implement a Design Pattern in Your Codebase

Learn and apply a specific software design pattern to your real codebase — with explanation, trade-offs, and complete implementation code.

GPT-4o ⚙️ Technical Advanced

Analyze and Reduce Technical Debt

Systematically identify, quantify, and prioritize technical debt — then build a realistic plan to pay it down without stopping product development.

GPT-4o ⚙️ Technical Basic

Generate Regex Patterns for Any Use Case

Get the exact regex pattern you need — with explanation, edge case handling, and language-specific syntax for your environment.

GPT-4o ⚙️ Technical Intermediate

Build a Webhook Handler from Scratch

Build a secure, reliable webhook handler that verifies signatures, processes payloads, handles retries, and responds correctly to the sender.

GPT-4o ⚙️ Technical Basic

AI Pair Programming: Build a Feature Together

Use AI as an active pair programming partner — planning the approach, writing code incrementally, catching issues in real time, and improving the result together.

GPT-4o ⚙️ Technical Intermediate

Build a Data Processing Script from Scratch

Write a complete data processing script that reads, cleans, transforms, and outputs structured data — with error handling for real-world messy inputs.

GPT-4o ⚙️ Technical Advanced

Design a Caching Strategy for Your Application

Design a layered caching strategy that reduces database load, improves response times, and handles cache invalidation correctly.

GPT-4o ⚙️ Technical Intermediate

Build and Deploy a Containerized Application

Create a complete Docker setup for your application — Dockerfile, compose file, environment management, and deployment to your target platform.