<aside> 🎆 Currently, I plan to gain a job in Software Development by August 1st. For this to happen, I need to get better at coding, both for the coding interview but also frameworks, frontend and backend.

</aside>

Here is my current timeline plan . - All of this is in Java

Interview Prep

Topics to be Learned

Topics to Be Learned for Coding Interview

Coding Interview Structure

  1. Read or listen to the problem statement carefully.
  2. Ask clarifying questions and think of edge cases.
  3. Build some examples.
  4. Think about a straightforward solution.
  5. Think of and discuss the optimal solution.
  6. Think about what your code would look like before implementing it.
  7. Handle bad inputs and edge cases.
  8. Check the code after you are done. Think about how you would test it.
  9. See if anything can be improved.