So my first programming was in BASIC.
Ask HN: How did you learn to code?
81–89 of 89 posts
Re: Ask HN: How did you learn to code?
#82Re: Ask HN: How did you learn to code?
#83Re: Ask HN: How did you learn to code?
#84Re: Ask HN: How did you learn to code?
#85Re: Ask HN: How did you learn to code?
#86Started by reading lots of articles on Topcoder (they have a dynamic programming tutorial which imo is the best material on DP). Then did exercises from CLRS before writing a single line of code. I considered it leg work and not of very high value (remains true though, the best paying jobs in tech are research and in finance its quant trading). Then I dived head first into C++ and Java, slogged through the pain and I…
https://www.topcoder.com/thrive/articles/Dynamic%20Programmi...
Re: Ask HN: How did you learn to code?
#87Was offline and had no tech people or resources around, but got access to an unused 286 which booted into a mysterious "C:\" prompt Slowly worked out how navigate the system, then tried running the various built in things I found One of these was QBASIC. Started reading through and messing with the example games which were part of the built-in QBASIC in MS-DOS Reverse engineering how they worked gave a lot of the cor…
Re: Ask HN: How did you learn to code?
#88Started and ran a web hosting business by 2002. All from googling solutions as they arose, I knew nothing about sysadmin. Quickly got out of it by selling it in 2003.
I continued on with PHP, then rails, python, JavaScript , etc trying to build a billion dollar idea without leaving my apartment without talking to people. I didn’t but I learned a lot. My motivation was always money, I was an entrepreneurial kid way before it was cool.
I view it as a hobby now. I feel like I know enough and can build anything I imagine (video games as exceptions). I like to build things like an inventor would. I never really learned to do the marketing and sales part right. I can do this pretty well IRL but driving traffic has never been fun for me.
Re: Ask HN: How did you learn to code?
#89Shortly after at Uni I wrote a dating system for the Rag Committee (UK thing to raise money for local charities) whilst learning other languages. Had fun with it and annoyed a few people.
Got a job with ICL and they taught me more languages and let me write some useful software as well as some outside-work fun stuff.
These days I use Python, bash and SQL, with occasional Perl. Some of the languages I used to know have completely disappeared like S3, Snowball, Pop3, 1900 assembler and so on.