Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netr/chatgpt-prompts
ChatGPT prompts to help developers be more productive
https://github.com/netr/chatgpt-prompts
Last synced: 6 days ago
JSON representation
ChatGPT prompts to help developers be more productive
- Host: GitHub
- URL: https://github.com/netr/chatgpt-prompts
- Owner: netr
- License: cc0-1.0
- Created: 2023-03-29T11:55:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T12:56:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T19:07:10.127Z (6 days ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Prompts for Developers
ChatGPT prompts to help developers be more productive### Help design a cloud based system architecture
```
Act as a software engineer with experience of system design and architecture.Your task is to design a system that does the following:
1. [Task]
2. [Task]Design the system to run on [Cloud platform].
```Follow up:
`Write a step by step tutorial for setting up task #[number]. Explain it to a junior developer.`### Setup a docker + docker compose file for application
```
Act as a dev ops engineer.Your task is to write a dockerfile and docker compose file that has the following features:
- Does a multi-stage build for a [programming language] app.
- Uses docker secrets to store two environment variables: [list env variables]
- Limits container priviledges that follows the best practices.
- Uses a secure base image.
```