Ask HN: What skills do self-taught Web Developers commonly lack?
1–10 of 12 posts
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#2Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#3Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#41) Computer Science theory and concepts. I might know some buzzwords but I didnt initially understand things in depth. It took time working on projects to start grasping them.
2) Perspective on the industry. People get so caught up in language and framework wars. It's easy to just take someone's opinion and run with it. After a while you realize that there isn't really a right or wrong and focus on learning underlying concepts.
3) How to keep cool under sudden pressure. Releasing a bug into prod would scare the hell out of me. Sure, it's never a good thing, but even Apple releases bugs. Taking a second to breathe and calm down can make a huge difference in effectively tackling pop-up issues.
I'm sure I'm missing some but those are the ones that came to mind for me anyways.
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#5Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#6general computer architecture like the max size of an integer. High level languages usually abstract this away. How a whole number is represented at the hardware level.
Edit: sure it's good to know, but that's another question.
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#7general computer architecture like the max size of an integer. High level languages usually abstract this away. How a whole number is represented at the hardware level.
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#8I'd like to add a defiant similar question and an answer to go with it.
What do non-self-taught web developers lack?
Experience :)
Tongue in cheek. I still have gaps all over when it comes to CS, paradigms, patterns, and I'm perpetually at odds with all the tooling around these days.
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#9- SCRUM - it would be hard to teach oneself SCRUM without job environment
- jargon (I didn't know what "pull request" or "ticket" ment before I went to the first job)
- courage, self-assurance (because of lack positive feedback from other programmers - people who learn programming on jobs are in better situation than self learners)
- realism, cynicism (Self taught programmers are sometimes too optimistic or too pessimistic and dont have sense of reality).
Re: Ask HN: What skills do self-taught Web Developers commonly lack?
#10general computer architecture like the max size of an integer. High level languages usually abstract this away. How a whole number is represented at the hardware level.
Genuine question - when would you need to know the int size? When do you think knowing how negative numbers are represented in binary would help a web developer? Seriously curious. Edit: sure it's good to know, but that's another question.
Edit: a Web Developer doesn't need to know it but it's most likely part of a CD curiculem.