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…
One nice thing about software is that you can self-teach to a significant degree. But you probably need some basic aptitude and you need a huge amount of self-motivation. And, as you say, you probably want to structure your learning in a way that works for you.
Lambda School leaked documents show poor performance over the last two years
41–50 of 412 posts
Re: Lambda School leaked documents show poor performance over the last two years
#42In 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…
> one single thing that makes traditional university education succesful is aptitude and drive. Networking, connections, and (external) credentialism?
I think the post you responded to was talking about the latter type of “success” at universities, but both are valid metrics of success.
Re: Lambda School leaked documents show poor performance over the last two years
#43It 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…
One nice thing about software is that you can self-teach to a significant degree. But you probably need some basic aptitude and you need a huge amount of self-motivation. And, as you say, you probably want to structure your learning in a way that works for you.
You need this to be successful at anything. My cynical take is most people aren't, and see programing as some get rich quick scheme. If they did have these qualities they for the most part would already be successful
Re: Lambda School leaked documents show poor performance over the last two years
#44It 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…
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…
Re: Lambda School leaked documents show poor performance over the last two years
#45We all know that kid who would learn stuff regardless of what environment he was put in, and his opposite. And then probably a fair few in the middle where the environment actually matters.
When you're looking at outcomes, how do you know which school is worth paying for? I'm facing this issue myself right now for my primary school kids.
The big issue statistically is selection. For an analogy, think of cars. Are Volvos safe, or do they just attract safer drivers? It's not impossible to tease out from stats in principle, but has anyone done it? With schools it's even worse. Is one school in a richer area? What about the cost, that will skew selection too? Does one school use an entrance exam? And the really big one, does a school kick out underperformers?
With respect to coding schools you have to wonder whether the "best" students are already creamed off by universities, such that Lambda School and their like are really just salvaging a few people who fell into unfortunate circumstances and are trying to help themselves out. Along with some unfortunates who are never going to be coders but buy the premise that you can be taught these things in a short period of time, you just have to pay.
In any case it seems like they are forced to produce numbers quite fast for business reasons, and this has caused them to present the stats in the most positive light possible. The virus situation is not an entirely crazy excuse, but it will be interesting to see what happens.
Re: Lambda School leaked documents show poor performance over the last two years
#46Re: Lambda School leaked documents show poor performance over the last two years
#47Re: Lambda School leaked documents show poor performance over the last two years
#48Earlier quoted context omitted.
> one single thing that makes traditional university education succesful is aptitude and drive. Networking, connections, and (external) credentialism?
Networking and connections get university students good jobs. Aptitude and drive are what makes them good at those jobs. I think the post you responded to was talking about the latter type of “success” at universities, but both are valid metrics of success.
Re: Lambda School leaked documents show poor performance over the last two years
#49Wonder if Austen is gonna make an appearance and say hes happy to answer any questions
Re: Lambda School leaked documents show poor performance over the last two years
#50It 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…
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…
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 large historical codebase. A junior developer will also not be dealing with the different quirks arising from different browser runtimes. These are concerns for businesses who already have products.
But a Student does not encounter these things while learning and writing greenfield apps. Otherwise we are advocating for a student to learn an additional "learning" language. That sounds ideal for a 4 year university program.