✅ What should I do now?
Hello! I've watched a c# tutorial for beginners by freeCodeCamp.org which was 4 hours long. And now I'm wondering what should I do.
6 Replies
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/ZacharyPatten/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
Learn by doing
Make random projects.
If you're stuck, google your issues and/or read docs.
thanks!
Generally the process is,
Find something to do,
If stuck or don't know how to do something in the project:
Look up some documentation, see if the question's been asked before, and finally if that doesn't work, could post a question about it in this forum.
Keep repeating the loop till the project is complete. The more u go the more u know
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.