TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Have you done a coding bootcamp?

5 点作者 aosaigh超过 1 年前
I’m wondering if there are people here who have done a coding bootcamp? If so, was it paid or free? What did you think of the experience? Did it land you a job? I’ve always wondered of the efficacy of bootcamps so would be interested to hear people’s experience.

4 条评论

codegeek超过 1 年前
I have interviewed many candidates from bootcamps. The problem with bootcamps is that they don&#x27;t teach you the fundamentals and throw you in with some latest hot framework (react etc) without you really understanding the fundamentals.<p>For example, most bootcampers could not explain the basics of an HTML Form submission. But they know how to send a POST request using React or whatever. They however don&#x27;t know what actually makes an Http Request. Many couldn&#x27;t tell me the construct of a request (header vs body) even though they knew how to setup a X-Api-Key in a http request using the library. Fundamentals people, fundamentals.<p>I don&#x27;t recommend Bootcamps until you have done your own homework first. Start with something like freecodecamp and once you have learned some fundamentals, may be a bootcamp can help. Think of a Bootcamp as a vehicle to help you connect with potential employers but the real learning happens on your own first. Plus, if you are not motivated to learn on your own in 2023, you are probably not going to make it successfully out of a bootcamp anyway.<p>All the best.
评论 #37353416 未加载
comprev超过 1 年前
Bootcamps are a great feeder channel for bodyshops.<p>Students learn the latest $FRAMEWORK and get offered entry roles in companies, often affiliated with the bootcamp. Some students are smart (and fortunate) enough to land roles elsewhere.<p>The courses are both fast paced and shallow enough that students learn the bare minimum to use the tech stack.<p>As others have mentioned, I have also interviewed many bootcampers who struggle with the fundamentals.
level87超过 1 年前
I completed a boot-camp around two years ago. It was part of the UK Government&#x27;s apprenticeship scheme. During the course, I interviewed and landed a junior position at an agency. This meant I was paid for my time on the course and was offered a year-long contract. The apprenticeship also required that I complete two written documents along with interviews about my work.<p>On the whole, it&#x27;s been a very positive journey.<p>- The boot-camp spanned three months, it expected all participants to undertake a several months of self-study and interview for a position on the programme<p>- It was fast paced and covered a lot<p>- The hands-on experience from the apprenticeship has been priceless<p>- That said, I&#x27;m currently on the hunt for a new position and am finding it quite tough to nail down interviews. I&#x27;ve come to realise that I require and also want a deeper foundational knowledge, rather than just knowing how to employ frameworks like Express&#x2F;React to build CRUD apps<p>The boot-camp is called Founders and Coders[0]. I would thoroughly recommended it.<p>[0] <a href="https:&#x2F;&#x2F;www.foundersandcoders.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.foundersandcoders.com&#x2F;</a>
some_manager超过 1 年前
I&#x27;ve hired a few people from bootcamps, and they&#x27;re really great. They&#x27;re almost always mature professionals who have jumped head first into a career change, so they&#x27;re invested. The camps tend to cover a lot of the &quot;newer&quot; parts of the language, and a few &quot;typical products&quot; in business, so they come in with a sense of &quot;I&#x27;ve seen this pattern before&quot;.
评论 #37353438 未加载