Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakubsvobodacz/Awesome-Engineering-Manager

πŸ’‘ A curated list of resources for engineering managers.
https://github.com/jakubsvobodacz/Awesome-Engineering-Manager

List: Awesome-Engineering-Manager

awesome-list engineering-management engineering-manager leadership productivity

Last synced: about 1 month ago
JSON representation

πŸ’‘ A curated list of resources for engineering managers.

Awesome Lists containing this project

README

        

# Awesome Engineering Manager
The aim of this repository is to provide a curated list of resources for, beginner as well as seasoned, software engineering managers. The repository will contain links to all interesting resources within categories that are part of the job of an engineering manager - **The Team, The Technology, The Product & The Process**. Contributions and feedback are welcomed!
## Table of Contents
* [The Team](#the-team)
* [The Technology](#the-technology)
* [The Product](#the-product)
* [The Process](#the-process)
* [Personal Development](#personal-development)

## The Team
### Engineering Manager Role
* [Engineering manager vs. tech lead -- which is better?](https://www.rubick.com/engineering-manager-vs-tech-lead/) - discusses where to draw the line between tech lead's and enginering manager's responsibilities
* [Tech Lead vs Engineering Manager πŸ‘‘](https://refactoring.fm/p/the-role-of-tech-leads-and-engineering) - discusses where and how product managers, tech leads and engineering managers overlap in responsiblities and why do we have, in an ideal state, all three roles in place; beware that the article is behind a paywall
* [Gaining a sense of acomplishment as a manager](https://developers.mews.com/accomplishment-as-a-manager/) - sometimes, it is hard to acknowledge whether your work as an engineering manager is actually bringing some fruits; this article helps you with a few tips to gain a sense of acomplishment in your work
* [The Top 3 Challenges of A New Engineering Manager And How To Overcome Them](https://medium.com/@jakubsvobodacz/the-top-3-challenges-of-a-new-engineering-manager-590ac23ec8db) - my summary of the top three challenges of any new engineering manager

### Team Structure
* [How to mix junior and senior engineers on a team](https://leaddev.com/team/how-mix-junior-and-senior-engineers-team) - my thoughts on how seniority plays a critical role in your software engineering team structure where the main idea is to keep a constant inflow of junior profiles that you continuously develop into seniors
* [Dedicated QA vs. Developer/Engineering Testing](https://www.informit.com/articles/article.aspx?p=1984066) - should you have a dedicated QA engineers or should everyone be QA by default in order to properly test their changes
* [How to Build a Great Software Development Team](https://builtin.com/software-engineering-perspectives/software-development-team) - an interview style of article summarizing aspects of building high-performing software engineering teams where hiring the right people with great attitude forms the most important basis
* [Mixing Seniority in Engineering Teams](https://refactoring.fm/p/the-benefits-of-mixed-seniority-in) - Here Luca Rossi takes a look at the differences between juniors and senior from the following angles: skills, processes, hiring and growth space
* [What is the ideal mix of senior to junior developers on a team?](https://softwareengineering.stackexchange.com/questions/775/what-is-the-ideal-mix-of-senior-to-junior-developers-on-a-team) - Interesting thread on software engineering stack exchange debating when to use all junior or all senior teams or what aspects should be considered like time, money, energy and knowledge of the engineers
### Organizational Structure
* [How we design our product organization with DDD and Team Topologies](https://medium.com/peaksys-engineering/how-we-design-our-product-organization-with-ddd-and-team-topologies-9002bbcb70a6) - In this nicely detailed article, the author walks through the process of aligning human and tech parts of the organization. The inspiration is take from the book Team Topologies (also listed below) and principles of DDD
### Recruitment
* [21 Rules of Thumb for Managing Software People and Teams](https://www.informit.com/articles/article.aspx?p=1984066) - really handy summary of short advices to follow across many critical engineering management areas like communication, hiring, delivery, requirements management and many other
* [How to make a job ad that no developer can resist](https://devskiller.com/developer-job-ad/) - highly recommend this article if you are writing your first job ad for a software engineer role; it comes with some foundational advice on what to make sure you include or exclude when forming your job ad

### People Development
* [Software Engineering and IKIGAI](https://jeewanthalahiru.medium.com/software-engineering-and-ikigai-4facafe7e9a7) - Ikigai is a well-known japanese concept of finding the sweet spot of what you are good at, what you love, what the world needs and what can you get paid for; this article aims specifically on a software engineer's ikigai
### Career Track for Software Engineers
* [Etsy Engineering Career Ladder](https://etsy.github.io/Etsy-Engineering-Career-Ladder/competencies.html) - a great example of career progression path from Etsy that is publicly available for inspiration
* [EngineeringLadders.com](http://www.engineeringladders.com/) - great framework that helps out with planning career progression for software engineers
* [Career Ladders from Sarah Drasner](https://career-ladders.dev/) - career framework with examples and descriptions from the author of the Engineering Management for the Rest of Us - Sarah Drasner
* [Career framework inspiration from the world's best companies.](https://progression.fyi/) - many different career frameworks from tech companies all over the world
* [Roadmaps.sh - best practices & roadmaps)](https://roadmap.sh/) - a community effort to create roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings.

### 1-1s
* [How to Have More Effective One on One Meetings with Your Developers](https://waydev.co/one-on-one-developers/) - debates the basiscs of a 1-1 meeting for an engineering manager and his or her report e.g. why to even have 1-1 meeting regularly

## The Technology
### Code Reviews
* [How to build an effective code review process for your team](https://leaddev.com/code-reviews-docs/how-build-effective-code-review-process-your-team) - Talks about two simple steps to improve your code review process - maximize focus on non-trivial issues and set rules on healthy code review culture
* [Google Engineering Practices - How to do a code review](https://google.github.io/eng-practices/review/reviewer/) - A very detailed guide on how to do a code review at Google - it gives good inspiration to set up a good rules, culture and requirements for a code review

### Coding Practices
* [Why You Should Use EditorConfig to Standardize Code Styles](https://www.freecodecamp.org/news/how-to-use-editorconfig-to-standardize-code-styles/) - explains how the EditorConfig file can help to define formatting in your project files and also enforce the standard, so that all team members comply with it

### Architecture
* [Software architecture diagrams as text](https://dev.to/simonbrown/series/7622) - explains how to use Structurizr DSL to code and version control your software architecture diagrams
* [Documenting architecture decisions](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions) - the basics of architecture decision records (ADRs)
* [The Ultimate Guide to Architectural Decision Records](https://betterprogramming.pub/the-ultimate-guide-to-architectural-decision-records-6d74fd3850ee) - more thoughts on architecture decision records (ADRs)
* [Architecture decision record (ADR)](https://github.com/joelparkerhenderson/architecture-decision-record) - more thoughts on architecture decision records (ADRs)
* [What is an Event-Driven Architecture?](https://aws.amazon.com/event-driven-architecture/) - Back to the basics, a nice introduction to event-driven architectures from AWS perspective that further branches into example architecture and use cases when to adopt this architecture
* [Build highly available microservices to power applications of any size and scale.](https://aws.amazon.com/microservices/) - Another great and simple explanation from AWS, this time about microservices

### Version Control
* [Git Branching Strategies vs. Trunk-based Development](https://launchdarkly.com/blog/git-branching-strategies-vs-trunk-based-development/) - Deep dive into the different branching strategies in git specifically the contrast between trunk-based development and git/github flows
* [Comparing Git Workflows: What You Should Know](https://www.atlassian.com/git/tutorials/comparing-workflows) - Similar article like the previous one but has some nice visual explanations showing the branching strategies
* [GitFlow considered harmful](https://www.endoflineblog.com/gitflow-considered-harmful) - interesting perspective on Gitflow being way too complex and unfit for modern software development; I tend to agree to the criticism presented here
* [Git Flow vs Github Flow](https://www.geeksforgeeks.org/git-flow-vs-github-flow/) - this article nicely complements the previous one by simply stating the differences including the branching in visuals

### Observability
* [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) - the main website of a widely used observability framework and toolkit that helps you collect and manage telemetry data like metrics, logs and traces and can be integrated in many widely used tools like Elastic
* [Observability: Building Organizational Understanding](https://www.youtube.com/watch?v=wgZhQtqnGxU&t=1110s) - presentation about observability from the Dash conference that focuses on how to start with observability as well as what culture to establish so that it supports continuous learning in this field
* [o11y.wiki](https://www.o11y.wiki/#/) - nice glossary of all terms related to observability - may be interesting to walk through
* [Charity.wtf](https://charity.wtf/) - founder of honeycomb.io and a well-known persona in the observability space has her own blog where one can find some interesting thoughts on observability - I suggest you use this resource after you gain some essentials as otherwise it is too in-depth thus an alternative might be the below
* [The Evolution of Observability Engineering](https://gotopia.tech/episodes/175/observability-engineering) - a walk through of observability conceptual essentials from the authors of the book Observability Engineering

### AI
* [Awesome Engineering Manager Custom GPT](https://chatgpt.com/g/g-yxX7WC2WG-awesome-engineering-manager) - A custom ChatGPT deployed on ChatGPT Marketplace that provides technical and managerial guidance with a focus on professional development. It is fully familiar with this repository and its contents as well as with all the recommended books

## The Product
### General
* [The Product Trio](https://www.producttalk.org/2021/05/product-trio/) - A short version of what a product trio is and why it is important to have it
* [Refining Product Team Leadership in Software Engineering](https://medium.com/lego-engineering/refining-product-team-leadership-in-software-engineering-49ea582a808b) - My article about how we had to revisit our ways of working in a Product Trio (triarchy) in order to become even more efficient, decisive and supportive for our team
* [Ask the EM: How Can I work Better with My Product Manager, as an Engineering Lead?](https://blog.pragmaticengineer.com/how-engineering-can-work-better-with-product-managers/) - Great article from Gergerly Orosz about how to establish smooth collaboration between product and engineering sides of the organization
### Prioritization & Roadmapping
* [Product Prioritization Frameworks](https://www.productboard.com/glossary/product-prioritization-frameworks/) - Fantastic and contained list of prioritization frameoworks that can help you with decision-making and even though they appear aimed for product managers, they are also very useful for any role
* [Why β€œNow” β€œNext” β€œLater” is one of the best frameworks for roadmapping](https://medium.com/the-creative-strategist/why-now-next-later-is-one-of-the-best-frameworks-for-roadmapping-4d547a2f2692) - Very simple, yet powerful, method to plan your roadmap that does not tie you too much into a project management-like timeline while providing an understanding of what is the product team to do in a foreseeable future
### Objective Key Results (OKRs)
* [How to Make Your Teams Beat OKRs](https://developers.mews.com/how-to-make-your-teams-beat-okrs/) - Amazing guide on how to get the most out of OKRs from Marian Kamenistak, an engineering leadership coach
* [OKRs are hard](https://skamille.medium.com/okrs-are-hard-b4a6a8491af0) - Camille Fournier, author of The Manager's Path, dives deep into why OKRs are sometimes very hard for teams to work with and what are the shortcomings of the OKR system

## The Process
### Engineering Productivity
* [Google - The DevOps Research and Assessment (DORA) - Technical Capabilities](https://cloud.google.com/architecture/devops) - Very thorough guide on various aspects of implementing DevOps capabilities and how they were implemented at Google
* [Velocity in Scrum: How to Measure and Improve Performance](https://www.atlassian.com/agile/project-management/velocity-scrum) - Explains what is team velocity used for and how to calculate it so that you get better insight on your team's performance
* [How Healthy Engineering Teams Invest Their Time](https://devinterrupted.substack.com/p/how-healthy-engineering-teams-invest?open=false#%C2%A7benchmarking-the-investment-practices-of-leading-teams) - Talks about how the Engineering Investment Metrics gives the needed control over how engineering efforts align with business objectives and also give the opportunity to benchmark teams
### Engineering Culture
* [Microsoft - CSE Code-With Engineering Playbook](https://microsoft.github.io/code-with-engineering-playbook/) - Very thorough guide on fundamentals of software engineering culture and practices from an ISE team at Microsoft
* [20 patterns to watch for in your engineering team](https://www.pluralsight.com/product/flow/20-patterns) - Great overview of patterns as well as anti-patterns that you, as an engineering leader, can see on yout team as a whole or on individual engineers and what to do about them
### Agile Methodologies
* [Development that pays (Youtube)](https://www.youtube.com/@Developmentthatpays) - A funky youtube account talking about common challenges with agile in a relaxed yet interesting way
* [Dual-Track Agile](https://www.productboard.com/glossary/dual-track-agile/) - A super-short summary of what is dual track agile and what it is used for
* [Lessons Learned in Dual Track Agile](https://medium.com/gitconnected/lessons-learned-in-dual-track-agile-0a275e558559) - My own article about what lessons did we learn from implementing the dual track agile system in our team and what we plan to do next based on these learnings

## Personal Development
### General
* [How to better organize your time as a new engineering manager](https://leaddev.com/personal-development/how-better-organize-your-time-new-engineering-manager)
### Recommended Books
* [Inspired: How to Create Tech Products Customers Love](https://www.goodreads.com/book/show/35249663-inspired?from_search=true&from_srp=true&qid=xKqWTrRcF0&rank=1)
* [The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change](https://www.goodreads.com/book/show/33369254-the-manager-s-path)
* [Building Great Software Engineering Teams: Recruiting, Hiring, and Managing Your Team from Startup to Success](https://www.goodreads.com/book/show/26341904-building-great-software-engineering-teams)
* [The Making of a Manager: What to Do When Everyone Looks to You](https://www.goodreads.com/book/show/38821039-the-making-of-a-manager)
* [Ask Your Developer: How to Harness the Power of Software Developers and Win in the 21st Century](https://www.goodreads.com/book/show/48716700-ask-your-developer)
* [Engineering Management for the Rest of Us](https://www.goodreads.com/book/show/58502800-engineering-management-for-the-rest-of-us)
* [Radical Candor: Be a Kickass Boss Without Losing Your Humanity](https://www.goodreads.com/book/show/29939161-radical-candor)
* [An Elegant Puzzle: Systems of Engineering Management](https://www.goodreads.com/cs/book/show/45303387)

### Engineering Leadership Communities
* [Leaddev - Learn effective engineering management and leadership](https://leaddev.com/) - Online community with conferences in Europe and US
* [ELC - Home for Engineering Leaders](https://elc.community/) - Online based community with meetups and conferences in US
* [Engineering Leaders CZ](https://talkbase.io/company/engineering-leaders-cz) - In-person based community in Prague, CZ

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

See the explanation of the [MIT License](https://opensource.org/licenses/MIT) here.