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).
> Or that MongoDB's changelog has consisted of standard SQL features Funny, because it's pgsql that added a JSON data type in response to MongoDB and others.
Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
91–100 of 242 posts
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#92I 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…
When they get bored after 6 months, they quit and go somewhere else I thought you had 100% retention rate?
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#93If you can sit back and pick and choose like this, then how does that square with the mythical "shortage of engineers" everyone complains about?
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#94Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#95Earlier quoted context omitted.
Wow, working with Google would be a dream come true for me. However, most of my experience is with Amazon ECS and Docker, tried a bit of Mesos.
? Why is that a "however"? You have bonus points already! Apply and make your dream come true!
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#96I 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…
Where I live (Japan), this is the most common strategy. The best way to get a job in Japan is to tailor your resume in order to show a maximum of loyalty. Anything too far from the norm can be a red flag (like not being married). The best advice to take from your post is to make sure you know which type of company you're applying to. A small bootstrapped lifestyle business probably won't hire like a hot SV funded sta…
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#97I work at SoundHound as a Senior Software Engineer, and take part in interviewing/hiring. Full-stack JavaScript engineers are still in very short supply. Lots of people claim to know JavaScript but many fall short when working across the stack. When I say full-stack, I mean being responsible for building and managing everything the front-end webserver (NodeJS), Database (Postgres/MySQL), and front-end (usually ReactJ…
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've since switched to a personal policy of "no Google stuff on my phone", which means not having access to the Play Store. I haven't checked lately to see if SoundHound is on Amazon's app store (it wasn't when I first checked, but neither were Spotify or TuneIn and now they're both available, so I might go do that).
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#98Intelligence. 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).
What do you put in your job ads? Usually all I see is a list of tech that I haven't had the inclination to learn as it seems like a step backwards for the majority of use cases- e.g. MongoDB in place of relational databases.
Take for example, Walmart Labs move to Node.JS + React [1]. The rationale is quite obvious here. It's a step to distance from the corporate portrayal of "Walmart" and create an image of a nimble, developer-friendly team (There maybe other important reasons, but I'd assume good PR mattered a lot). Contrary to what HN may suggest, the first thing that exhilarates a developer (the early ones to say the least) isn't the business, it's the tech.
[1]: https://blog.hellojs.org/walmart-labs-releases-electrode-mov...
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#99Intelligence. 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).
What's so special about NodeJS: * It has a revolutionary module system (Common JS) witch allows less coupling, more code reuse and better abstractions.
Re: Ask HN: Hiring managers, what tech skills will you be hiring for in 2017?
#100Earlier 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.
Couldn't you say the same thing about C? Or C++? Or really, any language made in the last 3 decades? (Except JavaScript which only got it recently and has several competing module/import mechanisms)
Try building something with SDL on Windows if you want to see this for yourself.