Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,109 @@
# tech-stack-prompts
A collection of prompts categorized by major tech stack topics

## 📁 Folder Structure

This repository is organized into categories based on different technology stacks and domains. Each folder is designed to store prompts related to that specific technology or framework.

### Frontend Development
- `frontend/react` - React.js prompts
- `frontend/vue` - Vue.js prompts
- `frontend/angular` - Angular prompts
- `frontend/svelte` - Svelte prompts
- `frontend/nextjs` - Next.js prompts

### Backend Development
- `backend/nodejs` - Node.js prompts
- `backend/python` - Python backend prompts
- `backend/django` - Django framework prompts
- `backend/flask` - Flask framework prompts
- `backend/fastapi` - FastAPI prompts
- `backend/java` - Java backend prompts
- `backend/spring` - Spring framework prompts
- `backend/dotnet` - .NET prompts
- `backend/go` - Go backend prompts
- `backend/ruby` - Ruby prompts
- `backend/rails` - Ruby on Rails prompts
- `backend/php` - PHP prompts
- `backend/laravel` - Laravel framework prompts

### Mobile Development
- `mobile/react-native` - React Native prompts
- `mobile/flutter` - Flutter prompts
- `mobile/ios` - iOS development prompts
- `mobile/android` - Android development prompts
- `mobile/kotlin` - Kotlin prompts
- `mobile/swift` - Swift prompts

### Cloud Platforms
- `cloud/aws` - Amazon Web Services prompts
- `cloud/azure` - Microsoft Azure prompts
- `cloud/gcp` - Google Cloud Platform prompts
- `cloud/firebase` - Firebase prompts

### Databases
- `databases/sql` - General SQL prompts
- `databases/postgresql` - PostgreSQL prompts
- `databases/mysql` - MySQL prompts
- `databases/mongodb` - MongoDB prompts
- `databases/redis` - Redis prompts
- `databases/elasticsearch` - Elasticsearch prompts

### DevOps & Infrastructure
- `devops/docker` - Docker prompts
- `devops/kubernetes` - Kubernetes prompts
- `devops/terraform` - Terraform prompts
- `devops/ansible` - Ansible prompts
- `devops/cicd` - CI/CD prompts
- `devops/jenkins` - Jenkins prompts
- `devops/github-actions` - GitHub Actions prompts

### Programming Languages
- `languages/javascript` - JavaScript prompts
- `languages/typescript` - TypeScript prompts
- `languages/python` - Python language prompts
- `languages/java` - Java language prompts
- `languages/go` - Go language prompts
- `languages/rust` - Rust prompts
- `languages/cpp` - C++ prompts
- `languages/csharp` - C# prompts

### AI & Machine Learning
- `ai-ml/tensorflow` - TensorFlow prompts
- `ai-ml/pytorch` - PyTorch prompts
- `ai-ml/scikit-learn` - Scikit-learn prompts
- `ai-ml/huggingface` - Hugging Face prompts
- `ai-ml/openai` - OpenAI API prompts

### Testing
- `testing/jest` - Jest testing prompts
- `testing/pytest` - Pytest prompts
- `testing/selenium` - Selenium prompts
- `testing/cypress` - Cypress prompts

### Web Technologies
- `web/html-css` - HTML & CSS prompts
- `web/tailwind` - Tailwind CSS prompts
- `web/bootstrap` - Bootstrap prompts

### Security
- `security/authentication` - Authentication prompts
- `security/authorization` - Authorization prompts
- `security/owasp` - OWASP security prompts

### Architecture & Design
- `architecture/microservices` - Microservices architecture prompts
- `architecture/serverless` - Serverless architecture prompts
- `architecture/rest-api` - REST API design prompts
- `architecture/graphql` - GraphQL prompts

## 📝 How to Use

1. Navigate to the folder that matches your tech stack
2. Add your prompts as markdown files or text files
3. Use descriptive file names (e.g., `authentication-setup.md`, `database-optimization.md`)
4. Consider organizing complex topics into subfolders as needed

## 🤝 Contributing

