DEV Community

Muhammad Zahak
Muhammad Zahak

Posted on

Debugging Tips + Helpful Resources

Feeling stuck? Try the following:

View a task-by-task guide,
to help you through the multiple stages of this project. With each stage, I provided additional resources you can explore to help you get unstuck.

Google your question: oftentimes, someone has had the same question as you! Check out websites like
StackOverflow
to see how other folks have found solutions.

Read the documentation: make sure to carefully read through the documentation for any languages and libraries that you are using. Oftentimes theyโ€™ll have examples of what youโ€™re looking for! Check out the additional resources at the end of this page for links to official documentation.

Rubber ducking: try to explain a problem to a friend or co-worker. Oftentimes youโ€™ll figure out the solution as youโ€™re trying to explain it. And if not, getting another pair of eyes on your code can be helpful.

Top comments (0)