TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Joys and Challenges of Hiring Developer Bootcamp Grads

75 pointsby brit200313over 9 years ago

13 comments

c0achmcguirkover 9 years ago
I&#x27;ve worked with two bootstrap grads, the ones that come from the 8-week program. One of them I hired directly onto my team.<p>It&#x27;s been a great experience! The developer I hired is moving on because he found a better paying position (as a coder). I view this as a success and I&#x27;m happy for him. It took him 8 months to get to this point and I&#x27;m sad to see him go.<p>Things I learned:<p>- They come in excited but they have so much self-doubt that needs to be tamped down.<p>- Pair programming with everyone on the team is a must. Even the neckbeard in the corner that hates chit-chat needs to help out. Why? The BG needs to learn it&#x27;s okay to talk to anyone about problems.<p>- I had to be on the prowl for condescending talk when the BG asked questions. It needs to feel like a safe environment to ask questions without being ridiculed.<p>- I noticed a huge jump in productivity when I had the BG design an onboarding presentation for new employees. Basically a &quot;this is how our applications work here&quot; Powerpoint. He loved working on it and it forced him to learn more about all the moving parts.<p>TL;DR In my experience BGs are great. They need plenty of room to fail and grow, but it&#x27;s equally important that the whole team plays a role in their growth.
评论 #10927412 未加载
kwang88over 9 years ago
FWIW we&#x27;ve had great experiences hiring bootcamp grads. A few aspects of our software engineering process have helped smooth this transition: * We&#x27;re disciplined about code reviewing everything that goes to production. * We&#x27;re very careful about having a smooth ramp-up period - managers are expected to carefully curate the first few weeks &#x2F; months of a new hire&#x27;s projects to make sure that it follows a smooth learning curve, and we adjust the params as necessary. * We&#x27;re gun-shy about hiring. * Our tech stack happens to share many frameworks &#x2F; languages with the technologies that are in vogue among bootcamps today (due to random chance).<p>My experience has actually differed slightly from this post, in that many of the bootcamp grads whom we&#x27;ve hired have actually had excellent project management skills, especially coming from IT or PM roles in tech or tech-related industries. The main challenges that I see are around depth of experience - most bootcamps optimize <i>very</i> heavily for building CRUD apps with a bit of frontend sugar on top, so you need to select really carefully along whatever metrics for potential you find valuable. YMWV though.<p>Specific plug: despite interviewing candidates from many different bootcamps, one bootcamp in particular, App Academy, has consistently stood out. As of when I last checked, App Academy was the only bootcamp to use a conditional payment system, where tuition is contingent upon finding a fulltime software development job. This aligns incentives well - App Academy is encouraged to maximize training and applicant quality - and we&#x27;ve found their alumni to be very solid. I don&#x27;t have a horse in this race but they turn out very professional and talented graduates.
abangover 9 years ago
Excellent post!<p>I am a bootcamp student and from my perspective, you really nailed the points on the Challenges of Hiring Bootcamp Graduates. I worry, however, that many companies will not have the resources or the patience to provide the kind of fostering environment described here. There is perception that the junior developer talent pool is being watered down by sheer number of bootcamp grads and many of them just do not measure up to classically trained CS students often competing for the same jobs. I recently attended a career track hosted by my own bootcamp and the coaches specifically instructed the students to omit the word &quot;bootcamp&quot; from their resume.<p>I personally believe that bootcamps can be a tremendous opportunity for motivated (and disciplined) students seeking a condensed and immersive learning environment; it&#x27;s possibly one of the fastest way to learn a new trade. My experience so far is that meeting the boot camp requirements alone is probably not enough to make me competitive and I need to supplement the learning with additional readings, meet-ups (as suggested by my mentor), and further coding practices. Bootcamp curriculum should be the bare minimum.
seibeljover 9 years ago
Tried the boot camp route, went to demo day and chose our 6 favorite, out of those 6 interviews we hired 3, one turned out to be pretty good but honestly needed so much hand holding it wasn&#x27;t worth it in the long run. Plus all of the boot camps have been putting 6 figure dreams in their head which is truly unjustifiable for their experience. If I want entry level, I&#x27;ll go with college grads, just way less headache.
abustamamover 9 years ago
There are zillions of factors that could make hiring a bootcamp grad a good or bad idea, from the type of bootcamp, to the type of individual, to the type of company, to even the interview process.<p>I did several online &quot;bootcamps&quot; (free code camp, Udacity, and some Udemy&#x2F;Coursera courses), since I felt like no single curriculum really satisfied what I felt to be necessary.<p>I just like learning, so I made sure that I practiced every day.<p>And now I have a job working at a small start-up (4 employees including me). The last dev they hired was from Free Code Camp as well, and he&#x27;s doing very well. The CEO of the company mentored him, and now the dev is mentoring me.<p>The interview process is something I think a lot of other companies could learn from--no brainteasers, no tricks, just coding. They asked me to open up a project I worked on during the bootcamp, describe it, then add a new feature. They stepped out while I was working so that I wouldn&#x27;t be nervous about making a mistake. The CEO himself applauded my use of Google when I ran into road blocks.<p>It took about an hour total, and during that time, they were able to determine if I was fit for the position.<p>So I think the viability of hiring bootcamp grads stems from how good the interview process is--if it&#x27;s terrible, you may be disappointed in your new hire.
mberningover 9 years ago
On one hand I am glad that graduates are getting education and opportunities without subjecting themselves to mainstream educational institutions.<p>On the other hand, it does concern me that this is one step closer in the race to the bottom for developers.<p>It won&#x27;t be long before being a developer is just another poorly paying job.
评论 #10927564 未加载
评论 #10927872 未加载
jowiarover 9 years ago
Pretty much everything listed as &quot;challenges&quot; also applies to &quot;recent grads from CS programs -- even top tier ones&quot;.
aaronbragerover 9 years ago
&quot;Bootcamp Grads&quot; is a pretty broad phrase; we might want to start using more precise language. An grad from an 8-week bootcamp will have a different skill set than someone who spent 18, 48, 72 weeks in a bootcamp program.<p>Also, Thoughtbot has a somewhat good guide to running an apprenticeship: <a href="https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;apprenticeship" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;apprenticeship</a><p>It could be adapted without much work to hiring bootcamp grads.
评论 #10928553 未加载
评论 #10928243 未加载
mikeryanover 9 years ago
As the guy monitoring the end of a dev hiring email let me broach another challenge.<p>I have no way to wade through the high volume of identical resumes coming out of these programs. Every Hack Reactor grad has the exact same thing as every other grad. Its very difficult to weed out anyone in this scenario without setting up a call with every grad that applies which isn&#x27;t a scalable model for hiring junior engineers. The single biggest reason I&#x27;ve not given enough BG&#x27;s a shot is the level of effort needed of finding a good one or one who&#x27;s the right fit.<p>Note some programs have started setting up mechanisms to interact with a bunch of grads in a group (we&#x27;ve done this) and this has been a decent way of doing this.
taurathover 9 years ago
Reading the post and this thread makes me feel very lucky. I didn&#x27;t attend either a bootcamp or college, simply got to know people who coded a lot and did lots and lots of tutorials and made a few demos to get in as an intern (on the recommendation from one of those people). I&#x27;m now a pretty senior developer at a startup. I&#x27;m not sure how to recommend people get into the industry - nobody seems able to or willing to take the time to hire greenhorns anymore unless they come with a degree.
markwaldronover 9 years ago
I have a bachelor&#x27;s in CS and math and I&#x27;m currently attending a boot camp. Do you think having both would be beneficial once I graduate from the boot camp?
评论 #10935458 未加载
ilostmykeysover 9 years ago
Let&#x27;s not paint this subject with a broad brush.<p>Depends on the choice and depth of curriculum, length of time, the student and the instructor.<p>Having said that no bootcamp or hacker school can give you 20 years of experience writing and maintaining software. That&#x27;s really the disavdantage. But natural talent in rare individuals can replace that with intuition, although I&#x27;m not sure how people like that do over the long range. I don&#x27;t know ... But it&#x27;s wise not to judge people in superficial manner without seeing what they can do.
评论 #10927894 未加载
评论 #10926959 未加载
评论 #10953790 未加载
deckar01over 9 years ago
TLDR; Bootcamp graduates are ineresting and motivated individuals, but don&#x27;t know project management basics. They are good for testing your organization&#x27;s internal documentation, but require a lot of guidance.