Hi HN,
I’m curious to hear from the community about the skills that you think are currently underrated in the tech industry. We often hear about the importance of programming languages, frameworks, and data science, but what are some of the less talked about skills that have a big impact?
Whether it’s a soft skill, a niche technical expertise, or a particular approach to problem-solving, I’d love to learn about what you think makes a difference but doesn’t get enough attention.
Looking forward to your insights!
It can go the other way too... which are those that won't ask for help after exausting days of effort on what may/should be a simple answer.
Aside from this, but similar and related is the understanding of what you're using. The tools, system and projects. Too many times I'll see devs re-create something that's already in the box, or easily put into the box. This includes adding massive libraries to a given project (how many date-time libraries do you need). Take the time to look at the build scripts, docker files, and project dependencies list. More so, if you're using a UI component library, spend the hour or so familiarizing yourself with the example pages demonstrating the library so you at least know what's there.