TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to guarantee success at a new job as a Senior Software Engineer?

2 pointsby muramiraover 8 years ago
Just got an offer for a new job as the Senior Software Engineer. What should my first 30 days look like? What did you do to ensure success?

2 comments

itamarstover 8 years ago
You say &quot;the Senior&quot;, so maybe this also means being in charge of other people? If it&#x27;s just individual contributor, comment from emeraldd is good advice.<p>If you&#x27;ll also be a team lead, <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Behind-Closed-Doors-Management-Programmers&#x2F;dp&#x2F;0976694026&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Behind-Closed-Doors-Management-Progra...</a> is good book to read on management.<p>Also: spend the first 30 days just listening as much possible, not making suggestions. If there are things that need improving go and try to improve them directly yourself, or do it afterwards. But if there are problems make sure you spend the time to figure out <i>why</i> people are doing bad things, and don&#x27;t just criticize.
评论 #12922982 未加载
emeralddover 8 years ago
* Learn as much as you can about the system and the currently running stack, deployment model, and dev environment. As a corollary, make sure you can bring a clean stack up on a dev machine, as isolated from prod as possible, by hand. Or as close to by hand as is practical. I&#x27;ve found this to be very important to understanding how things actually work in an application.<p>* Figure out who are you goto people to find out information about the system and the stack.<p>* Figure out who your &#x27;users&#x27; are so you know who to ask about actual use cases or end user testing.<p>* Dive in bug fixing, the deeper the dive the better. The more time you can spend in the code base exploring and the faster you get into it the faster you figure out what the real structure is.<p>At least that&#x27;s my starting point. For me, the big thing to remember is that applications are applications and business processes are business processes. It&#x27;s all about pipelines that process customers&#x2F;students&#x2F;data&#x2F;whatever and spit them out the other end.<p>Edit: formatting.
评论 #12914395 未加载