Explore 1154+ professional Arabic prompts
Open for everyone — no signup required
14 results
Database Migration Strategy (Zero-Downtime, Large Tables)
proFor database engineers: apply Expand-Contract Pattern to migrate tables with millions of rows without locks or downtime, with rollback plan
Architecture Decision Record with Trade-off Analysis
proDocument an architecture decision as a professional ADR: context, alternatives with trade-offs, the decision and rationale, consequences, an
Performance Optimization with Measure-First Method
proOptimize a slow code path by pinpointing the bottleneck via measurement, analyzing complexity, and delivering a complete optimized version w
OWASP Top 10 Code Security Audit with Fixes
proAudit code against OWASP Top 10 (2021), rank findings by severity, and deliver a complete fix for each confirmed vulnerability without false
Full Distributed System Architecture Design
proDesign a full distributed system architecture linking components, data, and flows with justified decisions and explicit trade-offs, security
Monolith-to-Microservices Decomposition Plan
proAnalyze a monolith and decompose it into microservices with domain-driven boundaries, a gradual migration plan, and clear trade-offs, withou
Secure Parameterized Infrastructure-as-Code
proWrite a parameterized Infrastructure-as-Code module with secure state, least privilege, encryption, and tagging, without inventing resources
Safe Concurrency Design Free of Races and Deadlocks
proDesign a safe concurrency solution preventing data races and deadlocks and ensuring correctness under parallel load, with a justified model
Robust Idempotent ETL Data Pipeline Design
proDesign a robust, safely re-runnable ETL pipeline with data quality, failure handling, and privacy, without inventing connectors or transform
Systematic Leakage-Free Feature Engineering
proDesign a feature-engineering methodology that derives strong features, prevents leakage, and documents each one, handling temporal and categ
MLOps Model Deployment to Production
proDesign an MLOps deployment plan to production covering packaging, serving, versioning, drift monitoring, and safe rollback, with model and d
End-to-End Recommendation System Design
proDesign a recommendation system that selects the right approach, handles cold start, evaluates without bias, and respects privacy, with justi
Reproducible Computer-Vision Pipeline
proDesign a computer-vision pipeline for classification or detection covering loading, augmentation, training, and correct-metric evaluation, w
Vector-DB Integration for Production Semantic Search
proDesign a vector-DB integration for a semantic-search app covering schema, indexing, filtered querying, update management, and security, with