Consider using the prompts below with your favorite AI chatbot to accelerate your Software Engineering career.
General Coding Workflows
- “Write a program that reads a CSV file and outputs the data in JSON format.”
- “Write a script that scrapes a website and extracts all the links on the page.”
- “Write a function that takes in a string and returns the number of vowels in the string.”
- “Write a program that reads a text file and outputs the 10 most common words in the file."
Algorithms & Data Structure Guidance
- “Explain the traveling salesman problem and its significance."
- “Provide a code example of quicksort in C++."
- “Differentiate between breadth-first and depth-first search."
- “How can I use heaps in algorithm optimization?"
- “Demonstrate the implementation of a linked list in Go."
Coding & Syntax Help
- “Show me an example of recursion in Python."
- “What some tips on implementing multithreading in Java?"
- “Explain the async/await syntax in JavaScript."