I tell them to apply to a developer bootcamp. Schools like this are popping up everywhere because there really are people who are willing (and eager) to hire the students once they graduate. I'm currently attending (and about to graduate from) a developer bootcamp in Austin TX, and I can absolutely recommend this route. Yes, it's impossible to learn everything in such a short amount of time, and attending a bootcamp…
I'm interested in this as I have never heard of developer bootcamps. What was your experience like? How does it differ from a CS curriculum?
What to tell noobs who want to "learn coding"?
11–20 of 53 posts
Re: What to tell noobs who want to "learn coding"?
#12Re: What to tell noobs who want to "learn coding"?
#13Re: What to tell noobs who want to "learn coding"?
#14Tell them to get a good book. The value of having a single source from complete beginner to intermediate programmer written in the same voice with full knowledge of what you have completed so far at each point should not be undervalued just because web resources are free.
---it's an online book that lets you run code right in the book
---it's the language of the REPL that everyone has access to (in the browser)
---js is dynamically typed, which I think is easier for people to grok (I learned Java first, and for months I was puzzled by this "public static void main (String args[])" that I had to start everything with. Public? static? main? void? JS has none of these, and while it's debatable whether that's a good thing or a bad thing, it's an unqualified good thing when first learning to code.)
Re: What to tell noobs who want to "learn coding"?
#15I would say read this: http://www.techendo.co/posts/how-to-learn-to-program-in-10-e...
If you're a dev school graduate I'd love to meet up with you over coffee and understand how we can improve the experience with Campendo.
Re: What to tell noobs who want to "learn coding"?
#16I tell them to apply to a developer bootcamp. Schools like this are popping up everywhere because there really are people who are willing (and eager) to hire the students once they graduate. I'm currently attending (and about to graduate from) a developer bootcamp in Austin TX, and I can absolutely recommend this route. Yes, it's impossible to learn everything in such a short amount of time, and attending a bootcamp…
Re: What to tell noobs who want to "learn coding"?
#17Tell them to get a good book. The value of having a single source from complete beginner to intermediate programmer written in the same voice with full knowledge of what you have completed so far at each point should not be undervalued just because web resources are free.
I agree with this completely, and I'll make a specific claim: eloquentjavascript.net is the best book to use. ---it's an online book that lets you run code right in the book ---it's the language of the REPL that everyone has access to (in the browser) ---js is dynamically typed, which I think is easier for people to grok (I learned Java first, and for months I was puzzled by this "public static void main (String args…
My main point is that in my opinion books, interactive or not, are still the best source for learning to program for many, if not most new programmers.
Re: What to tell noobs who want to "learn coding"?
#18If getting a class isn't an option, there's always something like Learn Python the Hard Way, or if they have issues following just text, Land of Lisp is pretty gentle and friendly, if not as immediately applicable to say, mobile development.
Re: What to tell noobs who want to "learn coding"?
#19I tell them to apply to a developer bootcamp. Schools like this are popping up everywhere because there really are people who are willing (and eager) to hire the students once they graduate. I'm currently attending (and about to graduate from) a developer bootcamp in Austin TX, and I can absolutely recommend this route. Yes, it's impossible to learn everything in such a short amount of time, and attending a bootcamp…
Many of those bootcamps cost an arm and a leg and are selective in that they target well-off kids that get good grades and basically fit in. They do this intentionally so they can sell their prospects to potential employees and keep their numbers and reputation up which is just common sense on their part. I think the better route for someone that is a little rough around the edges is to do it on their own for a few y…
Now that I've attended this school, I can pick up books about code and not feel completely overwhelmed. For this reason, I believe that if it's an option, a bootcamp is the way to go.
I also believe that the only requirement for 'fitting in' to one of these schools is to be easy to get along with, and be able to take the stress without becoming a jerk. This is more difficult than it would seem, as the course is pretty intense.