Ask HN: What tech skill gave you the biggest boost in your career?

6 points by doppelgunner ↗ HN

16 comments

[ 3.5 ms ] story [ 38.1 ms ] thread
Having worked with many different environments/programming languages/tools
Git
You guys downvoted me, but if you can swiftly untangle your own code from someone else's code, you cut out a lot of confusion and long meetings. Maybe you guys like meetings.
> swiftly untangle your own code from someone else's code

How are you doing this with git? Aren't you at the mercy of the committer?

Can confirm. Wrestling with git is a huge pain. Doing it right takes practice and really improves productivity. Doing it wrong is hell.
Maybe not a tech skill, but public speaking. I forced myself to give talks at code camps after recognizing it was a glaring weakness of mine. Was hired by Microsoft as a cloud evangelist as a result. There was also a lot of interest from local companies who sponsor those sorts of events.
Knowing how to communicate both verbally and written, persuasion, talk to “the business”, navigate corporate politics, building networks internally and externally.

I got tired of being the geek that everyone ignored over a decade ago.

Pattern recognition. I don't mean the ability to do regular expressions. I mean the ability to recognize patterns in software development, organizations, and trends in the industry. It helps recognize when you've seen something similar before and know a good approach to dealing with it. This would include design patterns (like Gang of Four), integration patterns, architecture patterns, etc. There are a lot of problems out there that have stable, known solutions to them.
Taking a networking class, I'm still amazed that CS programs don't require it at this point.
The fact that CS programs don’t require this is madness.

I’ve taught software engineers some really simple stuff about networking that really made them better at their jobs. Some successful people seem to lack the first hour of the first networking class.

Being the resident JavaScript/Node expert on my last team put me in a great position for quasi-leadership and opened up some doors later on. The greatest skillset in my tech career has been developing soft skills, especially communication with non-technical audiences. Yes, metaphors and analogies are easy and overused, but using the right ones with the right people can go a long way.
My work basically amounts to having a high frustration threshold. I practice it every day. Oh this is annoying, frustrating, confusing and hard? Great! Don’t let it win.
Linux, but it was 1998. I did a hard pivot from networking stuff, to get into Linux, at the request of my then employer.

Today, I'm kicking myself that I didn't get MUCH deeper into the networking stuff, as I'm in a senior role, and this hurts regularly.