C
C#12mo ago
mammon22

❔ How do you train your coding skills

I have recently learned a lot of concepts about coding like Recursion and abstract Factory, LINQ and Delegates but i don't have a lot of ways to test it out. what i am looking for is some references and ways i can write coding from scratch.
7 Replies
Anchy
Anchy12mo ago
make things, you'll learn a lot that way $projects
MODiX
MODiX12mo ago
Collections of application ideas that anyone can solve in any programming language to improve coding skills: https://github.com/dotnet/dotnet-console-games https://github.com/karan/Projects https://github.com/florinpop17/app-ideas
mammon22
mammon2212mo ago
is that all i figured there would be more to get experience with coding?
Anchy
Anchy12mo ago
sure, how else are you going to improve?
mammon22
mammon2212mo ago
quick side question what can i use to make small API to test out the coding?
Pobiega
Pobiega12mo ago
If by API you mean a web api, Consider making an asp.net webapi project
Accord
Accord12mo ago
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.