|
|
|
|
|
by ycskyspeak
4330 days ago
|
|
I know a close friend who went to coding school. She basically wanted to change her career and this was a good way of going about it. Coding schools are usually worth it if you are 1. Motivated enough to make it work - There will be a lot of long hours and toil. You will be trying to cram in a 4 year degree in a 3 month course so be prepared. 2. Question the logic - Programming languages came from humans and not the other way around. So there will be a distinct train of thought to how a system works. Never shy away from asking this. Never shy away from asking the seemingly dumb questions. You will be much more comfortable with a scenario if you know the mechanics of how something works 3. Focus on system design instead of UI - UI and UX experience correlates strongly with experience. System design experience (how do i code this particular component?, Design patterns etc) is contingent on you having strong fundamentals. So focus on that. It will make you a good engineer and not just a coder. Lynda etc is very self driven and you dont get to have the same immersive experience a la General Assembly. If you do go the Lynda route, try out something like AirPair to complement the experience. |
|
Sorry, but this is ridiculous. What you learn at a typical "coding school" and what you learn at university is almost completely orthogonal. Coding schools are focused on teaching practical skills, while academic courses are focused on teaching theoretical foundations.
The former usually makes more employable than the latter. Many university graduates are missing the practical knowledge/experience with technologies that are used in the industry. Not having the theoretical foundations is fine for 80% of the jobs out there, which involve "applying" some kind of web framework.
However, there are many jobs (often with higher pay) that require theoretical knowledge (algorithms, low-level architecture, statistics and machine learning, distributed system) that are not taught at coding schools, but part of a standard university curriculum.