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.

Bootcamps vs. College (2016)

77 pointsby amerf1about 6 years ago

23 comments

learc83about 6 years ago
I&#x27;ve worked as a bootcamp instructor, I&#x27;ve hired people from bootcamps, and I worked as self-taught programmer for years before going back to get my CS degree.<p>From my experience, the very top tier bootcamps basically function as an extended job interview. They select for people who either already have most of the skills needed, or who possess an extreme natural aptitude. Graduates from these programs can be effective programmers out of the gate. However, the pool of people who can pass these programs is extremely limited. The failure of many top tier bootcamps to scale points to this.<p>As for graduates from other programs, I place them in 2 buckets. The first is people who have substantial additional experience--they’ve been programming as a hobby for years, they learned python to automate work in their old career, they have a related career or degree etc... These candidates can also be extremely effective.<p>The second is candidates who have little to no experience beyond the bootcamp. These candidates from what I’ve seen are almost never a good fit. They generally come in below the level of a 2nd year college intern. 12 weeks just isn&#x27;t enough time--barring extreme outliers.<p>The problem is that people who fall into the first set of candidates tend to be effective with or without bootcamp. My advice is that if you want to be a programmer, don’t pay thousands of dollars for bootcamp. Either take the time to go to school and learn the theory, or learn on your own through free or lower cost materials if you’re happy with CRUD jobs.<p>There are other ways to level up into more interesting work, but most people won’t learn the boring parts without external motivation and structure, and a CS degree is the easiest way to provide that.
评论 #19539648 未加载
评论 #19546590 未加载
评论 #19539612 未加载
brogrammernotabout 6 years ago
Works for TripleByte, doesn’t work for the rest of the companies who do white boarding interviews.<p>You don’t learn how to implement various sort algorithms by hand in boot camps (oh weird, I never had to implement or work with anyone who had to implement one yet we all had to pass that during whiteboarding).<p>I’ve hired boot camp grads with success and failure. I’ve also hired CS grads with success and failure.<p>The number one quality that determined their success in my opinion was grit and passion for programming. Programming is always evolving and really hard to master without dedication, time and so much trial&#x2F;error that you’re so pissed off by the 18th time of trying to solve something that they 19th time when you do solve it the high is so intoxicating you’re ready to do it again on the next task.<p>None of that is taught in a classroom regardless of its a boot camp or CS degree.
评论 #19539404 未加载
评论 #19539400 未加载
评论 #19539558 未加载
评论 #19544667 未加载
评论 #19539696 未加载
_hardwaregeekabout 6 years ago
I could see bootcamps working if they teach the process of learning and fixing one&#x27;s own problems. Focusing too much on the actual content is a mistake imo. Programming is a constantly moving field and a good developer is always learning and self teaching. I suppose the total immersion and the sink or swim connotation of bootcamps could force students to learn on their own.<p>Meanwhile, at least in my case, schools don&#x27;t appear to teach their students anything about figuring shit out. Students have to be hand held through a series of prepackaged projects that don&#x27;t have any real context or motivation in the real world. Most importantly, they&#x27;re never taught that programming is a <i>skill</i>. They don&#x27;t understand that to get good at programming, they need to practice. Maybe most of them don&#x27;t want to become world class programmers. But even a mediocre soccer player needs to practice dribbling. A CS student who just takes classes and doesn&#x27;t write any more code than what is necessary is setting themselves up for failure, much like a fencer who only takes group classes and never practices.
kevintbabout 6 years ago
I really dislike the comparisons between boot camps and college, as if they are substitutes for another. They’re not, and 100% depends on your goal.<p>If your goal is the fastest track to employment in any programming job, then web development&#x2F;CRUD is probably the easiest route to get there, and a bootcamp is the most economical. However, you’re limited to only frontend web development or Rails or various js jobs. On the other hand hand, so many bootcamp grads have had astounding success transitioning from minimum wage jobs to 100k salaries in 4 months’ time.<p>A CS degree, on the other hand, is a long-term investment. Done properly, it sets you up for success for a wide variety of roles, and gives you hard earned understanding of the big picture that comes with years of studying. The blog post specifically advises you to hire CS grads (or grads with academic CS backgrounds) for anything remotely more specialized than javascript, like databases, etc. but, it involves 3-4 years of full time studying.<p>These are not substitutes each other: they are dependent on your goals! Each involves trade offs. Because I’m biased towards academic CS education, I’ll say this: tech is one the fastest changing industries, and I think it is crucial to be grounded in the fundamentals, not just for your future employability, but your overall understanding of CS and where your work fits in.
aphextronabout 6 years ago
There’s absolutely no comparison to be made between a CS degree and a bootcamp program. One is vocational, the other almost purely academic. The main difference really is in mathematical training. There’s a wide gulf between the skills needed to succeed in CRUD web development, and the ability to succeed in a four year degree program that requires passing calculus, linear algebra, discrete math, and differential equations. I’d wager greater than 90% of working developers without a CS degree could not pass a test in any of these courses, or even discuss the topics at an intelligible level. If the role you are hiring for requires these skills, you <i>need</i> a CS or other hard engineering grad. The problem is that the vast majority of companies <i>don’t</i> need that, yet somehow feel like they are lowering their standards by accepting that fact.
评论 #19539462 未加载
评论 #19539435 未加载
评论 #19539520 未加载
评论 #19540076 未加载
评论 #19539711 未加载
评论 #19539478 未加载
themoatabout 6 years ago
This seems to fit my experience interviewing&#x2F;hiring candidates over the last few years.<p>There&#x27;s a certain type of &quot;Bootcamp grad&quot; that seems to fit well with my teams. Those people who got a degree and then found that they hated the field they worked in (biology, law, English teachers) have just come in and killed it for us.<p>I can&#x27;t say, exactly, how that compares to CS grads, but I do know that every fresh Grad we&#x27;ve hired had to be hired on as an intern first to get them up to speed, while bootcamp grads were able to be productive from day 1.<p>Just my 2 cents.
AndrewKemendoabout 6 years ago
I&#x27;ve hired both and the major limitations of bootcamp folks come out when you start doing things that are either:<p>1. Very hard, or...<p>2. So obscure that you can&#x27;t find examples of doing it in the past<p>As an example I&#x27;m wrestling with now, I am trying to come up with a way to describe applications as finite state machines by evaluating their event streams and then evaluate with PCA across multiple of these state representations. That&#x27;s something that doesn&#x27;t really come out of anything but theoretical computer science.
评论 #19539406 未加载
TP4Cornholioabout 6 years ago
My experience with bootcamp graduates has been that they struggle with any non rudimentary problems and lack knowledge of any of the fundamentals required to do non CRUD applications.
评论 #19544726 未加载
manfredoabout 6 years ago
A lot of the bootcamp candidates I&#x27;ve met can code just fine, but often lack a deeper understanding of software development. Often do just fine on interviews that test the application of a specific skill, but struggle to answer more free-form questions.<p>One of my favorite interview questions is &quot;how would you design a text editor?&quot; Bootcamp candidates and recent grad candidates often struggle a bit. Recent grad candidates often jump into a straightforward solution like breaking characters into contiguous arrays by line. More experienced candidates take more effort to put the task into context. Is this a text editor for the web? Is it more geared towards editing plain text? Can we assume relatively frequent line breaks? The best candidates think of improvements on their own. One candidate suggested automatic saves every 10-15 seconds, and could explain the backend changes necessary to make it such that the saved copy was retrieved when the user navigated back to the page. Others talked about locality and caching when talking about optimization. This sort of question is more like a foundation, and the interviewer is looking to see what the candidate is building on top of that foundation.<p>Granted, this isn&#x27;t to say that bootcamp candidates aren&#x27;t good. Not being able to effectively answer those sorts of interview questions signals that the candidate is better fit for a junior role - which bootcamp candidates and new grads are probably looking for anyway. Realistically, probably only 20% of my university time was spent learning how to develop software - maybe 30-35% if we include club and personal projects and not just class assignments. A decent 40% on topics wholly unrelated to software development, and 40% was spent on more academic areas of tech not really related to writing code. The latter is useful and has given me a deeper understanding of a lot of topics (ML, Operating systems, compilers, network infrastructure) but probably doesn&#x27;t add nearly as much value to my employer as coding ability. I can see how a bootcamp could teach someone to code as well as a new grad in 3-6 months.
ryanjodonnellabout 6 years ago
Prob the best use of time if you’re trying to optimize for a career as a developer would be to go study CS for 2 years at a top school, then drop out and do a bootcamp for 3 months. Best of both worlds!
noegoabout 6 years ago
Frankly, the more I reflect on my University and High School education, the more I think it was poorly thought out. I&#x27;ve spent an enormous amount of time learning advanced Math, Sciences, or other such topics that are utterly irrelevant to my practical career. And I&#x27;m saying this as someone who&#x27;s successful enough to be making mid-6-figures.<p>The only useful skill I&#x27;ve picked up from all those classes, is grit and hard work. I&#x27;ve learnt how to put my head down, and grind my way to success. Useful skills to be sure, but I could have learnt that by doing literally anything. &quot;Build a Facebook clone&quot; would have taught me grit just as well, while also teaching me practical skills relevant to my career.<p>I see a lot of posturing about how college education isn&#x27;t meant to be &quot;vocational&quot; and should teach you how to think, but I don&#x27;t buy it. The free time I&#x27;ve spent volunteering at my college newspaper, and reading&#x2F;writing philosophy, taught me far more critical thinking skills than the majority of college classes that I&#x27;ve taken.<p>Looking back, 80% of the value that I got from my college classes, came from the 20% of courses that are &quot;vocational&quot; and relevant to my career. If not for the resume-padding benefits of going to college, I would have been better off going to a elite bootcamp and then spending another 6 months self-teaching myself anything that the bootcamp didn&#x27;t.
dccoolgaiabout 6 years ago
There are exceptions abounding to the &quot;rule&quot;, per se, but IME the biggest problem with bootcamp&#x2F;self-taught engineers is that they tend to not recognize when they are in the lane of an &quot;already-solved problem&quot; from the CS space and try to address it with their own overengineered approach. Not the case with everyone, of course- the guy I report to now was self-taught and knows as much or more from CS as I do... but it&#x27;s still a general trend I&#x27;ve noticed.
aboutrubyabout 6 years ago
I&#x27;ve found HackerRank to be great at acing the algorithmic&#x2F;data structures questions during interviews. You don&#x27;t even need to finish Cracking the Coding Interview (which is incredibly hard to do with ruby as it&#x27;s mostly performance based).
itsdrewmillerabout 6 years ago
In my experience boot camp grads are way more likely to wash out on basic programming problems (not particularly algorithmic) than CS grads. I think the &quot;has already passed the triplebyte quiz&quot; factor is really doing a lot of work for this article.
purplezooeyabout 6 years ago
I think community colleges are the dark horse of all this. Same (or better) education as at a four year for the first two years at a fraction of the cost. No need to go to a boot camp.
discordanceabout 6 years ago
Assuming University is too expensive and bootcamps are too short or vocational, where is the best education found these days?<p>MOOCs are great but lack the physical contact which is so important.
评论 #19539524 未加载
werberabout 6 years ago
I&#x27;d really like to see a breakdown by bootcamp program.
hwabout 6 years ago
I&#x27;ve had friends who &#x27;graduated&#x27; from a bootcamp and ended up with jobs at Google, Uber, Facebook, etc. The quickest way to a good salary job (in the Bay Area at least) is just to take a 3-6month coding bootcamp and apply for a job at the big tech companies, who are really desperate in growing their workforce and hiring.
erikpukinskisabout 6 years ago
Don&#x27;t forget everyone, people are just like the average of those in their demographic! It&#x27;s good to talk about huge groups of people as having common properties. It&#x27;s a convenient shortcut that helps you understand people faster.
abrinsmeadabout 6 years ago
This article is from 2016.
dangabout 6 years ago
Discussed at the time: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11731564" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11731564</a>.
BucketSortabout 6 years ago
Most development work doesn&#x27;t require CS knowledge at all, just programming ability. Open source libraries are also reducing the need for rolling your own implementations. Having me prove things about Turing machines to get a job making websites is almost like a slap in the face. I welcome boot camps for filling these types of roles because it&#x27;s ridiculous to have someone so educated doing such rudimentary work.
capreseabout 6 years ago
&gt; If you want to do hard algorithmic or low-level programming, you’re still better served by a traditional CS eduction.<p>or a bootcamp that focuses on these particular skills.<p>Universities imagine they are for people pursuing higher knowledge and not a job, and now this can be true again. Time to divorce universities from the corporate sector, there are enough programs to build now that enough tech companies don&#x27;t gatekeep this way. On the culture side, technical leaders who hire also don&#x27;t care because there is stuff to build.
评论 #19539450 未加载
评论 #19539464 未加载