"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" I have a 4 year computer science degree and I didn't learn any of the listed topics either, so I'm not sure if the article is implying that other institutions do prepare new grads for these topics. The main advantage I…
Ditto on the CS Degree. Closest thing I learned to the above skills that was part of the curriculum was Waterfall, UML, and making ERDs. Had to teach myself git.
Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
61–70 of 152 posts
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#62"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" I have a 4 year computer science degree and I didn't learn any of the listed topics either, so I'm not sure if the article is implying that other institutions do prepare new grads for these topics. The main advantage I…
Ditto on the CS Degree. Closest thing I learned to the above skills that was part of the curriculum was Waterfall, UML, and making ERDs. Had to teach myself git.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#63These 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…
There have always been a large set of practical skills that aren't really taught as core CS curriculum, but most professional software engineers are going to need to be comfortable with: the version control software of the day, ways of managing runtime considerations of an application (which has obviously evolved a lot recently), certainly programming languages as well.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#64Learning to code in 3 months != properly trained engineers
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#65Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#66I'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…
I disagree. Knowing where to apply your skills at a company is just as important as having those skills. If your stakeholders aren't happy, it doesn't matter how beautiful the code is. You've failed to deliver. That being said, it's a balance you have to strike. You can't just focus entirely on making stakeholders happy, other wise you'd have a patchwork quilt of an application.
Also, that's why I like side projects, you're the stakeholder and can focus on the tech/what you think is important.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#67"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" I have a 4 year computer science degree and I didn't learn any of the listed topics either, so I'm not sure if the article is implying that other institutions do prepare new grads for these topics. The main advantage I…
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#68Why do people think a 12 week course will make a non-technical person ready for a junior developer role? Most developers I know have years of deep experience with computers before becoming professional programmers. (Things like fixing driver issues, installing linux, patching games etc). I have several friends who went to bootcamps had no deep technical interest beforehand. They just heard that computer programming w…
I'm not sure many people do think that. But it was an experiment. If you assume that the tooling around "programming" or "product building" or whatever you want to call it will eventually be good enough that you can slot a generic human into a well-defined role then these bootcamps might make sense.
We may get to a point where building software is more like building a car, and we just need humans to work on the factory assembly line. But we're not there yet. So the experiment failed.
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#69Since the for-profit education industry had rushed in, I assume they just went for their typical milk-the-student-loan-system scam
Re: Coding Boot Camps Get the Boot: Why the Industry Is Shutting Down
#70Earlier quoted context omitted.
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…
> 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 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…
Tech interviews are 40 minutes max. There is only so much stuff that can be asked and programmed in such a short amount of time.
The stuff being asked in tech interviews is "traverse a tree in this interesting way". There are only so many ways to traverse a tree.
And no, I am not talking about crud interviews, I am talking about Google interviews, and similar. (Although Google hits the very high end of difficulty, most interviews are much easier).
Perhaps there really is a way to do the mythical, problem solving, IQ test of a whiteboard programming interview. But that is NOT the way the industry does things currently.
The way that the industry currently works is that literally half of interview questions are almost word for word listed in cracking the code interview (I counted!). And the ones that aren't are still quite common.
When I did tech interviews with a dozen or so companies just recently, a full 90%! of interview questions were ones that I had been asked or studied before. Interviewers are lazy, and whiteboard algorithms as things are CURRENTLY is just about who can cram the most.