Feel free to add your prompts to the appropriate folders or suggest new categories by opening an issue or pull request.
Empty file added ai-ml/.gitkeep
Empty file.
Empty file added ai-ml/huggingface/.gitkeep
Empty file.
Empty file added ai-ml/openai/.gitkeep
Empty file.
Empty file added ai-ml/pytorch/.gitkeep
Empty file.
Empty file added ai-ml/scikit-learn/.gitkeep
Empty file.
Empty file added ai-ml/tensorflow/.gitkeep
Empty file.
Empty file added architecture/.gitkeep
Empty file.
Empty file added architecture/graphql/.gitkeep
Empty file.
Empty file.
Empty file added architecture/rest-api/.gitkeep
Empty file.
Empty file.
Empty file added backend/.gitkeep
Empty file.
Empty file added backend/django/.gitkeep
Empty file.
Empty file added backend/dotnet/.gitkeep
Empty file.
Empty file added backend/fastapi/.gitkeep
Empty file.
Empty file added backend/flask/.gitkeep
Empty file.
Empty file added backend/go/.gitkeep
Empty file.
Empty file added backend/java/.gitkeep
Empty file.
Empty file added backend/laravel/.gitkeep
Empty file.
Empty file added backend/nodejs/.gitkeep
Empty file.
Empty file added backend/php/.gitkeep
Empty file.
Empty file added backend/python/.gitkeep
Empty file.
Empty file added backend/rails/.gitkeep
Empty file.
Empty file added backend/ruby/.gitkeep
Empty file.
Empty file added backend/spring/.gitkeep
Empty file.
Empty file added cloud/.gitkeep
Empty file.
Empty file added cloud/aws/.gitkeep
Empty file.
Empty file added cloud/azure/.gitkeep
Empty file.
Empty file added cloud/firebase/.gitkeep
Empty file.
Empty file added cloud/gcp/.gitkeep
Empty file.
Empty file added databases/.gitkeep
Empty file.
Empty file.
Empty file added databases/mongodb/.gitkeep
Empty file.
Empty file added databases/mysql/.gitkeep
Empty file.
Empty file added databases/postgresql/.gitkeep
Empty file.
Empty file added databases/redis/.gitkeep
Empty file.
Empty file added databases/sql/.gitkeep
Empty file.
Empty file added devops/.gitkeep
Empty file.
Empty file added devops/ansible/.gitkeep
Empty file.
Empty file added devops/cicd/.gitkeep
Empty file.
Empty file added devops/docker/.gitkeep
Empty file.
Empty file added devops/github-actions/.gitkeep
Empty file.
Empty file added devops/jenkins/.gitkeep
Empty file.
Empty file added devops/kubernetes/.gitkeep
Empty file.
Empty file added devops/terraform/.gitkeep
Empty file.
Empty file added frontend/.gitkeep
Empty file.
Empty file added frontend/angular/.gitkeep
Empty file.
Empty file added frontend/nextjs/.gitkeep
Empty file.
Empty file added frontend/react/.gitkeep
Empty file.
Empty file added frontend/svelte/.gitkeep
Empty file.
Empty file added frontend/vue/.gitkeep
Empty file.
Empty file added languages/.gitkeep
Empty file.
Empty file added languages/cpp/.gitkeep
Empty file.
Empty file added languages/csharp/.gitkeep
Empty file.
Empty file added languages/go/.gitkeep
Empty file.
Empty file added languages/java/.gitkeep
Empty file.
Empty file added languages/javascript/.gitkeep
Empty file.
Empty file added languages/python/.gitkeep
Empty file.
Empty file added languages/rust/.gitkeep
Empty file.
Empty file added languages/typescript/.gitkeep
Empty file.
Empty file added mobile/.gitkeep
Empty file.
Empty file added mobile/android/.gitkeep
Empty file.
Empty file added mobile/flutter/.gitkeep
Empty file.
Empty file added mobile/ios/.gitkeep
Empty file.
Empty file added mobile/kotlin/.gitkeep
Empty file.
Empty file added mobile/react-native/.gitkeep
Empty file.
Empty file added mobile/swift/.gitkeep
Empty file.
Empty file added security/.gitkeep
Empty file.
Empty file.
Empty file added security/authorization/.gitkeep
Empty file.
Empty file added security/owasp/.gitkeep
Empty file.
Empty file added testing/.gitkeep
Empty file.
Empty file added testing/cypress/.gitkeep
Empty file.
Empty file added testing/jest/.gitkeep
Empty file.
Empty file added testing/pytest/.gitkeep
Empty file.
Empty file added testing/selenium/.gitkeep
Empty file.
Empty file added web/.gitkeep
Empty file.
Empty file added web/bootstrap/.gitkeep
Empty file.
Empty file added web/html-css/.gitkeep
Empty file.
Empty file added web/tailwind/.gitkeep
Empty file.