From e337af357db5c95ffcaa41d73b26565b7da3b5af Mon Sep 17 00:00:00 2001 From: Ryan Burgess Date: Mon, 5 Jun 2023 19:42:24 -0700 Subject: [PATCH] add sarah drasner's book --- README.md | 1 + list.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index f7dba11..645a718 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ * [The Phoenix Project](https://www.amazon.com/gp/product/1942788290/ref=as_li_tl) - This book teaches about DevOps practices and looks at managing teams from perspective of inputs and outputs. * [The Software Engineering Manager Interview Guide](https://www.amazon.com/Software-Engineering-Manager-Interview-Guide-ebook/dp/B086JMXP28) - Interviewing can be challenging, time-consuming, stressful, frustrating, and full of disappointments. A no-nonsense book about landing an engineering leadership role at a top-tier tech company. * [Smart Brevity: The Power of Saying More with Less](https://www.amazon.com/Smart-Brevity-Power-Saying-More/dp/1523516976) - A book that provides helpful tips for communicating more effectively with less words. + * [Engineering Management for the Rest of Us](https://www.engmanagement.dev/) - A great book by Sarah Drasner dedicated to engineering management packed with a lot of valuable advice ## Videos * [Ryan Burgess' Manager Videos](https://www.youtube.com/watch?v=eRtuBk7GMC4&list=PLoi4aiq4kBvt7gtoWFgp74-8YULZaM9LK) - A YouTube playlist of short video clips that cover a variety of leadership topics focused on engineering management. diff --git a/list.json b/list.json index 70b37e4..0b0428f 100644 --- a/list.json +++ b/list.json @@ -1564,5 +1564,11 @@ "url": "https://www.youtube.com/watch?v=uUPH7-4IwSs&ab_channel=Sharethrough", "reason": "An excellent talk on how to do a better job communicating with your team and partners.", "cat": "video" + }, + { + "title": "Engineering Management for the Rest of Us", + "url": "https://www.engmanagement.dev/", + "reason": "A great book by Sarah Drasner dedicated to engineering management packed with a lot of valuable advice", + "cat": "book" } ]