8 Tweets 38 reads Mar 27, 2023
Extremely useful ChatGPT prompts to finish work in minutes: ๐Ÿงต
1. Generate algorithms' code
Data structures and algorithms are tricky. You can generate code in different languages with explanations.
Prompt:
Write JavaScript code for the Quicksort algorithm.
2. Understand complex topics
Prompt:
How would you explain state bloat in blockchain to a 5-year-old?
3. Find bugs
Prompt:
Find the bug in the following code {code}
You can add the details of your code if this simple prompt doesn't work.
4. Content calendar
Prompt: Prepare a Twitter content calendar for April. I generally post about web development, developer resource listicles, tips and tricks, and AI.
5. Generate Readme Files
Prompt:
Generate documentation for the code below. You should include detailed instructions to allow a developer to run it on a local machine, explain what the code does, and list vulnerabilities that exist in this code. {enter code}
6. Code translator
Prompt:
"Translate this code from JavaScript to Python {Enter code}"
7. Write detailed blogs
Prompt:
Write a detailed blog on How to build a {COVID tracker} using React with proper structuring of code.

Loading suggestions...