I am not a day to day js framework/backend guy.
Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
31–40 of 152 posts
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#32I did one. I HIGHLY suggest vetting the placement "statistics". For me, I just read 95% get a job, went to the open house, listened to a couple "rah rah" testimonials and did it. It was a big mistake. A friend of mine from the class estimated that only 30-40% of us got actual dev jobs. The rest are either in customer service at a tech company, sales or testing (keep in mind this is people who dropped $15k+ to do the…
Things have changed over the last few years and what was true in 2013 is no longer true. In 2013, the few bootcamps that existed and the fewer cohorts they each had were much more selective and they were producing in total many fewer candidates. The result is that bootcamp grads were very high quality (albeit very junior) and they got snapped up quickly. In 2017 there are bootcampers everywhere flooding the market. S…
All the bootcamp would have to do is be similarly very selective and do the same exact curriculum, and the people who "survive" these two weed-out courses (you needed to score higher than half your classmates in each course to receive a passing grade, otherwise you had to keep re-taking it) would be the ones able to get hired with nearly 100% placement.
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#33> Any alternative ideas? From the comments so far, I think there's some confusion about what you mean by this. Are you trying to dissuade her? Motivate her? You're neutral, but asking for suggestions of things she might do to satiate coding desires other than a 'boot camp'?
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#34Then with that under her belt, sign up for the boot camp. The advantages of this approach are:
- she'll find out if this is something she really wants to do before plunking down thousands of dollars
- with a bit of background knowledge, she'll be better able to absorb what's being taught at the bootcamp
- she'll have a better idea of what she wants to specialize in and can select the right boot camp for her
Also, find the community she wants to join. There are a gazillion places where web devs hang out online and talk shop. While doing her prep work she should seek out the places appropriate to the stack she's chosen and lurk. Stay engaged through the bootcamp and during her job search afterward.Finally, pay attention to open source. Not a lot of professions do their work out in the open like that, so take the opportunity to see how the sausage is made! Find the open source projects that these communities contribute to, and watch them do it. Follow the discussions on mailing lists, Github issues and pull requests. Look at the code and try to understand the criticism arguments. Ask questions. People are shockingly willing to help newbies who are trying to understand.
The bottom line is, there is real value in getting an expert to teach her how to code, but the more work she puts in herself, before, during and after the bootcamp the more she'll get out of it. If she's looking to pay $15K and get a high-paying job in exchange, she'll just waste the money.
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#35Why do you need alternative ideas? You could just let her go to what she wants to. We technology people seem to have this built in need to get people to try other things than what they want to do. It's a form of controlling behaviour.
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#36> As a positive point, all the females in our cohort got dev jobs, including the only one who actually failed the class. Startups are pretty aware of the gender discrepancy and actively looking to hire those with double x chromosomes. Not complaining about affirmative action, just wanted to give you as full picture as possible You should be complaining! Especially given the rest of your story. This kind of thing is s…
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#37It's important to note that coding bootcamps are not created remotely equally -- some have stringent application requirements, whereas many are essentially scams / chop shops. I strongly caution against the latter.
In particular, at least one bootcamp that I know of only charges tuition after you get a job as a software engineer, and charges a % of your first year's salary. It's a really great way to align incentives between the bootcamp, students, and employers and I'm a particular fan of this program.
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#38For beginners, it's critical to learn concepts of software development instead of the syntax memorization and regurgitation that seems popular to collect like scout badges. The fewer syntaxes one has to learn in the beginning, to do the most, the better. To keep a list to the minimum, I'd probably start with HTML, a bit of CSS, and then go to Javascript to teach web and then mobile development. I am not a day to day…
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#39My company has hired several coding boot camp alumni; some directly from bootcamps, some after a coding bootcamp + some years of work as a dev. We've had good results and most of the grads I know have had positive experiences. It's important to note that coding bootcamps are not created remotely equally -- some have stringent application requirements, whereas many are essentially scams / chop shops. I strongly cautio…
Re: Ask HN: What should I tell my cousin who wants to go to a “coding boot camp”?
#40I completed an online coding bootcamp about 5 years ago and got a job almost immediately afterwards. I've since become a Lead Dev for a local SaaS company, a mentor at that same school I graduated from, and a part time curriculum contributor.
This level of skepticism towards coding bootcamps is fair. I've seen some horror stories. But here is the thing: All failures involving more than 2 parties are usually the fault of both parties. Here is what I mean:
I'm currently mentoring about 5 students. Out of those 5, 4 are doing incredibly well. They are picking up the concepts, putting them into practice, and showing true growth. 1 of them is struggling hard. What is the difference? Well, in my opinion the difference is motivation. The 1 that is struggling did well his first few months, but when it got hard, he just wanted to start applying for jobs with what little he had learned. He didn't want to put in the work to finish his education. He was solely focused on the $$$ and not the thrill of solving problems with code.
So how could she decide if she will actually enjoy learning to code vs become someone that is only excited b/c of the money? Easy - try the free/cheap stuff first:
1. Codecademy.com 2. Codeschool.com 3. Lynda.com 4. Learn_____TheHardWay.com
The list goes on for a while. Tell her to sign up for one or two of the courses here and build something from start to finish. Nothing major. A todo list webapp, simple blog, or the like will do.
Then ask here: "Can you see yourself doing this 8 hours per day/5 days per week? If she can give you an honest 'yes', then offer her all the support you can give. If she hesitates, have her do more of the cheap/free stuff till it is clear. If it is a no, then it is a no.
Hope this helps. Sorry for the wall of text.