But I did come across similar things that the writer talked about. I first went about it by choosing Python/WebPy as my backend, and then switching to Wordpress as a front end for my website because I got tired of having to do every single little thing, and subsequently learning PHP. Then I started focusing on Javascript, jQuery and AJAX. My website is hosted on EC2, so I needed to understand how that all worked (not nearly as difficult). Then I tried learning how to make a Facebook app, so that ended up taking a few weeks, since the documentation is amongst the worst I've ever encountered in my career. I needed to figure out how nginx worked in order to get certain things working, and I also needed to learn the basics of Photoshop and Illustrator and basic graphics techniques. Luckily I have several friends in design that helped me get over this hump.
These last 8 months haven't felt like an exercise in learning how to program more so than 8 months of constant problem solving. Sure, I learned a bunch of new technologies, but my main goal was to get up some web-based projects, and every step of the way I encountered problem after problem, and my job was to solve these problems by any means necessary. Solving these problems entailed me having to learn Javascript, jQuery, Photoshop, Illustrator, etc. I didn't relish the idea of having to keep learning new stuff, but I did it because I knew it was the fastest way to solving my problems. I can't say I'm an expert in any of the technologies above (I constantly get Javascript and Python syntax mixed up in my head, and I google 80% of what I need), but I can solve just about any problem that I've come across.
I think this is the key to bootstrap yourself and doing anything related to technology, be it programming, sysdmining, etc. It's not so much the love of constant learning, but rather not giving up in the face of constant roadblocks, and constantly attack problems over and over and over and over again until you solve them. Don't get me wrong, I've very much enjoyed learning these technologies, especially Javascript which is a wonderful language (despite its flaws), and so much more powerful that I ever thought. But I know I've only started the scratch the surface.
As well, another big factor is keeping a high level of emotional energy in order to keep pursuing your goals. One of the things I was working on was using Tesseract to do OCR on uploaded image files. After 3 weeks of trying to get it to work, I achieved about a 97% accuracy, but because of some underlying bugs that I didn't understand, it wasn't good enough. I was frustrated and disappointed and finally gave up on it, and moved onto my next project, which I finished in about 2-3 weeks. But after that, with renewed energy, I decided to give it one more go at my problem, and spent another week at it. This time I used OpenCV in conjunction with Tesseract, and achieved almost a 100% accuracy, but more importantly, I figured out a way to get around the bug that had been dogging me on my first attempt.
I'm at the point now where I'm not a "great" web programmer, but I definitely can take a design from one of my friends, and implement it, pretty much to spec. I'm not fast, and I'm not creative, but I'm confident I can solve just about any problem I need to in order to finish my task.
And by learning C/C++, I mean really learning C/C++, not just relying the three classes that I took in college that used one of them. Lately I've been working on a C++ Windows TFTP server which has caused me to learn TFTP (very simple) and WinSock (complex so far). So I'm just curious what your thoughts might be.
Personally I think C/C++ is still relevant, and it's my language of choice, but I'm not close-minded about it. For example, in developing my OCR functionality, I discovered how wonderful Python was, because it was a sane programming language, and allowed for much quicker development and progress than C++. I'm now a Python convert, although I still have many more miles to travel before I can become a competent Python programmer. In addition, Javascript is a lot more powerful that I imagined, and it looks like a lot of people are turning Javascript into something a lot more powerful, ex. Node.js. If I had to put my money behind the languages that might really blow up in the near future, it's Javascript and Python.
As to the career opportunities of C++, I can't really speak for that because trends change quickly. The key is to be flexible and open-minded, and not get stuck in a particular pigeonhole otherwise you'll find yourself like COBOL programmers in the late 90s. You will definitely learn a lot by going the C++ route, and being "closer to the metal" as some people say, you can and will learn a lot of different concepts that aren't available to many other languages, like memory-management, etc. It might make it easier to take up other languages in the future, as well, so it's not something I would discourage anyone from learning.
It's a curse in some ways. It seems to me that my ego is under far more attack than it should be at my age, as I am never the deep-knowledge expert about any topic. And I don't bluff very well.
On the other hand, I can't seem to have it any other way. It's probably a form of arrogance: "Of course I can do that, hand me that [chalk | gi | keyboard | main sheet | ...]
I imagine we are a lot alike.
Physically though, my back tells me otherwise... and usually wins that argument :)
Ha, I've been working on this thing too, though I suspect for different use cases. I don't know if you were using this as a general example of how you managed to solve a problem...but this really isn't a "web programming" problem, in that it's a program that has many uses outside of a web server. In fact, it should be a standalone script that has no awareness of the web (unless it's doing something with a lot of moving parts, like recording results and doing machine learning).
In any case, the problem with people trying to learn web programming is that it encompasses many things...I'd argue that web programming doesn't really require learning HTML beyond the basic idea of HTML (and CSS)...and yet many beginner programmers spend a month or so thinking that programming consists of memorizing tags and CSS rules (nevermind cross-browser considerations)...which must be frustrating as hell.
I google just about any HTML issue I have, so I don't spend too much time trying to learn the intricacies of it. If anything, trying to understand why CSS was behaving as it was, was what got me closest to smashing my keyboard more than a handful of times. Stupid Wordpress.
But I don't think it's necessarily a waste of time for absolute beginners to learn and memorize HTML as their first exposure to "programming". Having a fundamental understanding of how making changes to a script or file affects the output to a web browser is something that I imagine most non-programmers aren't familiar with, so having a firm grasp of this concept will probably help them digest more advanced concepts later on. Being able to whip up a web page is probably one of the first things I would teach beginners if I ever taught a course on programming.
And
"I guess my point is, that if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life."
So many conversations around "but I want to be a programmer, do I really need to learn math? Really, really?"
Yes, you do. But more disturbing than the resistance to learn math is the resistance to learn. Period.
What i like about the article is that, all though the writter admits there are some challenges, he does not whine about them, but instead he overcome them. Because of that, he has a good chance at succeeding in programming, or anything else for that matter.
Maybe not in 6 months... But he will get there
To be a good programmer, you need to think in a somewhat mathematical way at times, but you almost never actually need to know math beyond the elementary school or early high school level.
There's was an interesting essay in the Notices of the AMS a couple years ago called "What is Mathematics For?" that explored the widespread belief that high school math is an important job skill. The conclusion was that it isn't for most people. However, learning high school math teaches reasoning, and that IS an important skill--so even though most people won't have any use for the math, math classes are important. Here's the essay: http://www.ams.org/notices/201005/rtx100500608p.pdf
I think the same applies for programming. You need to be able to reason, and learning some math is probably the best way to pick up those reasoning skills.
Let's be honest, if you're creating an application to improve or help accounting of a business, you need to know accounting. If you're creating an application for banking and finances companies, you need to know financial math. If you want to make an app that converts a business' Excel data into complex charts you need to at least understand statistics and more complex math than the 15 year old learns in school. Don't even get me started on a program that draws graphics programmatically and the need for some trigonometry in there.
Lastly, though I do a lot of backend and sys admin stuff because of the nature of my speciality at work, I spend half my time doing frontend programming and css (thank god for sass), and if I didn't have knowledge of algebra and trig I would take at least half as much time to do what I do. I know (and work with) a bunch of great programmers, but I'm still the guy people go to at work for mathematical advise when al algorithm is not behaving as it should and it mathematically complex.
I'm not trying to argue with your point though, most of the time you don't need those advanced mathematical concepts, and the important part of learning math is the reasoning aspect. i completely agree with that. Nevertheless I've found that advanced concepts can speed development and in some cases having that knowledge can make or break a project.
As a proof they showed us the list of math graduates who became lawyers, economists, statisticians, teachers, writers, business admin, and of course computer scientists.
One of the important business rules came up in discussion and they were arguing among themselves what's right or just trying to convince each other what the complicate rule really is. I was like, it's just a simple set of formulas if the problem was decomposed into smaller steps. After I told them about it, they were like, oh yeah, it's that simple.
The resulting math were very simple but the process to derive those was greatly benefited from higher level math training.
This is the essence of mathematics; all else is commentary (er, details).
What I am rescuing from the article is the ability to learn beyond looking for what is the minimum that needs to be learned; the attitude of "I need to learn this, so I'll stretch my self" as opposed to "I don't need to learn this!, I can learn the least possible!, it is only useful up to this point! I have never used beyond the basics!". If this is your attitude, then good for you, but as an employer, I am not going to choose the employee that it is just looking for the minimum to learn to get by. And that attitude is the difference between a code monkey and professionalism.
This is disturbing to me because today the resistance is towards "math", tomorrow will be towards "C#" ("why do I have to learn that if I can easily scaffold in ruby?" multiple technical reasons, but the one that hit the most for programmer that are not living in their mom's basements is: Because I sign your paycheck), and the day after it would be something else. In general it reflects a problem with learning.
My comment does not goes towards math exclusively, but towards the ability to enjoy learning, and that is a color of the character.
The comments of I don't need to learn this or that (math, or whatever else) tells me more about who you are than engaging in what is the level of math that you need to learn.
Of course some egos will feel offended and call me and my high horse... then again...
You don't need to know math to program, but as you become a better programmer, you _want_ to tackle more challenging problems - some of which inevitably involve math (and knowledge in general) that you aren't familiar with. To solve these problems, you have to learn as you go and that, as others have noted, is the real hallmark of a good programmer.
To call learning "the ugly side" betrays a certain ethos, no?
As we seem to push more and more for the "everybody should learn how to code" mindset, I think there is a big opportunity for someone out there to combined managed and protected environments with the ability to write your own code. I don't know if the solution is unifying languages across front and back end or a better set of abstractions, but I see way too many obstacles for 'simple' coding (although the situation today is without a doubt better than ever), and I imagine this is some of what the author of this post ran into.
Web dev is exceedingly complex and involves a lot more memorization of arcane things than does general purpose programming. Whereas for a non-technical founder, the important thing to learn is how aspects of business and content can be handled in modular, abstract ways (something that is apparent after learning loops and methods).
Learn enough code to understand implications of such things as granularity of data, taxonomy, and automation...if a novice can generate a static webpage chart from mashing up multiple data sources, that is hugely useful
What some here (who I'd venture are more likely than the median person to be autodidacts) may find surprising is that many people find the idea that you have to "keep learning stuff after college" distasteful, even abhorrent. The "go to college so you can get some job and then do what you 'REALLY' want with your life" thing is vanishing quickly, and the level of competitiveness in society (well, in America at least) is increasing.
The economic disparities this creates have been discussed at length, but the social ones less so. The fact that some careers require non-stop learning for these people means that in some ways school never ends, and the post-college, "no more competition" sigh of relief never comes. To me this is neither good nor bad, just inevitable at this point, but I think understanding the perspective of those who can not or will not follow the self-learning-for-life path is important. If nothing else, people here will know the reason that they are so grumpy.
> if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life".
In my experience, the quickest way to tell that someone is not cut out to be a programmer is when they complain about the amount of continual learning that is a requirement of the job. The only way you can become a great programmer is if you LOVE learning new things, and the prospect of there being a great wide expanse of things yet unlearned fills you with excitement instead of dread.
So I think beyond having to be comfortable with that process, it better be something innately necessary to you or you will get burned out on this job.
Programming has elements of both kinds of learning. You need to learn the rules of syntax. You need to understand the libraries you are using. There are plenty of other basics that you need to know, but aren't particularly satisfying to learn. But once you start solving problems, the experience is very different. In your fist six months, everything is new. Your sense of achievement is great. As your skills expand, more of your work is simply good engineering. Unless you are constantly pushing the boundaries, your new discoveries are more limited.
TL;DR: reading business books is comparable to studying programming libraries. Successfully executing a business deal is more comparable to building a MVP.
No.
> ... and build a MVP in just six months?
Yes.
"As a result I've become more focused, more logical and smarter. But I've also become more detached from everyday life and less fun to hang out with. I'm not sure yet if the change is permanent, but I certainly hope that it can be undone :)"
I agree that coding is a constant learning process. But to suggest that this in some way makes you more detached from the world, and/or less fun to hang out with is ridiculously biased. I would like to believe the opposite is true. Programming and computer science in general have given me a sense of appreciation for the world and nature's algorithms that I could not have fathomed before. The social applications of strong logic and focus are infinite. Choosing to learn how to learn, or learning to program, does not mean you are choosing to become an introverted nerd or an extroverted socialite. I've learned nothing is really black and white (binary) like that.
As an example of how being more focused and logic can help, consider the scenario: You're talking with your girlfriend about who gets to be the designated driver one night, and all of a sudden the extra back rub you gave that one day three summers ago gets brought up as a bargaining chip in the argument. Reminding yourself and the other party to think logically and focus on the task at hand and not bring up things that are sure to spark dissension helps reduce these digressions and tangents during conversation. I think it is important that both parties in an argument at least can agree on what they're arguing about, and also at least on the scope of the argument. Now, I'm not just better at debate because of coding. My point here is that my life is enriched because can overlook the little things a lot more than I used to. I won't lecture my son for leaving his towel on the ground while it is wet when we're on vacation, because I have the focus to keep in mind what really matters: we're on vacation to relax and enjoy ourselves. This kind of easy-going behavior takes consideration and patience, given my short temper. Both consideration and patience are crucial to becoming at least a functioning programmer. It is even more than just patience and consideration though that are real life applications of traits strengthened through coding. When my friends and I are joking around, we tend to just morph and change jokes in a recursive manner to keep them interesting and to keep our lives exciting.
Being original is hard to do, and lots of original material is just old material tweaked a little bit. Our friend's name was Diego during the first iteration of his nick-name. Recursively and through several iterations, it changed to Diegs (Dee-eggs). Which changed to D-eggs. Which when he was very drunk became Grade D eggs. Which changed over time to just "Eggs." And you can use your imagination to guess how many different ways you can make eggs, and I can bet you almost all of them were used, and also used in conjunction ('fried, scrambled eggs') to address our friend, Diego.
Now, you sir, should not be convinced that learning to program makes you less attached to the world, and less fun to hang out with. On the contrary, you should embrace your powerful logic and focus and use it to enhance your life experiences and your disposition rather than to detract from them.
I'm about 4 months full time into web dev, and there's just so much that goes into developing a web app. And then there's the team component. And then the web app needs to scale. Ruby, Rails, MySQL, MongoDB, Javascript, how to set up the hosting, software design best practices, debugging, etc. If I didn't have a mentor or peers help me through this I seriously don't know long it'd take to figure out all the different pieces and how they fit.
I think that applies to anything, if you want to have any measure of success, especially these days.
"So the lesson I've learned is that - even though I like coding - I enjoy building products even more."
Yeah, never say that to a developer.
6 months away from programming, and you'll be fine :)
Now that I think of it, at first we're overloaded learning programming. And then we reach a point where we really know a lot about all kinds of things and we hunt for new things to learn because we've lost that 'overloaded' feeling. I know I scour ycombinator and reddit and other blogs a lot for new interesting programming things to learn about.
"I guess my point is, that if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life."
This conclusion implies the rate of learning experienced in those 6 months would be the same forever, and I think that's not entirely realistic. While technology is rapidly changing, it's FAR more sustainable to maintain knowledge across a wide variety of areas than continue at the pace and breadth the OP experienced.
Also, it depends on your field/focus. If you're talking about web programming, sure. If you're a C++ app programmer, chances are your world isn't changing too dramatically each year.
Being a competent programmer is a prerequisite to being a "brogrammer" (whatever that means).
"I guess my point is, that if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life."
I really feel like this is the outlook everyone should take on life, not just programmers. Maybe the causality ought to be switched; good programmers are people who have a "learn something new every day" outlook on life. Hell, it could even be said that good people in any field are those who take that viewpoint on life.
Maybe i should quit programming some time to see if i can reverse to a more social style of thought.
Anybody who has learned music and studied it seriously can tell you it colors the way you hear all music. When I was deep in it, pop music was intolerable. I liked rock, don't get me wrong, but it was all art/hipster stuff. Before you're "enlightened" with musical performance and theory, music just kind of "washes" over you. You get a beat and a mood but you're not taking it apart. After such "enlightenment," you'll hear it all in terms of time signatures, keys & changes, scales & modes, references, cliches & conventions, etc. Much like being a coder, it is a beautiful, cursed understanding. I'm now fully a decade into "recovery" from thinking I was a musician, and I will tell you I really like not having to think so damn much about my music.
So, if that is at all similar (and I think it is; btw, lawyers are another class of geek that have similar problems to programmers and musicians)...yes, it can get better! :)
Programmers make better entrepreneurs because (shock) loving the act of learning new things as an end in and of itself makes you way, way better at it.