Live data from Hacker News

Bootcamps vs. College

blog.triplebyte.com

361–370 of 449 posts

Re: Bootcamps vs. College

#361

After reading through all of the comments so far, my impression is that bootcamps are for training the developers whose jobs will be automated away in the coming years, and college is for training the developers who will be writing the code that automates those jobs.

That seems pretty cynical; your logic breaks down when a CS graduate goes into a bootcamp after college.

malkovich,malkovich

Re: Bootcamps vs. College

#362

Earlier quoted context omitted.

Yes. Also some featured students are college students. College and bootcamps are not mutually exclusive.

I'm even considering a bootcamp after graduating university for the reasons that this article points out. I feel woefully inadequate when it comes to practical programming skills.

I'd also love to go to one like Maker Square after graduation but sadly they cost a lot.

Re: Bootcamps vs. College

#363

There are several factors that don't enter this analysis. 1. Bootcamps can be selective over a range of non-academic criteria such as interview skills, personal hygene, and prior work experience. Or to put it another way, unlike a public university, a boot camp can select for culture fit both in its internal cohorts and in the workplaces it targets. 2. Bootcamps tend to attract people with previous work experience: s…

My girlfriend did a bootcamp. It was a very useful experience, and overall we would recommend it. All your points are valid, including the last one unfortunately. That was the one black point about my gf's experience when she was having trouble finding something that suited her: they dangled the threat of dropping her from their network. Also, I should add that bootcamps like hers aren't a "Zero to Hero" offering. Th…

Which bootcamp?

Re: Bootcamps vs. College

#364

Earlier quoted context omitted.

Oh yeah, this is the "self-taught developers aren't as good as those with CS degrees" nonsense again.

Countered with equal force by the "CS degrees are useless" nonsense.

Yes! It's as if there's more than one good way to learn stuff.

Re: Bootcamps vs. College

#365

There are several factors that don't enter this analysis. 1. Bootcamps can be selective over a range of non-academic criteria such as interview skills, personal hygene, and prior work experience. Or to put it another way, unlike a public university, a boot camp can select for culture fit both in its internal cohorts and in the workplaces it targets. 2. Bootcamps tend to attract people with previous work experience: s…

How are bootcamps any different than vocational schools?

They're not. I've said this before [1], but bootcamps are training programming's equivalent to the technician. Techs have a very needed place. A technician can become a master of a trade, and with experience design something that's awesome (see motorcycle craftsman). However, a technician will likely not design a Turbofan engine from scratch.

Code camps are (in my opinion) a sign that programming is bifurcating into software engineers, and software technicians (or whatever we choose to call someone who can apply a science, but not necessarily understand the science).

[1] https://news.ycombinator.com/item?id=10797765

Re: Bootcamps vs. College

#366
post #254
post #192

Go to college. Life is long and it is not about passing your first interview. Real world is complex and ever changing. The point of going to college is not to acquire coding skills to pass the interview. It is about facing real world challenges: people, responsibilities, complicated decisions, uncomfortable situations etc. And hopefully at the end of it you are better prepared to take on life. It is a harder path tha…

Makes total sense if you're coming out of high school I think. But we can assume that there is a decent amount of people that are switching post college to a programming related field. And in terms of college being the hard path, I'm not sure that it was. I don't know how college helped me with "responsibilities" or "Uncomfortable Decisions". Not to mention the cost of college is pretty extreme, taking on 7k (usually…

If you are thinking of bootcamps as supplemental education, sure. But the article and title was talking "in lieu of". Always go from general to specialised along with age. So, definitely finish college/univ and then get specialization as needed.

Re: Bootcamps vs. College

#367
post #192

Go to college. Life is long and it is not about passing your first interview. Real world is complex and ever changing. The point of going to college is not to acquire coding skills to pass the interview. It is about facing real world challenges: people, responsibilities, complicated decisions, uncomfortable situations etc. And hopefully at the end of it you are better prepared to take on life. It is a harder path tha…

The majority of bootcampers already have an undergraduate degree and years of life experience - enough to drive them to take on more debt and change careers. Pretty sure this is the harder "real world" path to an entry-level coding job.

Then it isn't really a bootcamp vs college discussion, is it?

Re: Bootcamps vs. College

#368
post #74

Earlier quoted context omitted.

1) That's not really a "bootcamp" issue as it is with a candidate who can't be bothered to learn basic programming concepts or open a book on their own. Almost every book I've read on programming covers OOP in most languages. You can even hack it together in BASH ( http://lab.madscience.nl/oo.sh.txt ), not that you should. 2) LAMP stack is still probably the safest bet (substitute PHP for Python maybe), but yeah, jus…

We're not looking, they are applying. Like I said, I understand why they aren't a good match COL/salary wise, just kinda of was writing about how I think it's interesting that they teach what salary they should be seeking minimum. That was never brought up in my BS degree.

Are the candidates aware of the differences in CoL?

Re: Bootcamps vs. College

#369

Earlier quoted context omitted.

Obviously this isnt every case but quiet frankly it's bullshit if somebody who studied some "worthless" major like psychology or history then thinks they can do a 10 week coding bootcamp and be on par with a CS grad. If anything the TIME alone that a CS grad has to put in to graduate puts them above coding bootcamps.

I don't think most people come out of bootcamps claiming they're "on par" with CS grads, but rather that they're good enough to be given a chance for some subset of programming jobs. Also the time based argument strikes me as misleading - bootcamps are much more intensive than university curriculums. University students aren't studying 10-12 hours a day, 6 or 7 days a week every week; most Bootcamp students are. That…

Bootcamps certainly sell on the promise of an engineer salary. They preach it and let it get into your head. At the end of the day you have bootcamp grads feeling entitled to a six figure salary.

Personally, I work with some great bootcamp devs but as a 4 year college grad I don't enjoy seeing the time and energy I spent undervalued that way.

Re: Bootcamps vs. College

#370
So would the best of both worlds be the combination? Four-year CS program for the fundamentals and the deep knowledge, then the summer after graduating (or really, senior spring, when the coasting sets in) a bootcamp-style training on practical development?

I don't think that a traditional CS degree makes you code enough to become a good software engineer. I certainly wouldn't have gotten enough practice actually writing code if I just did my coursework and didn't dabble in other things, like game development. Let alone other practical skills, like debugging/profiling (barely touched upon), source control (likewise), testing (completely ignored), project management/estimation (noop...).

I'm still amazed and horrified that I took a Data Structures and Algorithms course that required nothing beyond proofs and a little pseudocode - not a line of actual, working code. It could be tailor-made for really understanding memory-management or TDD.

Post reply on HN