Skip to content

ryanvarley/data-leaders-handbook

Repository files navigation

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/.

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.

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, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

This is done automatically through Cloudflare Pages.