Ask HN: I'm stuck yet motivated, but Lost Help? (Career Decisions)
Hello, HN. I am not sure how to phrase my question appropriately, so I am just going to do the best I can here.
Basically, I am 27, one course shy from a degree in economics(diagnosed in 2008 with cancer). I have a passion to want understand programming, but no formal training. I am recovering from cancer again (2011 AML) and have several months-to-years (depending on how my GVHD goes) to build up some form of knowledge for a career.
If you had several months-to-years to learn something in programming, what would it be?
I know I am asking a question that only I can answer for myself. However, I need experienced people who have gone the miles and can tell me what it really takes to undergo learning on your own, and then converting that into a job.
If you could have what I have now, what would you pick and where would you go with it?
16 comments
[ 2.7 ms ] story [ 41.3 ms ] threadThere are a lot of free resources available online:
Attending local meetups is a great way to network and perhaps find a job. You can find them here: http://www.meetup.com/. You can also google for "* User Group" like "Python User Group" or "Ruby User Group".Many startups love it when you apply for a job with example code. If there's a company you like with a public API, try building something with it and send it in with a resume.
I feel like I would be a waste of a person at a meetup since my skills are seriously just entry level.
I looked at codeacademy for a while. If I had the cash and didn't have a wife and 10 month old son I would move to Chicago in a heartbeat and do this.
What are some examples of a business intelligence software?
I also worked at a major call center, and man their applications were awful, the during of the time I worked there I sent in major improvements and most were implemented. I imagine there are other places just as bad that could use some good note-taking software about the support call.
Basically, I have a hard time when I dive in because it's not just one language, it's the language, a framework, and a front-end. It's just so much at once, that I get overwhelmed and stuck.
I have been considering just sticking to python, and doing nothing but building little apps that run in console, like start with tic-tac-toe, then AI for tic-tac-toe, then checkers, then AI, and so on. So that I don't have to deal with a framework immediately.
What other users have said is very interesting as well. I could combine my degree in econ with some cs skills and make a decent application(no ideas here though).
I'm not really a hacker, though along the way I learned a little (x)html and css. I had a serious, lengthy health crisis of my own. During that time, I ended up starting some websites though I knew absolutely nothing about such things when it all began. Some of those sites still persist, others fell by the wayside. Natural selection kind of determined what got developed more and what got abandoned. I got a certificate in GIS in something like 2002 (IIRC). I was still very ill and on a lot of medication. After completing my certificate, my resume had a high call back rate but I kept tanking the interview. (I was basically higher than a kite from all my meds and it showed.) I even interviewed for an internship with a national lab but didn't get that either. I didn't manage to get a job until 2006, in an unrelated field having nothing to do with any of my training or career goals. I just needed a job because I was going through a divorce and still needed to eat.
Recovering my health took me a very long time, longer than I really expected so I was often frustrated by that. I was also frustrated at feeling underemployed but also proud that I managed to keep working while getting well. My health has made a dramatic leap forward recently and I am now doing more with some of my own projects. I learn what is relevant to the needs of my personal projects and whatever gets support, organically, from people who are genuinely interested in furthering the things I do. I believe someday my side projects will become more than mere side projects. Over the years, I've learned more than I sometimes realize. I still feel like I know nothing. My side projects have given me personal satisfaction under difficult circumstances but have not really paid-off, career-wise. I expect big changes in the not too distant future in terms of being able to pursue a career more seriously rather than just stay afloat with a day-job. In the mean time, what I learned while getting well was how to really live. It keeps my priorities straight and keeps me from making myself too crazy about what I feel is a relatively low level of accomplishment career-wise.
Peace and good journey. Best of luck in everything.
For me what's worked best has been to read a book or two on a language and immediately start using the language on a problem I hope to solve. This works really well for languages like Ruby, Python, JavaScript, where there's lots of additional online help available on blog posts, stackoverflow etc. The online help is great when you get stuck on a bug or on a part of the language you didn't read about.
I would suggest building to learn. Find a pain in your life and build a solution for it. It doesn't have to be a big pain; it could be something trivial but you should have some sort of vested interest in a successful completion.
Good luck.