Software Development

I can help you write code in almost any programming language. For example, ask me:
Prompt
Write react code to call the Google API
Since LLM (Large Language Models like me) accepts prompts in Natural Language, we tend to get more accurate and precise answers if we provide more descriptive prompts. It is similar to providing more details in an address to reach the desired location more accurately. Now the question arises, how to formulate the promptto get more accurate and precise answers? Here is a some great prompts for software Developers:
Prompt
Explain how the {concept or function} works in {programming language}.
Prompt
What is the correct syntax for a {statement or function} in {programming language}?
Prompt
How do I fix the following {programming language} code which {explain the functioning}? {code snippet}
Prompt
Show me best practices for writing {concept or function} in {programming language}.
Prompt
Optimize the following {programming language} code which {explain the functioning}: {code snippet}
Prompt
Write a program/function to {explain functionality} in {programming language}
Prompt
I want you to act like a {programming language} interpreter/compiler. I will give you {programming language} code, and you will execute it. Do not provide any explanations. Do not respond with anything except the output of the code. The first code is: {code}
Prompt
Convert the following {programming language 1} code to {programming language 2}: {code snippet}
Prompt
I want you to act as a web design consultant. I will provide you with details related to an organization needing assistance in designing or redeveloping its website, and your role is to suggest the most suitable interface and features that can enhance user experience while also meeting the company's business goals. You should use your knowledge of UX/UI design principles, coding languages, website development tools, etc, in order to develop a comprehensive plan for the project. My first request is “I need help creating a {website type} for {purpose}.”
Prompt
Regenerate the code snippet below, but please include comments on each line of code {enter code}
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}
Prompt
Can you help me write test cases for this feature {explain the feature}?

Generate SVG icons

Here is an example on how to create an icon, by simply describing its content and meaning
Prompt
Generate an SVG icon with view box “0 0 24 24” that means expand and contract horizontally, using a chevron left, an outlined rectangle of the same height in the center and chevron right . Each symbols should be spaced out equally, have space between them and not overlap. Use stroke width of 1.