ryanburgess / engineer-manager

A list of engineering manager resource links.
10.49k stars 627 forks source link

Engineering Manager Resources

Welcome to the Engineer Manager Resources repository! This curated list is designed for anyone in the engineering field who aspires to grow in leadership and enhance their "soft" skills. Whether you're a manager, an aspiring leader, or an individual contributor looking to improve your interpersonal skills, you'll find valuable resources here.

Follow Ryan Burgess on Twitter

What You’ll Find

This repository contains a comprehensive collection of articles, books, podcasts, and other resources that cover various aspects of engineering leadership, including:

Courses

Mentoring

Books

Videos

Podcasts

Articles

Newsletters

Communities

Contributing

  1. Fork it
  2. Run npm install
  3. Add your resource to list.json
  4. Run node index to update README.md with your changes
  5. Create your feature branch (git checkout -b my-new-feature)
  6. Commit your changes (git commit -am "Add some feature")
  7. Push to the branch (git push origin my-new-feature)
  8. Create new Pull Request