Live data from Hacker News

You might not need that $15K coding bootcamp

medium.freecodecamp.com

11–20 of 81 posts

Re: You might not need that $15K coding bootcamp

#11
post #5

Earlier quoted context omitted.

I doubt they paid a fee. But clearly, they're either gaming the system or there's a very large population on HN who are trying to break into the industry with no credentials.

What's wrong with having 'no credentials'?

I'm not saying that there's anything wrong with it. I'm saying that those people are FreeCodeCamp's target demographic.

Re: You might not need that $15K coding bootcamp

#12
If you could find a way to create a broadly recognized and meaningful certification, you wouldn't need school at all. You have the JavaScript certification? You know how to code. Doesn't matter if you went to an Ivy League school or (re-)created all of the fundamentals from scratch.

Make the certification standards free as in speech, charge a minimal fee to cover administration of the exams, and go to town.

Re: You might not need that $15K coding bootcamp

#13
post #9

and guess what? You don't need a website either. Step 1: Get a copy of "The C Programming Language" by Dennis Ritchie, Brian Kernighan. Step 2: Learn the fundamentals Step 3: Master other languages Edit...I know there's been a lot of negativity towards my comment and I can understand why. I like to keep my comments simple and leave it to the reader's interpretation. However, it seems my comment was too simple... Let'…

But that's hard :(

/s

Re: You might not need that $15K coding bootcamp

#14
post #9

and guess what? You don't need a website either. Step 1: Get a copy of "The C Programming Language" by Dennis Ritchie, Brian Kernighan. Step 2: Learn the fundamentals Step 3: Master other languages Edit...I know there's been a lot of negativity towards my comment and I can understand why. I like to keep my comments simple and leave it to the reader's interpretation. However, it seems my comment was too simple... Let'…

That's ludicrous, IMO. I think that people who are in the market for a $15k coding bootcamp should steer way clear of K&R (and LCTHW). Why? Because C is not the right tool for 95% of the jobs the coding bootcamp crowd will be asked to solve. Don't get me wrong, C's great and I followed your three-step process over the years. But we don't need to do that anymore because most devs will just eke out the slimmest benefit…

[deleted]

Re: You might not need that $15K coding bootcamp

#15
post #9

and guess what? You don't need a website either. Step 1: Get a copy of "The C Programming Language" by Dennis Ritchie, Brian Kernighan. Step 2: Learn the fundamentals Step 3: Master other languages Edit...I know there's been a lot of negativity towards my comment and I can understand why. I like to keep my comments simple and leave it to the reader's interpretation. However, it seems my comment was too simple... Let'…

That's ludicrous, IMO. I think that people who are in the market for a $15k coding bootcamp should steer way clear of K&R (and LCTHW). Why? Because C is not the right tool for 95% of the jobs the coding bootcamp crowd will be asked to solve. Don't get me wrong, C's great and I followed your three-step process over the years. But we don't need to do that anymore because most devs will just eke out the slimmest benefit…

> Because C is not the right tool for 95% of the jobs the coding bootcamp crowd will be asked to solve.

I'm curious about this point. Are the large majority of coding bootcamps teaching JavaScript and Ruby because of the number of jobs available in that market? Would anyone (hopefully, the bootcampers) benefit if there were a bootcamp teaching C?

Re: You might not need that $15K coding bootcamp

#16
post #9

and guess what? You don't need a website either. Step 1: Get a copy of "The C Programming Language" by Dennis Ritchie, Brian Kernighan. Step 2: Learn the fundamentals Step 3: Master other languages Edit...I know there's been a lot of negativity towards my comment and I can understand why. I like to keep my comments simple and leave it to the reader's interpretation. However, it seems my comment was too simple... Let'…

Standard HN comment, and also absolutely insane.

Have you met people with limited computer experience just getting 'into' it? Computers and code are literal magic to them. I mean people who's lives don't really entail a computer at all beyond social media.

I taught at a local bootcamp. It had less to do with code and more to do with getting people to think in abstractions within a specific domain.

If you can sit in a room for days on end juggling the uncertainty of learning something completely new, more power to you I guess. And that's like nobody. I consider myself decently intelligent and I almost went insane trying to teach myself something I had zero prior experience in. Literally wasted like 4 months due to uncertainty/following wrong info. Many moments of "oh, I didn't need to learn any of that actually". This is why bootcamps are amazing, you have experts roaming around that you can tap into at any second.

Somewhat ironically paying that $15k for the bootcamp would have saved me a lot of money in opportunity cost and sanity.

>C is a general-purpose programming language which features economy of expression, modern control flow and data structures, and a rich set of operators. C is not a "very high level" language, nor a "big" one, and is not specialized to any particular area of application. But its absence of restrictions and its generality make it more convenient and effective for many tasks than supposedly more powerful languages.

Just reading the first paragraph already opens a world of questions, and this is way before you even get to any Hello World stuff. Just telling a beginner "Hey you should read this C book" would open up questions like "What is C? You're telling me I have to learn an entire new language just to make that tiny thing? Screw that!" Have fun untangling yourself out of that one.

External motivators work, there's a reason we have entire academic institutions instead of a world of disconnected hermits.

Re: You might not need that $15K coding bootcamp

#17

If you could find a way to create a broadly recognized and meaningful certification, you wouldn't need school at all. You have the JavaScript certification? You know how to code. Doesn't matter if you went to an Ivy League school or (re-)created all of the fundamentals from scratch. Make the certification standards free as in speech, charge a minimal fee to cover administration of the exams, and go to town.

I could not agree more. Well said.

Re: You might not need that $15K coding bootcamp

#18
post #8
post #5

Earlier quoted context omitted.

What's wrong with having 'no credentials'?

From what I have research, a computer science degree and a boot camp certificate are very different in terms of education. The former focuses on depth and the fundamentals of CS. The latter is more practical and focuses implementation where languages matter more.

I don't think there are that many people deluded to the fact that a 4/5 year long CS course teaches you more than a boot camp.

But as many few people will dispute that you can get started writing production code much faster in the latter.

And what I will add, is that they'll be an average 80% as good as their fresh out of uni CS peers, if not more.

Re: You might not need that $15K coding bootcamp

#19
"'Teaching highly motivated students to code is actually not that hard.' — Dan Sofer"

This broadly matches my experience. The hiring and interviewing of bootcamp graduates I've done has made me thing it's really just an intense vetting process for junior developer candidates.

Which is valuable, but potentially could be replaced by something that costs less than $15k.

Re: You might not need that $15K coding bootcamp

#20
post #16
post #9

and guess what? You don't need a website either. Step 1: Get a copy of "The C Programming Language" by Dennis Ritchie, Brian Kernighan. Step 2: Learn the fundamentals Step 3: Master other languages Edit...I know there's been a lot of negativity towards my comment and I can understand why. I like to keep my comments simple and leave it to the reader's interpretation. However, it seems my comment was too simple... Let'…

Standard HN comment, and also absolutely insane. Have you met people with limited computer experience just getting 'into' it? Computers and code are literal magic to them. I mean people who's lives don't really entail a computer at all beyond social media. I taught at a local bootcamp. It had less to do with code and more to do with getting people to think in abstractions within a specific domain. If you can sit in a…

Also, the poster fails to specify that you need the 2nd edition of that book. Otherwise, just following it won't even work.
Post reply on HN