Welcome to the Engineering Effectiveness Handbook! We are the team of engineering leaders behind Okay and the authors of the first version of this handbook.
After talking to hundreds of engineering leaders, we know 2 things:
- the vast majority of engineering teams want to become more effective
- but not everyone knows where to start
This handbook intends to fill that gap. Our goal is to build the first practical and actionable guide to engineering effectiveness.
We decided to give this work to the community under CC-BY-SA and we welcome contributions, which you can provide in three main ways:
- adding links to our curated list of engineering effectiveness resources
- contributing a chapter or an entire section to the handbook
- improving an existing part of the handbook
All content is in Markdown files under the 📁 content folder.
We hope you'll enjoy reading this handbook!
Install dependencies:
yarn install
yarn dev
This will create the dist/
directory for publishing to static hosting:
yarn generate
To preview the static generated app, run yarn start
For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.