Earlier quoted context omitted.
I think people underestimate how difficult it is to teach yourself, especially when there are so many different ways to learn and a million different paths to take. One of the most important parts of bootcamps, in my mind, is that all of the curriculum is there, in the right order, and on a set schedule. When I taught myself to program I probably spent 80% of my time finding the right resources and understanding what…
It's difficult to make an argument for bootcamps, though, when they won't teach you most of what you'd need to know either. The curriculum is typically focused around a single tech stack (many teach Mongo for unfathomable reasons), leaving students ill prepared for the workforce. Debugging? How to sort a lidt efficiently? What is a hash? All of these are arguably critical to understanding simple, common code; you'd b…
Could be because many startups used to use Mongo. Not sure about current state of affairs, but somewhat recently, plenty of them did. One of the stated reasons was "schemaless", and other might have been scaling. I don't necessarily agree with either, because it can depend on a lot of factors, and scaling may not be the first thing that a startup should plan for. Just saying what I've heard/read.