It isn't just Lambda School. I mentor for [insert large coding bootcamp here] and I will say things have been going badly across the board for more than 50% of students. They recently had to cut a lot of staff, and completion rates seem to hover around only 50-60% when you take into account all the students they remove from this calculation when they withdraw for "personal reasons". The employment numbers I don't hav…
Lambda School leaked documents show poor performance over the last two years
51–60 of 412 posts
Re: Lambda School leaked documents show poor performance over the last two years
#52It wasn't really the trajectory I saw back in 2015, but it felt that the bootcamps focused so much on teaching popular JavaScript tools and not really how to problem solve or even the language basics or even what the technology space can offer. I think it is a very tough thing to get right in 3 months(my class length) or even less...
Re: Lambda School leaked documents show poor performance over the last two years
#53>The school recently sent him a letter demanding his banking information so that it could track direct deposits from a job. If he doesn't comply, it threatened to charge him his full tuition of $30,000 regardless of whether he gets a job. How disgusting. He should probably tell them no. Even if they wrote some non sense allowing this in the income share agreement, let them go to court. I've never met a successful boo…
After factoring in all these huge fees and other hidden costs, traditional college is a better deal, and the degree is actuality valid credential, instead of a certificate, which is useless in the eyes of most employers. Plus, colleges have tons of financial aid with far less punitive repayment conditions or upfront costs.
In the end I ended up with +40k in scholarships as a mediocre high school student, plus a bunch of state grants.
I graduated with I like college. There is a right way to do it as an average student:
- Two years of cheap community college to get the chaff out of the way - Two years in a better school for the higher level classes.
You can't think of it is a party or 'summer camp' which is an image which is sold to a lot of young people. You are there to learn a skill, improve yourself, and graduate into a career.
Re: Lambda School leaked documents show poor performance over the last two years
#54Wonder if Austen is gonna make an appearance and say hes happy to answer any questions
Here's the last time Austen answered questions about Lambda School, which did not go well: https://news.ycombinator.com/item?id=26948258
Re: Lambda School leaked documents show poor performance over the last two years
#55One rule of thumb that we drew after many trials was that, if a candidate coming out of a coding bootcamp did not have a math or science background prior to that bootcamp, they probably would not pass our interview process.
That is, people with a certain intellectual foundation and aptitude can acquire useful skills from coding bootcamps. But people without that aptitude will not obtain it simply because they attended a coding bootcamp.
Separately, while I appreciate that Vincent got answers to questions that many people are asking, the fact that he had to hide his intentions to get an interview with Austen is exhibit number 1 why people have grown to mistrust reporters.
And that's interesting, because often you can't have both. That is, either you accept that corporations lie while the press plays by certain rules of honesty, which prevent them from getting past the smokescreen of lies. Or you support the press in its schemes to penetrate the smokescreen by using deception themselves. But if you support them against Lambda, then you should support them, too, in lying to the institutions you may support, which are also hiding something. Muckrakers need to disguise themselves.
DELETED: A sentence claiming that Vincent runs Coder Pad and has a conflict of interest. I apologize for the error. See his comment below.
Re: Lambda School leaked documents show poor performance over the last two years
#56Earlier quoted context omitted.
One huge mistake I think a lot (but not all of) the bootcamps are making is taking the easy route of simply using JavaScript to teach both frontend and backend. JavaScript is a TERRIBLE first programming language. I usually have to spend 2-3 sessions per mentee explaining the idiosyncrasies of JavaScript, where some of the OOP concepts actually come from, and how things work in other languages to put into context the…
JS is a small language when you consider the core of constructs which are in use today. I'd ballpark JS to be around 80-120 "constructs", which will differ based on how you divide semantic and conceptual units of learning. I'd ballpark Go to be around 80-120 as well. A junior developer who is just learning how to code will not deal with all of JS historical baggage; they will deal with historical JS when joining a la…
The key problem with js is the relationship between objects and functions is extremely confusing. You end up having to explain associative arrays, and spend 30+ minutes doing some hand-waving to even begin to describe what an object actually is in JavaScript. Then they get it. Contrast that with something like Java or even Rust where, despite the other complexities, it's pretty clear what the data is and how it is stored.
Re: Lambda School leaked documents show poor performance over the last two years
#57Re: Lambda School leaked documents show poor performance over the last two years
#58In their eagerness to disrupt traditional education, all these programs forgot that the one single thing that makes traditional university education succesful is teaching people with aptitude and drive. To get accepted and graduate from a reputable university you have to get good results in standardized tests and work your self through multiple courses for at least 3 years. That by itself doesn't mean anything but th…
I can't speak to the quality of the people who are attending these bootcamp programs (I wouldn't at all be surprised that most of them aren't "successful" for a variety of reasons) but as far as traditional university education being "successful", there are tons of university graduates who have little to show for it except a piece of paper and a load of student debt. A lot of kids today go to university because they'…
I think the tech industry needs to realize that their talent needs can't be solved this way. We need a more proactive and consistent system to identify potential and educate students. I think VC money creates incentives that impact quality, so for starters we should be thinking of these businesses as real non-profit organizations. Not wannabe mega tech corps.
Re: Lambda School leaked documents show poor performance over the last two years
#59Re: Lambda School leaked documents show poor performance over the last two years
#60Earlier quoted context omitted.
One huge mistake I think a lot (but not all of) the bootcamps are making is taking the easy route of simply using JavaScript to teach both frontend and backend. JavaScript is a TERRIBLE first programming language. I usually have to spend 2-3 sessions per mentee explaining the idiosyncrasies of JavaScript, where some of the OOP concepts actually come from, and how things work in other languages to put into context the…
JS is a small language when you consider the core of constructs which are in use today. I'd ballpark JS to be around 80-120 "constructs", which will differ based on how you divide semantic and conceptual units of learning. I'd ballpark Go to be around 80-120 as well. A junior developer who is just learning how to code will not deal with all of JS historical baggage; they will deal with historical JS when joining a la…