Earlier quoted context omitted.
As someone who uses Github and OSS contribution as a strong hiring signal, I'd like to offer an alternative perspective. People who do a lot of personal projects tend to be very good developers, especially when you can see a demonstrated ability to ship. This is also helpful for people who haven't worked at big name companies or don't have degrees from elite universities. I'd happily hire someone with no experience a…
It's just frustrating because not everyone wants to spend 24/7 working at a computer, some of us have other hobbies and prefer to keep a good work/life balance. I already get paid to code 8 hours a day, the last thing I want to do is go home and do it for free. Would an architect get denied employment because they didn't have a "pet project" skyscraper in their backyard to show off?
We Only Hire the Trendiest (2016)
101–110 of 420 posts
Re: We Only Hire the Trendiest (2016)
#102As far as I know, that doesn't stop Google from focusing hiring efforts on top schools.
Anyway, I'm actually wondering about the future. Suppose you are one of the people hired out of school for $200k+. What happens in 10 or 15 years when you are no longer the shiny new thing, don't have the trendy skills, and have been working for boring companies? Do you still command a 2× salary (https://www.ziprecruiter.com/Salaries/What-Is-the-Average-So...)? Reversion to the mean? Salary cuts?
Re: We Only Hire the Trendiest (2016)
#103Earlier quoted context omitted.
As someone who uses Github and OSS contribution as a strong hiring signal, I'd like to offer an alternative perspective. People who do a lot of personal projects tend to be very good developers, especially when you can see a demonstrated ability to ship. This is also helpful for people who haven't worked at big name companies or don't have degrees from elite universities. I'd happily hire someone with no experience a…
People who do a lot of personal projects also tend to be young with minimal outside responsibilities. It is no secret that they are appealing hires - someone who's willing to spend long hours on personal projects is probably also willing to spend long hours on work projects. That's what makes it discrimination.
Re: We Only Hire the Trendiest (2016)
#104Earlier quoted context omitted.
>What's underdressing when it comes to such a startup interview? Flip-flops, jorts, and a cutoff tee that says "GTL" in a neon font of your choice.
> I can assume flip-flops would be a case of underdressing but I think that would be a bit ridiculous for any kind of interview regardless. That's what I said in my comment but would anyone reasonably show up like that in an interview? A suit may or may not be overdressing but flip-flops or anything like that would definitely fall below just "underdressing". It would just be unreasonable and offensive if you ask me (…
I would think so.
As for jacket/tie (or even suit) I take it as signaling that this is a professional interaction that they take seriously and have gone to the trouble of dressing up for. I know I'm not part of SV culture but I can't imagine dinging someone in an interview for dressing up, especially when that would still expected in quite a few places.
I also know a number of people who dress up for speaking engagements and it's just sort of part of their style.
FWIW, last time I interviewed (and took the offer), I wore a jacket and tie to my interviews even though I knew that would be a step up from the business casual or business casual with jeans that the people I'd be talking with would be wearing. I didn't need to and it didn't matter one way or the other but it made sense to me.
Re: We Only Hire the Trendiest (2016)
#105One frustration I've had recently is the number of companies encouraging or requiring code in the public sphere. They want to see open-source contributions or an active and impressive personal github page. If your employer is protective of their IP ( mine is ) and/or you are not willing to spend evenings and and weekends on pet projects, you are out of the running. Also >But if you think programmers aren't elitist, t…
Absolutely - clothes send a social signal that you're a part of the right group. In London you can not get hired in the City for wearing brown shoes. Not because black is the right colour, but because everyone from the social class that they want to hire from knows about the unwritten rule to only wear black shoes. The same goes in SV for Patagonia vests and Allbirds.
Re: We Only Hire the Trendiest (2016)
#106Earlier quoted context omitted.
Why node? 2 reasons: async which C# has too, and coding in just one language. And no, writing backend JavaScript doesn't mean you're better.
You may technically be coding in one language, but JS written for Node looks radically different from JS written to run in the browser. In my experience, there’s rarely more than some small chunks of code that you touch that will run in both environments. If you get some better tooling for multi-language development, it will usually pay off a lot faster than choosing Node for your backend will.
Re: We Only Hire the Trendiest (2016)
#107>When I started programming, I heard a lot about how programmers are down to earth, not like those elitist folks who have uniforms involving suits and ties. You can even wear t-shirts to work! But if you think programmers aren't elitist, try wearing a suit and tie to an interview sometime. Indeed: http://web.archive.org/web/20140618142018/http://blog.42floo...
> Well, dude, no, actually you can overdress for an interview and you just did. Of course I didn’t say it. And we didn’t decline him based on what he decided to wear. We declined on him because he wasn’t a fit for us in many other ways. The suit was just the early give away. Nah. Let's keep ourselves honest. It was the suit; or, at the very least, it was what the suit represented--professionalism that separates priva…
Re: We Only Hire the Trendiest (2016)
#108>When I started programming, I heard a lot about how programmers are down to earth, not like those elitist folks who have uniforms involving suits and ties. You can even wear t-shirts to work! But if you think programmers aren't elitist, try wearing a suit and tie to an interview sometime. Indeed: http://web.archive.org/web/20140618142018/http://blog.42floo...
From your link: "go-out-for-a-beer test" I am sure this is not a literal "going out for a beer", but still it bothers me that it exists and is called that way. I am 40yo (still junior though as I started learning to code at 37) and I don't drink. I like to work on startups because I like to be generalist and solve problems that impact the fate of the company. So I always work with a lot of young people that like to g…
“Let's be clear, I will turn down a beer any day of the week!”
— https://web.archive.org/web/20130413021020/http://ryanfunduk...
Re: We Only Hire the Trendiest (2016)
#109I worked on a big C# system with hundreds of windows servers, developed on Visual Studio etc. It was an awesome project and everything worked like clockwork. However there are very few projects using that technology so when I wanted to move I had trouble getting interviews. I'm now working with a very fashionable tech stack, its horrible, infrastructure is regularly broken, people can't trace problems easily, our fun…
Re: We Only Hire the Trendiest (2016)
#110Earlier quoted context omitted.
Why node? 2 reasons: async which C# has too, and coding in just one language. And no, writing backend JavaScript doesn't mean you're better.
You may technically be coding in one language, but JS written for Node looks radically different from JS written to run in the browser. In my experience, there’s rarely more than some small chunks of code that you touch that will run in both environments. If you get some better tooling for multi-language development, it will usually pay off a lot faster than choosing Node for your backend will.
You just have to keep an eye on your client bundle size if these shares functions ref something like underscore, moment or something like that where you’re pulling in the entire thing for one function. I’m aware you can just pick pieces with {} and import, but not everyone is aware and often require the entire thing.