(no title)
sean2 | 6 years ago
I also helped a person go from zero knowledge of programming to pumping out android games in a month of self study. So I know that smart, motivated people can get pretty far pretty fast. In regards to your point, I don't think this person knows UML or ever learned big O notation, but this person was able to gain the skills required to do what they wanted, plus some pro-programmer friends and stackoverflow to fill in the "semi-arcane knowledge" when required.
_hardwaregeek|6 years ago
> front-end developers
I suspect this is part of the issue. Plenty of people believe that front-end is easier or lesser than back-end, and therefore can be learned quickly. Lots and lots of terrible front-end code has taught me that this is not true. Good front-end developers are really hard to find and subpar ones can lead to horrible user interfaces and direct impact to the bottom line. Even if we're talking the most minimal of front-end stacks, i.e. HTML, CSS and JS, which, I'm not even sure people hire for anyways, there's a lot of subtle issues with accessibility, responsive UI, writing halfway decent JS, etc. If we add on the various libraries (a sign of a good developer is also knowing when to use these libs and when to avoid them), then the amount of knowledge required is far far more than 9 months can provide.