how I learned to code personal projects (use tutorials the right way)
Table of Contents
Title: How I Learned to Code Personal Projects (Use Tutorials the Right Way) Channel Name: joowee Description: My CS classes never taught me how to build personal projects, so this is how I learned to do it myself. I had no iOS development experience, so I bought a Udemy course on iOS dev to learn Swift. After struggling a bit due to tutorial hell, I discovered this method and used it to deploy my app on the app store.
Tutorial:
-
Follow the Tutorial: Watch the tutorial to learn and obtain the final code. Pay attention to the steps and explanations provided by the instructor.
-
Create a Similar Project: Once you have gone through the tutorial and understood the code, try to create a similar project with new features or from scratch. This will help you solidify your understanding of the concepts.
-
Refer to the Tutorial or Final Code: When you encounter issues during your project, refer back to the tutorial or the final code from the tutorial. Additionally, make use of resources like Google, YouTube, or even AI assistants like ChatGPT to help you troubleshoot and find solutions.
-
Struggle and Be Patient: Understand that learning to code and building personal projects takes time and practice. It's normal to struggle and encounter challenges along the way. Don't be too hard on yourself if you don't grasp everything immediately. Keep practicing and learning from your mistakes.
By following these steps and incorporating the method shared in the video, you can effectively learn to code personal projects and improve your programming skills. Remember, practice and persistence are key to mastering coding and developing your own projects.