There seems to be nothing to prevent multiple submission. I would expect meaningless data as bootcamp founders + staff hang out on HN.
Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
31–40 of 87 posts
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#32Earlier quoted context omitted.
This is similar to what I've seen. It is challenging enough being a startup, its even more challenging to try to be a remedial computer science program and get stuff done. What is strange is the exact same thing happened in the late 90's during the first bubble. In that case it was "webmaster" was the new thing and there were these sorts of boot camps that would turn you into a webmaster in just a few short weeks so…
To be fair, learning to code well is HARD and takes a lot of time, and more importantly, practice. Stayin inside coding as a kid was the best decision of my life, career-wise.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#33I will say that where I work we appear to have managed to get on a list of "startups to send your resume to" by one or two of these bootcamp shops, and the resumes tend to be severely underwhelming. Here are some of the things that have been negatively affecting my reaction to them (I share in hopes this is useful, not to bash bootcamps or folks that attend them!): ONLY A GITHUB PROFILE It seems pretty clear that the…
Plus, if you hire a bootcamp grad, you're probably going to have to do lots of on-the-job training anyway. Good time to indoctrinate the candidate with the "right" way to do things in your particular codebase.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#34Here's a note from a DBC employee that is dead for some reason:
-----
Full disclosure: I am a former Wealthfront employee, and am now an instructor at Dev Bootcamp. We hired two DBC grads onto my team while I was at WF, and a third after I left. We also interviewed DBC grads who didn't make the cut. Obviously I came to DBC because I believe in what they do. My experience as an engineer on the Wealthfront team was that: 1. DBC Grads were incredibly driven, hard workers, who had an exceptional ability to "drink from the firehose" and learn what we needed them to learn rapidly. After seeing my first 9 weeks here, it's clear that _no other kind of person_ can make it through DBC. 2. DBC Grads were very effective communicators. I think there's a lot of value in DBC's "engineering empathy" curriculum. 3. DBC Grads had a solid enough basis in CS fundamentals and web development to be effective immediately as new hires. Both our DBC hires were adding value right off the bat, and rapidly grew into their role. Wealthfront has a strong mentoring culture, and mentoring had an outsized impact on their ability to grow, because they had already "learned how to learn." To be honest, they were more independent than some fresh CS grads I know. There's no textbook once you're in industry. We rejected some DBC grads too. Like in all things, there is a spectrum of talent and ability across DBC graduates. In the end I was impressed enough to leave an incredible team to become an instructor here. Like any junior engineer, graduates of these hacker schools are investments. I happen to think the graduates we produce are particularly good ones. If you're curious, here's an interview my students did with me about DBC. We talk a fair amount about my experience with our two DBC grads at Wealthfront: https://www.youtube.com/watch?v=viLYR0kAqAc
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#35Earlier quoted context omitted.
This is similar to what I've seen. It is challenging enough being a startup, its even more challenging to try to be a remedial computer science program and get stuff done. What is strange is the exact same thing happened in the late 90's during the first bubble. In that case it was "webmaster" was the new thing and there were these sorts of boot camps that would turn you into a webmaster in just a few short weeks so…
To be fair, learning to code well is HARD and takes a lot of time, and more importantly, practice. Stayin inside coding as a kid was the best decision of my life, career-wise.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#36I worked with a Dev Bootcamp grad who had worked at a consultancy of some sort for 8 or 9 months before joining our company. It was definitely an interesting experience. I've worked with a number of fresh college grads, and I more or less know where they tend to be weak/strong. The dev bootcamp grad was pretty much the opposite of a college grad. He was strong with our specific tools (rails), good development practic…
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#37I will say that where I work we appear to have managed to get on a list of "startups to send your resume to" by one or two of these bootcamp shops, and the resumes tend to be severely underwhelming. Here are some of the things that have been negatively affecting my reaction to them (I share in hopes this is useful, not to bash bootcamps or folks that attend them!): ONLY A GITHUB PROFILE It seems pretty clear that the…
I would think just starting out is the perfect time to switch over to Python / Node / whatever... you've got your head around the concepts of MVC, object-oriented programming, etc, but haven't settled into a routine about how to use your particular language and framework. Once you're specialized, switching costs only grow. Plus, if you hire a bootcamp grad, you're probably going to have to do lots of on-the-job train…
All of that said, I think there are plenty of rails shops and if you're from one of these camps you'll likely feel more confident & productive right away and your confidence and ability to ask the right questions will be paramount in your success in a first-coding position I think... so my advice would likely be to still maximize for your current strengths and try to stay in your burgeoning wheelhouse.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#38The good thing about DBC is its intensity. We're asked to work upwards of 100 hours a week.* I'm dubious as to exactly where that number comes from and how accurate it is, however it is clear that students work long hours and almost always stay late. I'm told at least a few drop out each term. At least to me, this indicates that the students who complete the program are motivated.
I think the problem is when applicants rely entirely on a three month program to get work. I'm attending DBC not so I can put it on my CV and hop straight into a startup job, but because I genuinely want to add Ruby to my toolbox.
IMO bootcamps shouldn't be taken just to have another line on a resume. They should be a stepping stone, giving the student the tools to contribute to real projects that will give them real experience. I think these contributions that the bootcamp experience allows are where the real value comes from. I apologize if I've been rambling, my point is that bootcamps work best as a part of a bigger and longer story that shows a dedication to the craft of programming.
*Someone mentioned this isn't the case. I'll see if I can dig up where I read this.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#39http://www.programmingisnothard.com/bootcamps
A few things I noticed (through just a quick inspection):
1) Average training time is about 10 weeks;
2) 28 out of 50 teaches Ruby/Rails, 15 out of 50 teaches JavaScript, 5 teaches Python, 3 teaches iOS, and 3 teaches Android.
---So, yeah, the curriculum is pretty practical. I doubt many of the curriculums cares about C.S. basics as long as it is enough to let them write Rails code.
I think one way to filter out the inept students is may be let them do some algorithm problems during interview? Also if your company does Ruby, then let a part of interview process be solving the bugs or issues on company's current project, and try to see how to approach the problem and whether can get it done. Understanding other people's code and reproducing/tracing/fixing bug is something very important. Also a big thing is when a bootcamp grad candidate say "you should do X in Rails", probably ask them why is a good idea. Do they do X just because their teachers say so, or there is a good reason for really doing so.
Disclaimer: don't have any experience with any bootcamp grad, but with experience working with X (place Rails, Django, etc. here) only guys.
Re: Ask HN: If you worked with a grad from a code bootcamp, how effective were they?
#40So I took a quick search and find a list of 50 code bootcamps, and many are duplicate bootcamps on different locations: http://www.programmingisnothard.com/bootcamps A few things I noticed (through just a quick inspection): 1) Average training time is about 10 weeks; 2) 28 out of 50 teaches Ruby/Rails, 15 out of 50 teaches JavaScript, 5 teaches Python, 3 teaches iOS, and 3 teaches Android. --- So, yeah, the curriculu…
Depending on the goals of the interview, that can either be useful or a waste of time.
Bootcamp students may have never had a formal introduction to algorithms. Therefore, phrasing a question in terms of space / time Big O complexity is pointless.
However, if the interviewer is capable of posing an algorithm question in more generic terms it can certainly tease out an interviewee's approach to logic and problem solving.