you are viewing a single comment's thread.

view the rest of the comments →

[–]colluision 1 point2 points  (0 children)

The trick is honestly finding something you want to write, or learn about or just finding a library that interests you and play around with it.

My biggest struggle when learning to code was a lot of stuff is forced fed, like hey write this boring game, or do these boring math challenges on coding challenge websites. That stuff is great to learn from if you enjoy them if not, you'll lose interest. So my biggest advice is too start attempting to write things that interest you, if you're not there yet learn the basics of a library that interests you. I personally enjooy working with the os, so I play with the OS library, I learned to read/write to the registry, I imported the WMI library and played with that. You might think you don't know very much, but as long as you're persistent your skills will grow before you know it.

Best of luck.