Intelligence. Tenacity. Ambition. Judgement. Bonus points for recognizing the bullshit parade that is the current startup world. e.g.: NodeJS has value, but it's mostly the same wheel we've had for 20+ years. Or that MongoDB's changelog has consisted of standard SQL features for the past five years and that pgsql would have been just fine (had people read some boyce-codd anyhow).
Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
111–120 of 242 posts
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#112FastMail in Melbourne is going to be hiring for skills in three languages: middleware (Perl), frontend (Javascript) and support (English) early next year. It's not so much specific tech skills as attitude. We're strong on pragmatism with a touch of pride in doing it right. Pragmatism without that pride in quality leads to hacks that are unmaintainable - obsession over perfect without pragmatism leads to never deliver…
This website seems to be mostly Californians. (Maybe I need to hang out on Whirlpool more.) Is it worse here or better?
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#113Earlier quoted context omitted.
Just took a look at your company's website. Looks interesting but I am a bit confused. Can you explain what is your product? Not 100% sure I understand.
I believe their original product was a song recognition system similar to Shazam. It looks like they've now expanded to other applications related to audio recognition and processing.
I think they relied on user submissions for that functionality, but if it works it works.
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#114Earlier quoted context omitted.
Just took a look at your company's website. Looks interesting but I am a bit confused. Can you explain what is your product? Not 100% sure I understand.
Once upon a time (and probably still now, though it sounds like they've generalized their idea a bit), SoundHound was a Shazam competitor with a nifty feature where you could sing or hum the song and SoundHound would actually manage to figure out what song you're singing. I definitely preferred it over Shazam by a long shot, but its song database was a bit lacking (or maybe the recognition piece was working too hard)…
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#115Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#116So given that I may likely be hiring in the web and mobile application security spaces again next year (I've _somehow_ filled all of my open positions this year; appsec is difficult to fill with external hires), I'm focusing specifically on three skills: • ability to assess tech/architecture risks in apps • experience in devops automation ("secdevops" if you will) • proven skill in communication regardless of depth T…
What are competitive rates for an appsec engineer? I'm a tech lead who's always been interested in appsec(very passively), but it always seemed like a long journey from here to there. And I was under the impression the rates were pretty similar which made the task seem more daunting.
I can share more detail in private eg on twitter.
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#117I am 100% owner of an internet company making 7 figure profits annually. I am extremely secretive of my business, almost to the point that some would consider a pathology. However, I will divulge my hiring strategy, because even if everyone uses my method, there will still be many employees for me to choose from. I look to hire people who just need a job. People who are qualified, but not overly qualified. People I k…
I understand your reasoning when it comes to well defined business requirements with well defined technical problems. But once the initial set of requirements are done, how do you proceed? I suspect you need at least some amount of overachievers to fill mid-level management roles.
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#1181. Core JavaScript. You should be able to read modern idiomatic JS code pulled from an open source project and explain what it is doing and how you would modify it to add features.
2. Core CSS. You should be able to review Bootstrap source and explain how it works. You should be able to create static HTML/CSS to match UI mockups.
3. Higher level SPA library/framework (e.g. React, Angular, etc). You should be able to demonstrate an understanding of the core concepts of your chosen framework.
I find that these 3 skills are sufficient for productivity in SPA web development.
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#119Earlier quoted context omitted.
here, i'll paraphrase for you, since i'm a "real world" hiring manager as well, with a business that i keep anonymous/secretive on hn. "a reliable person who can actually, really, like, totally for real drive a problem to resolution and then go spend time with family. if there's an emergency, they pick up their phone and try to help." this is a small percentage of the population, but big enough. it's why we (based in…
That's because super "smart" people are taught that they will have 2-3 weeks to prepare for their biggest problems. In real life, big problems happen overnight, and you wake up to shitstorms. That said, some brilliant people emerge from Ivy Leagues, too.
(Not always successfully -- I have to admit -- but I try).
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#120Earlier quoted context omitted.
What's so special about NodeJS: * It has a revolutionary module system (Common JS) witch allows less coupling, more code reuse and better abstractions.
There's nothing "revolutionary" about CommonJS. It's a packaging system that offers simple encapsulation (but so does Java/Kotlin/Scala or C#). There's something different about it, in that it allows concurrent use of different versions--but, frankly, to me that's a demerit, not a positive, 'cause I'd rather keep my dependencies squared away.