Ask HN: How did you learn programming?
11–20 of 24 posts
Re: Ask HN: How did you learn programming?
#12I am a 19 year old programmer, I began in 2009, learning PHP via debugging a broken PHP script for a friend. It took me a long time, days, as the script was 2,300 lines long and I was a complete beginner. w3cschools was a great help during this time, but I would say that my biggest help was trial and error. You have to get a lot of things wrong before your finally understand how to do them right. Once I learned PHP I…
So, what are you currently doing now?
Although, I'm also building a blog for my girlfriend, as she is "sick of tumblr" (lame, I know, but she begged me >.< ) and will likely pop it on here in a few days once it's finished.
Re: Ask HN: How did you learn programming?
#13I remember to have carried a bunch of basic programming language cards (happy families card game style) as a kid - especially I remember two cards, GOTO and GOSUB - which sounded so similar, yet had quite different depictions :)
I never did find out what the last word was ^.^
Re: Ask HN: How did you learn programming?
#14At the time, I didn't really know how to solve code problems, how to effectively use docs, or how to use a debugger -- which they taught me. A lot of times they let me build the wrong thing then show me how I could do it better (doing research, learning how cookies work, and reinventing the wheel with web authentication, for example).
'Twas an odd, makeshift apprenticeship program, but it was perfect for me. At the time I didn't realize how lucky I was (I don't think they did either), but I am very grateful to have stumbled upon the opportunity.
Re: Ask HN: How did you learn programming?
#15Re: Ask HN: How did you learn programming?
#16Earlier quoted context omitted.
So, what are you currently doing now?
Currently, waiting for the coursera cryptography course and I just began working for a web design company in Preston, England. Entry level wage, but good experience :) Although, I'm also building a blog for my girlfriend, as she is "sick of tumblr" (lame, I know, but she begged me >.< ) and will likely pop it on here in a few days once it's finished.
Re: Ask HN: How did you learn programming?
#17Find a passion and play with your code ;).. A.