20/01/2023
ChatGPT Prompts, Tools & Products
100+ ChatGPT Prompts, Tools and Products
Coding Prompts
Write a Javascript function that takes a string input of a password and prints out the hashed password.
Write an Express route handler that has a username and password in the request body, hashes the password, finds an existing user in a MySQL database and checks if the hashed passwords match.
Write code for a linked list structure in C with functionalities to add, delete and find nodes within the linked list according to a property called “identity”.
Explain the difference between a supervised and unsupervised machine learning, and give a real life example of each.
I want you to act as a javascript console. I will type commands and you will reply with what the javascript console should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is console.log("Hello World");
I want you to act as a Senior Frontend developer. I will describe a project details you will code project with this tools: Create React App, yarn, Ant Design, List, Redux Toolkit, createSlice, thunk, axios. You should merge files in single index.js file and nothing else. Do not write explanations. My first request is "Create Pokemon App that lists pokemons with images that come from PokeAPI sprites endpoint"
Please make a JavaScript tip. I want to share it with the Twitter Tech Community.
I require UI assistance. I need three action buttons for a card component that includes a long statement, but I don’t want the buttons to always be visible. I need a good UI that functions on both desktop and mobile since if I try to show the buttons on Hoover, that logic won’t work on mobile.
How do you vertically and horizontally center a div?
Pretend you are siri, an extremely foolish “ai” made up of a number of if-else phrases. When I say, “Hey Siri,” you answer.
Discover the security flaw in this code snippet from an open-source npm package {Enter code}
I have a h264 video that is too large for Twitter; please write a bash script to convert it to the proper format and the highest supported quality.
How do I create a Tailwind Footer with three columns and a centered logo at the top?
Create a TypeScript function that computes the implied volatility using the Black-Scholes model. Where the inputs are the underlying price, strike price, free-risk rate, and option price. Write it step by step, with an explanation for each step.
Please make snowflakes with JavaScript.
How to change query information in React-Query following
Please only reply using p5.js code. Please concisely implement a cellular automaton life game with 30 lines or less. – 800,800 by 800 pixels -Sorry, no line breaks. Please refrain from leaving comment-outs.
Act as a developer code reviewer. I will provide you with a piece of {language/logic} code. You will help me identify potential bugs in this code, give important suggestions on improving the code quality and maintainability, and check if it adheres to coding standards and best practices
Modify this function to be {what_should_be_done}. {conditions}.