Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codepo8/new-developer-evangelism-handbook
(Under construction)
https://github.com/codepo8/new-developer-evangelism-handbook
Last synced: about 1 month ago
JSON representation
(Under construction)
- Host: GitHub
- URL: https://github.com/codepo8/new-developer-evangelism-handbook
- Owner: codepo8
- Created: 2014-09-24T22:16:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T17:51:06.000Z (over 9 years ago)
- Last Synced: 2024-08-05T22:38:51.498Z (5 months ago)
- Homepage:
- Size: 2.45 MB
- Stars: 33
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Developer Evangelist Handbook
> This is the source code for the [Developer Evangelism online book](http://developer-evangelism.com).
## Setup
Install [GitBook](https://github.com/GitbookIO/gitbook) via NPM:
```sh
$ npm install -g gitbook
```## Usage
You can serve a folder as a book using:
```sh
$ gitbook serve book
```Or simply build the static website using:
```sh
$ gitbook build book
```## Roadmap
- [x] [Introduction](book/README.md)
- [x] [Defining developer evangelism](book/definition.md)
- [x] [Remove the brand](book/brand-and-competition.md)
- [x] [Work with your own company](book/internal.md)
- [x] [Prepare for outreach](book/outreach.md)
- [x] [Get speaking opportunities](book/speaking-opportunities.md)
- [ ] [Deliver a talk or workshop](book/delivery.md)
- [ ] [Write great posts and articles](book/writing.md)
- [ ] [Write excellent code examples](book/code.md)
- [ ] [Prepare great slide decks for presentations](book/slides.md)
- [x] [Record your output](book/record.md)
- [x] [Know and use the (social) web](book/web.md)
- [x] [Work with the conference buzz](book/conferences.md)
- [x] [Additional presentation tips](book/tips.md)
- [x] [Thanks!](book/thanks.md)## License
Licensed with Creative Commons, which in this case means:
* You can use and redistribute the book - please tell everybody about it.
* You can not use the book for commercial purposes - for example sell trainings or workshops with it.
* You can however use it in company internal training - and I would love to hear about that.
* You must mention that the information you use is based on this book and its author.
* You must not change the book's content and redistribute it without the author's consent.