Live data from Hacker News

Why Are Coding Bootcamps Going Out of Business?

hackeducation.com

81–90 of 135 posts

Re: Why Are Coding Bootcamps Going Out of Business?

#81

Earlier quoted context omitted.

It's difficult to make an argument for bootcamps, though, when they won't teach you most of what you'd need to know either. The curriculum is typically focused around a single tech stack (many teach Mongo for unfathomable reasons), leaving students ill prepared for the workforce. Debugging? How to sort a lidt efficiently? What is a hash? All of these are arguably critical to understanding simple, common code; you'd b…

You have a point. Here's the problem the bootcamps will start to run into: They're teaching as much as they can in twelve weeks, but lengthening the program increases the cost dramatically. Why Mongo? Because they're already using JS so they don't have to teach two languages (no time), and mongo is super easy to pick up. They'll learn other stuff on the job. Why aren't they teaching how to debug and what a hash is? W…

Longer programs would also compete with flexible programs from traditional institutions. For example, Mills College's MA in Interdisciplinary Computer Science [0]. The traditional institutions arguably have large advantages in accreditation, financial aid, quality control, social status, signaling, and branding.

[0] https://www.mills.edu/academics/graduate-programs/computer-s...

Re: Why Are Coding Bootcamps Going Out of Business?

#82

Earlier quoted context omitted.

I'm a self-taught web developer, and I can tell you that the skills and knowledge gap between web development and "real" software engineering is huge, enough to where I seriously consider going back to school to pick them up, even though I already make $100k+, I've reached the top of my earning potential. If I knew a program tailored to people like me that would give me a reasonably-accredited certificate and teach m…

Have you considered the Georgia Tech online masters in comp sci?

Do you need a degree to do that? Or can you test your way in?

Re: Why Are Coding Bootcamps Going Out of Business?

#83

There are so many things wrong with this that I don't know where to start. First, to say there's no skills gap is insanity. I refuse to believe anyone in the industry actually believes that - even the worst bootcamps are placing folks, they just place folks that are not well prepared and shift the burden of training to the company. I'm constantly blown away that some of those people get jobs, and they somehow keep th…

>Don't get me wrong, most of the skills gap is for capable engineers, and if you understand data structures, algorithms, architecture, memory management, etc. you'll get a job very quickly. We're talking within a week. Empirically, that's totally false. The people I knew who went to the same bootcamp (App Academy) as me and had the strongest skills took longer, not shorter, to get jobs. The average was around 9 month…

How deep doesn't App Academy go into stuff like data structures, algorithms, memory management, architecture, scaling, etc.? I see mention of algorithms on the site, but not much else that would lead me to believe developers understand more fundamental CS concepts.

Re: Why Are Coding Bootcamps Going Out of Business?

#84
post #79
post #46

Earlier quoted context omitted.

The state median household income includes high school dropouts working at McDonald's, and it includes folks living in very affordable rural areas with low wages. It's not a meaningful point of comparison when you're looking at a subset of workers who are highly educated and seeking jobs in a technically demanding field at companies located in almost exclusively expensive metro areas. To add to that, the Massachusett…

You made sokoloff's point. A fresh college grad on day 1 of working makes the median family income in Boston. To say that wages are not reflecting the shortage (the comment originally replied to), is ignoring the statistics.

Not at all. In fact, as far as I can tell, you completely ignored the point I made, so I'll just repeat it:

> The state median household income includes high school dropouts working at McDonald's, and it includes folks living in very affordable rural areas with low wages. It's not a meaningful point of comparison when you're looking at a subset of workers who are highly educated and seeking jobs in a technically demanding field at companies located in almost exclusively expensive metro areas.

Replace "state median household income" with "Boston median family income" if you wish. Many elements here still apply after that substitution and must be addressed in detail if you wish to claim that I "made sokoloff's point".

The part you replied to and didn't ignore was just a correction to incorrect statistics that had been cited without reference. It seems pretty warped to suggest that I made his/her point by indicating that the cited statistics were off by a factor of 2 -- and not in the direction that favors their argument.

I think it would also help if you defined precisely what you mean by "shortage". You seem to be using an extremely loose definition that claims a shortage exists any time new workers in a particular industry are paid above the median family income. We must then conclude that there is a shortage of all kinds of workers across countless industries. For instance, because new engineers in the O&G industry are typically paid $80k-$100k, there must be a shortage, even though the industry has been having layoffs for years and certainly does not struggle to fill needed positions.

Re: Why Are Coding Bootcamps Going Out of Business?

#85
post #75

Earlier quoted context omitted.

I think people underestimate how difficult it is to teach yourself, especially when there are so many different ways to learn and a million different paths to take. One of the most important parts of bootcamps, in my mind, is that all of the curriculum is there, in the right order, and on a set schedule. When I taught myself to program I probably spent 80% of my time finding the right resources and understanding what…

What era was it when you are learning? Now we have excellent community-developed free and open resources like https://www.theodinproject.com .

