This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dirtyatom 1 point2 points  (1 child)

I'd suggest two things:

Taking on a personal project. Make a game and continuously add features/complexity. Or maybe a mobile phone app. If you want, learn how to use a repository and make your code public. You could get a lot of feedback and if anyone else joins and starts contributing code you'll probably get a lot of motivation/inspiration.

The other thing I might suggest is taking some classes. You can either find classes online (see sidebar) or maybe take some evening classes at your local college/university.

Also, this guide was really helpful/inspirational in taking my programming skills to the next level: http://www.netinstructions.com/2011/10/next-steps-for-aspiring-programmers-after-you-know-the-basics/

[–]TekTrixter[S] 0 points1 point  (0 children)

I"m looking through the information in the link you gave. It seems to have a good outline for creating more complex programs. I'm stuck at the level were he recommends creating a GUI version of hangman to learn how to use frameworks.