The article started well, but degenerated into a laundry list. A list that contains everything is barely helpful.
Effective Technical Leadership
11–20 of 20 posts
Re: Effective Technical Leadership
#12Fantastic article. Reading it felt like I was reading a guide on how to become a better coder. Sidenote: I'm sure to want to reread this in the future. What terrifies me about Medium is that if I'm flipping through my notes, say 5 or 10 years from now, will this link still work?
Re: Effective Technical Leadership
#13Re: Effective Technical Leadership
#14The point about prioritizing clearing road-blocks for your team cannot be underestimated, but, in my experience, with a serious caveat: - Unless your SURE you have the time, do not put the technical task onto yourself, try to redirect. I've made that blunder over and over again: saying "heh, I'll hack this little bit up tomorrow", and in the middle of planning, helping other people and so forth you postpone, losing t…
I can't upvote you more than once, so I'll add an "amen" and a personal experience. A while back a company where I'd been doing contract web dev work had a dual account/project management role come open and offered it to me. I'd done some client-facing work for them before and freelancing on my own, so I thought "How hard could it be?" Two things I didn't know when I said yes: * how much work there was for the small…
http://www.paulgraham.com/makersschedule.html
It's true all over
Re: Effective Technical Leadership
#15The point about prioritizing clearing road-blocks for your team cannot be underestimated, but, in my experience, with a serious caveat: - Unless your SURE you have the time, do not put the technical task onto yourself, try to redirect. I've made that blunder over and over again: saying "heh, I'll hack this little bit up tomorrow", and in the middle of planning, helping other people and so forth you postpone, losing t…
Re: Effective Technical Leadership
#16Fantastic article. Reading it felt like I was reading a guide on how to become a better coder. Sidenote: I'm sure to want to reread this in the future. What terrifies me about Medium is that if I'm flipping through my notes, say 5 or 10 years from now, will this link still work?
Re: Effective Technical Leadership
#17I'd like to differ slightly: the job of a good tech lead is to be an effective first among equals. If you're working on a talented team, there should be no presupposition that the tech lead is necessarily the best developer on it. But you should be good enough to break ties and set direction. I've worked on a lot of teams with talented developers who aren't especially interested in leadership, or former leads who've…
A lot of my job is asking questions, making suggestions and proving (when necessary) that something can actually be done. [I love it when someone utters a phrase starting "There is no way to...."]
Re: Effective Technical Leadership
#18Re: Effective Technical Leadership
#19Re: Effective Technical Leadership
#20This list covers a lot of good ground, one of the smaller but i think important points is this: "simplify". It's part of your job as a tech lead to show your team a simpler route. Simple code reduces complexity, which makes maintenance easier, and can get you to your goal faster. A lot of new to intermediate guys will over engineer a small piece (and i mean that literally, for some reason i've never had the experienc…