Years ago. It probably has changed to some degree.

But for example, what you just linked - that's a great resource, but it still doesn't get you very far; you'd have to jump from there to somewhere else to learn what a bootcamp would teach.

Re: Why Are Coding Bootcamps Going Out of Business?

#86
post #81

Earlier quoted context omitted.

You have a point. Here's the problem the bootcamps will start to run into: They're teaching as much as they can in twelve weeks, but lengthening the program increases the cost dramatically. Why Mongo? Because they're already using JS so they don't have to teach two languages (no time), and mongo is super easy to pick up. They'll learn other stuff on the job. Why aren't they teaching how to debug and what a hash is? W…

Longer programs would also compete with flexible programs from traditional institutions. For example, Mills College's MA in Interdisciplinary Computer Science [0]. The traditional institutions arguably have large advantages in accreditation, financial aid, quality control, social status, signaling, and branding. [0] https://www.mills.edu/academics/graduate-programs/computer-s...

Very true

Re: Why Are Coding Bootcamps Going Out of Business?

#87

I think the biggest factor causing these bootcamps to go out of business was stated in the article: there is no IT worker shortage. The fact that most of the people attending those bootcamps already held Bachelors degrees strongly implies that. If there was a real worker shortage, employers would be hiring people without degrees and have them do the best they can. I think bootcamps arose as a result of an industry-wi…

> If there was a real worker shortage, employers would be hiring people without degrees and have them do the best they can.

Doesn't this kind of assume that even someone with very little skill can add value to a company as a software developer? It might be possible that below a certain skill level, they would make things worse instead of better.

Re: Why Are Coding Bootcamps Going Out of Business?

#88

Earlier quoted context omitted.

I think people underestimate how difficult it is to teach yourself, especially when there are so many different ways to learn and a million different paths to take. One of the most important parts of bootcamps, in my mind, is that all of the curriculum is there, in the right order, and on a set schedule. When I taught myself to program I probably spent 80% of my time finding the right resources and understanding what…

It's difficult to make an argument for bootcamps, though, when they won't teach you most of what you'd need to know either. The curriculum is typically focused around a single tech stack (many teach Mongo for unfathomable reasons), leaving students ill prepared for the workforce. Debugging? How to sort a lidt efficiently? What is a hash? All of these are arguably critical to understanding simple, common code; you'd b…

Classic internet.

The argument for bootcamps is easy! It costs a FRACTION of a college degree, takes a fraction of the time, and almost guarantees you a job.

"you'd be lucky to make it through a year as a junior dev without being fired if all the skills you have come from a bootcamp" LOL.

I know literally hundreds of people who have done just that, and it aint luck.

There is tons in a comp sci degree that you don't need to know right away to be an effective working programmer. And lots of bootcamps do teach "How to sort a lidt(sic) efficiently". It's a little hard to generalise because bootcamps vary in quality - like anything - but they give you a good structured introduction to lots of relevant material and the tools to keep learning as you go.

Re: Why Are Coding Bootcamps Going Out of Business?

#89
post #16

People are realizing that even though coding pays well, it's not a job for everyone. We hired 4 people out of boot camps. All had a decent level of skill (of course they did, we choose the 4 we liked out of dozens available). However after a few weeks, two of them left, saying: "there is no f'en way I can do this 40 hours a week for the next few decades". And they went back to their old jobs and old pay.

> "there is no f'en way I can do this 40 hours a week for the next few decades" Not a bootcamp grad, but I just hit my two year mark a couple weeks ago and want to blow my brains out. Writing internal web applications is the most mind numbing thing ever. It's gotten to the point where I have so much trouble keeping focused at work. The real issue is that I have no idea what field I'd pivot into.

Look, writing software is a trade. If you're not getting satisfaction from the act of creating something and doing a good job of it, even if that something is less "amazing" than you were hoping it would be, you probably need a different career. In any skilled trade the majority of the projects you do will be of the more mundane sort, but a skilled practitioner derives satisfaction from the doing and the mastery. You wouldn't work for years as a watchmaker, hunched over a bench 8 hours a day, if you didn't get satisfaction from making watches. Programming is more analogous to that than not, imo.

Re: Why Are Coding Bootcamps Going Out of Business?

#90

Earlier quoted context omitted.

I think people underestimate how difficult it is to teach yourself, especially when there are so many different ways to learn and a million different paths to take. One of the most important parts of bootcamps, in my mind, is that all of the curriculum is there, in the right order, and on a set schedule. When I taught myself to program I probably spent 80% of my time finding the right resources and understanding what…

It's difficult to make an argument for bootcamps, though, when they won't teach you most of what you'd need to know either. The curriculum is typically focused around a single tech stack (many teach Mongo for unfathomable reasons), leaving students ill prepared for the workforce. Debugging? How to sort a lidt efficiently? What is a hash? All of these are arguably critical to understanding simple, common code; you'd b…

>how to sort a list efficiently

list.sort(comparator)

Post reply on HN