https://github.com/ryanvarley/data-leaders-handbook
Great resources to help you be a better leader in Data
https://github.com/ryanvarley/data-leaders-handbook
data-engineering data-science leadership
Last synced: over 1 year ago
JSON representation
Great resources to help you be a better leader in Data
- Host: GitHub
- URL: https://github.com/ryanvarley/data-leaders-handbook
- Owner: ryanvarley
- License: mit
- Created: 2024-12-09T21:40:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T10:18:25.000Z (over 1 year ago)
- Last Synced: 2025-02-12T07:26:34.645Z (over 1 year ago)
- Topics: data-engineering, data-science, leadership
- Language: TypeScript
- Homepage: https://handbook.dataleadership.ai/
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Science Handbook
## About this handbook
Welcome to the Data Leaders Handbook. You have found the source code. If you want to browse the book you are better of using the website at [https://handbook.dataleadership.ai/](https://handbook.dataleadership.ai/).
This is a place I can share resources that I intend to grow and evolve over time. While the intended audience is leaders in data fields like Data Science, Data Engineering and Data Analytics the content should be very relevant to engineering leaders and managers and similar roles.
For now this just contains 1:1 questions but I have plenty more to add in future including questions for interviews, skip levels and feedback. The best way to get updates is to subscribe to the main blog [Data Leadership](https://blog.dataleadership.ai/).
I welcome suggestions and pull requests (though for now I reserve the right to be the sole judge of what gets added).

## This Repo
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Running locally
Install npm and Node >= 0.18
```
npm run start
```
This will serve the site locally so you can see your changes.
### Deployment
This is done automatically through Cloudflare Pages.
PRs will be built and served on private urls.
## Misc
Generate heading ids (for links)
```
npm run write-heading-ids . docs/interview-questions.mdx
```