mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 10:46:31 +00:00
9 lines
524 B
Plaintext
9 lines
524 B
Plaintext
---
|
|
description: "Technology stack preferences for new code: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs. Apply when creating new projects, choosing frameworks, or making technology decisions."
|
|
alwaysApply: false
|
|
---
|
|
# Tech Stack
|
|
- Prefer Postgres database, but ask user
|
|
- Depending on task, for backend prefer .Net or Python. Rust for performance-critical things.
|
|
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
|
|
- document api with OpenAPI |