I think it's a big leap from "two large bootcamps have closed" to "the bootcamp industry is shutting down". Like anything else, there was a big race to capture the market once Dev Bootcamp proved it could work, and now the market is correcting itself. No reason to think bootcamps are going to stop existing altogether.
Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
21–30 of 152 posts
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#22These bootcamps are too basic for starters. They never take you beyond the basics. Secondly, the industry has changed. You need to know more things than you did previously. Even computer science grads aren't necessarily "ready" for the workforce. Education is behind in general instead of ingrained into the community with which it wishes to operate. They are always lagging behind or even way behind. On some level I fe…
It simply isn't rational for a company to spend long periods of time on training if it expects that employee to leave not long after he is finally becoming productive.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#23I'm glad they're going away. > While coding boot camps had many course listings on JavaScript, Ruby, and web development, they had none that covered product management, wireframing, cloud computing, DevOps, or Agile methodologies. In other words, they don’t teach students the other important entrepreneurial tech skills. This makes sense seeing how their focus is coding. But as I stated in my last article, many recrui…
LOL! So your argument that what makes a person a good software engineer is the whiteboard coding algorithms? That stuff is EASIER to learn than actual software engineering skills. All you got to do is spend a couple months cramming from the book cracking the code interview. You learn that stuff in a singular CS class, that's called data structures and algorithms. You are right about one thing though, if we are in a s…
You have got to be joking right? Not only is the intro-level algorithms class in universities a known-difficult class almost everywhere, MS and PhD students continue to try and discover better algorithms and new data structures.
Sure if you're working on a CRUD web app then it doesn't matter, but if you're working on Postgres, it sure as hell matters.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#24These bootcamps are too basic for starters. They never take you beyond the basics. Secondly, the industry has changed. You need to know more things than you did previously. Even computer science grads aren't necessarily "ready" for the workforce. Education is behind in general instead of ingrained into the community with which it wishes to operate. They are always lagging behind or even way behind. On some level I fe…
Do you? I certainly wasn't "ready" for the workforce after graduating, but that's because I wasn't taught how to use version control software, how to manage a project, how to do proper estimates. I knew how to do Big-O estimates of algorithms, but in practice, this actually comes up rarely. (Although, admittedly, can bite you right in the ass if you don't understand what's going on.)
I don't know what sort of training bootcamps do, but if they offer practical training, it seems like there's a place for them.
Or do we want plumbers to take advanced hydrodynamics courses, rather than apprenticing?
On the other hand, if they're just teaching people to pump out code, then yeah, that's fairly useless.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#25These bootcamps are too basic for starters. They never take you beyond the basics. Secondly, the industry has changed. You need to know more things than you did previously. Even computer science grads aren't necessarily "ready" for the workforce. Education is behind in general instead of ingrained into the community with which it wishes to operate. They are always lagging behind or even way behind. On some level I fe…
I feel the idea of coding "bootcamps" is incomplete. Military training doesn't stop at bootcamp- it's just the beginning. Everyone in the military starts in bootcamp, but move on to more specialized skills and a different level of training. Coding bootcamps are an incomplete idea. You need a program that takes you from Bootcamp to the coding equivalent of Navy Seals, and everything in between. And just as in the meta…
(Meanwhile, there are a handful of Stanfords cranking out what are supposed to be the Navy seals, and not meeting demand...)
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#26These bootcamps are too basic for starters. They never take you beyond the basics. Secondly, the industry has changed. You need to know more things than you did previously. Even computer science grads aren't necessarily "ready" for the workforce. Education is behind in general instead of ingrained into the community with which it wishes to operate. They are always lagging behind or even way behind. On some level I fe…
I feel the idea of coding "bootcamps" is incomplete. Military training doesn't stop at bootcamp- it's just the beginning. Everyone in the military starts in bootcamp, but move on to more specialized skills and a different level of training. Coding bootcamps are an incomplete idea. You need a program that takes you from Bootcamp to the coding equivalent of Navy Seals, and everything in between. And just as in the meta…
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#27Bootcamps are just too short. I think the sweet spot for a coursework in programming is a year to two years. That's essentially how long my university degree was if you remove the non-CS required classes.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#28Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#29Bootcamps are just too short. I think the sweet spot for a coursework in programming is a year to two years. That's essentially how long my university degree was if you remove the non-CS required classes.
More like 5 if people want to use the term "engineer" on their CV.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#30I'm glad they're going away. > While coding boot camps had many course listings on JavaScript, Ruby, and web development, they had none that covered product management, wireframing, cloud computing, DevOps, or Agile methodologies. In other words, they don’t teach students the other important entrepreneurial tech skills. This makes sense seeing how their focus is coding. But as I stated in my last article, many recrui…
LOL! So your argument that what makes a person a good software engineer is the whiteboard coding algorithms? That stuff is EASIER to learn than actual software engineering skills. All you got to do is spend a couple months cramming from the book cracking the code interview. You learn that stuff in a singular CS class, that's called data structures and algorithms. You are right about one thing though, if we are in a s…
No, his argument is that what makes a person a good software engineer is the ability to think about an abstract problem and come up with a solution to it.