Consider using the prompts below with your favorite AI chatbot to accelerate your Software Engineering career.

General Coding Workflows

  1. “Write a program that reads a CSV file and outputs the data in JSON format.”
  2. “Write a script that scrapes a website and extracts all the links on the page.”
  3. “Write a function that takes in a string and returns the number of vowels in the string.”
  4. “Write a program that reads a text file and outputs the 10 most common words in the file."

Algorithms & Data Structure Guidance

  1. “Explain the traveling salesman problem and its significance."
  2. “Provide a code example of quicksort in C++."
  3. “Differentiate between breadth-first and depth-first search."
  4. “How can I use heaps in algorithm optimization?"
  5. “Demonstrate the implementation of a linked list in Go."

Coding & Syntax Help

  1. “Show me an example of recursion in Python."
  2. “What some tips on implementing multithreading in Java?"
  3. “Explain the async/await syntax in JavaScript."