+ 10
How you guys learn from the courses and apply to the program ?
when i finish my courses and sit to code i have no idea how to start every one here make amazing animation game etc ... even when i see other people code i don't even get a clue what they have done... plz help i think learning to code and applying it a totally different aspect .i want to know how you guys manage it.
4 Answers
+ 6
Try copying, the course manualy by typing it (no cut and paste).
Then change it into something interesting.
+ 4
in every course there is a option called try it yourself click that and rewrite the code with some modification and also use other syntax of that language and try to modify your code with some interesting thoughtsđ
+ 2
SoloLearn gives you just basics. For example, if you are .NET developer and want to create some useful easy application (like password holder or home library) you need to know OOP, WPF or WindowForms, data binding, password hashing, writing / reading from file... And this is only beginning. After that go Databases with ADO.net & Linq, system programming, network programming, Patterns, Asp.net....
My advice for you is to take some additional courses like Coursera or CS50, watch YouTube tutorials, even subscribe for several of them, register at programming forums and create challenges for yourself (100 things c# junior has to know)
+ 1
If you want to, but don't understand other people's code, you can write in their code comments, request assistance, or guide, ask politely though, when the author has a chance they will respond to you, or you can ask if they would add a little more code explanation comments on a particular part you found difficult understanding :)
Hth, cmiiw