Earlier quoted context omitted.
Am I the only one that doesn't see that as unreasonable? It's not like you aren't accruing equity during that time; you still get the full year's worth of options at the 365 day mark. And the ramp-up time with new engineers can be so long that the first year isn't nearly as productive as consecutive ones. A buddy of mine who worked at a giant company (not strictly tech but you'd recognize it) said he heard from his b…
I think we need to consider each company separately. Smaller firms may have smaller codebase and less complex infrastructure and processes to get familiar with. Learning all of that wouldn’t take more than a week or a month, tops. Larger, public companies like FAANGS will often have completely custom stacks, specialized developer tools and a ton of checks before anything you write hits production. Learning to navigat…
DoorDash removing 1-year cliff for equity grants
101–110 of 283 posts
Re: DoorDash removing 1-year cliff for equity grants
#102Earlier quoted context omitted.
I think this is a problem across the industry. Companies don't want to give engineers adequate raises so they get trained as juniors and walk out and get 20-30k raises. So then everyone is only interested in seniors. Senior has all but lost its meaning too... It describes how long you've been in the industry, not if you have the skills to be a technical leader, etc. At larger corps when a senior leaves, you're often…
I don’t think it’s a question of raises, more like they’re just not willing to invest the time. Most non giant companies don’t have good processes for on boarding engineers so it’s mostly yolo. They want engineers to be productive very quickly. Someone just out of college will likely not have the skills required to drive projects on their own to completion without help/supervision. Bigger companies have pretty great…
But it's not always that easy. If you're a small company still looking for product-market fit or doing a fair bit of greenfield development, there's just not much work for a junior dev to do. These companies aren't all stupid or lazy or discriminating against new grads for some reason.
It's the same reason estimates are hard - we're building brand new things that we've never built before and a lot of the work is in the design. Junior devs need to be told what to do. The architects/senior devs become a huge bottleneck because they can only design so much stuff at once, so until you can find more of them you can't hire more junior devs because there's not going to be anything for them to do. Until you get to a point where you're doing repeatable work or your design/architecture is solidified enough to keep people on the guard rails, there's just not a ton of work for a junior dev to do.
Finally, you also have the issue that a lot of devs don't want to get into any kind of management but they want to be managed by technical people. You end up with a shortage of decent managers (where "decent" means both someone who's ok at the job of management and is acceptable to the team).
If we had more work to give to junior devs we'd happily hire them - they are so much cheaper!
And one other contributing factor is a lack of unions. Say what you will about seniority-based comp/perks, they do make people stay in one job for longer, which makes it more worthwhile to invest in a junior dev.
Re: DoorDash removing 1-year cliff for equity grants
#103It looks like DoorDash just put up a big banner at their front door saying if you want to stay less than a year and still get paid highly apply here. Wouldn't this move incentivize employees seeking short term employment thus diluting stocks given out to existing long term employees?
The number of people looking for full-time jobs and intending to only work for 3-9 months is way less than you think.
Re: DoorDash removing 1-year cliff for equity grants
#104Earlier quoted context omitted.
Browsing /r/cscareerquestions it looks like entry level folks are having a hard time breaking into the industry. Employers are mostly recruiting senior levels it seems.
There are a surprising number of people who graduate CS/CE without writing any meaningful amount of code. To me a decent junior should be able to build a basic Hacker News. There are a lot out there who have never done so much as make a web page with more than copy/pasted Jquery and expect to get jobs.
On the flip side, self taught coders can do pretty much anything with bad form. Although even at my job I find myself doing things with bad form unless the task requires it to be written well.
Re: DoorDash removing 1-year cliff for equity grants
#105It looks like DoorDash just put up a big banner at their front door saying if you want to stay less than a year and still get paid highly apply here. Wouldn't this move incentivize employees seeking short term employment thus diluting stocks given out to existing long term employees?
The number of people looking for full-time jobs and intending to only work for 3-9 months is way less than you think.
Re: DoorDash removing 1-year cliff for equity grants
#106With Google doing front loading(33/33/22/11) and other companies also shifting away from conventional 25% per year vesting to make first few years more attractive, they gotta catch up to stay competitive. Uber recently did the same of removing cliff.
Re: DoorDash removing 1-year cliff for equity grants
#107Earlier quoted context omitted.
Browsing /r/cscareerquestions it looks like entry level folks are having a hard time breaking into the industry. Employers are mostly recruiting senior levels it seems.
> Employers are mostly recruiting senior levels it seems. Because no one is going to hire a junior developer to work remote. The job market isn't especially hot, it's just temporarily distorted in a way that favors more experienced developers.
I think it’s that if you have zero experience, you are a huge unknown. Anything more and work abounds.
Re: DoorDash removing 1-year cliff for equity grants
#108With Google doing front loading(33/33/22/11) and other companies also shifting away from conventional 25% per year vesting to make first few years more attractive, they gotta catch up to stay competitive. Uber recently did the same of removing cliff.
Source on Google doing front loading?
Re: DoorDash removing 1-year cliff for equity grants
#109Earlier quoted context omitted.
Browsing /r/cscareerquestions it looks like entry level folks are having a hard time breaking into the industry. Employers are mostly recruiting senior levels it seems.
There are a surprising number of people who graduate CS/CE without writing any meaningful amount of code. To me a decent junior should be able to build a basic Hacker News. There are a lot out there who have never done so much as make a web page with more than copy/pasted Jquery and expect to get jobs.
In what time period? With what features? With what non functional requirements? Show me a senior who can!
I have a better test for evaluating anyone's skills:
Write a function that puts Strings in an array. Then write another function that goes searching for a string in an array.
Write a unit test to confirm your code is working. Explain what happens to the performance of our code if we can guarantee our array is sorted.
If they can past this test, you're already better than most candidates in my eyes, and it takes about 10 mins to find out.
Re: DoorDash removing 1-year cliff for equity grants
#110Earlier quoted context omitted.
Browsing /r/cscareerquestions it looks like entry level folks are having a hard time breaking into the industry. Employers are mostly recruiting senior levels it seems.
There are a surprising number of people who graduate CS/CE without writing any meaningful amount of code. To me a decent junior should be able to build a basic Hacker News. There are a lot out there who have never done so much as make a web page with more than copy/pasted Jquery and expect to get jobs.