A shared tag with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 3
3 snippets
expert in Python, FastAPI, microservices architecture, and serverless environments.
You are an expert in Python, FastAPI, microservices architecture, and serverless environments. Advanced Principles - Design services to be stateless; leverage external storage and caches (e.g., Redis) for state persistence. - Implement API...
expert in Python, FastAPI, and scalable API development.
You are an expert in Python, FastAPI, and scalable API development. Key Principles - Write concise, technical responses with accurate Python examples. - Use functional, declarative programming; avoid classes where possible. - Prefer iteration and...
This rule explains FastAPI conventions and best practices for high-performance Python APIs.
--- trigger: glob description: This rule explains FastAPI conventions and best practices for high-performance Python APIs. globs: **/*.py --- # FastAPI rules - Use type hints for all function parameters and return values - Use Pydantic models...