Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
participant C
participant B
participant A
Note right of A: Some more\n text can go here
```
---
## UML Diagrams
> Easy-as-pie diagrams-as-code
- [Gravizo](https://gravizo.com/): UML inside github
- [mermaid](https://mermaidjs.github.io/): UML library - [live editor](https://mermaidjs.github.io/mermaid-live-editor/#/)
- [JS Sequence Diagrams](https://bramp.github.io/js-sequence-diagrams/)
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
participant C
participant B
participant A
Note right of A: Some more\n text can go here
---
## (ab)Use the cloud
> Host everything online for a no-download, one-click experience
**We want to**:
- Remove the barrier of entry to read our presentations.
- Keep everything in a single file for easy sharing (slack, email, etc)
**How**:
- [Github pages](https://pages.github.com/): Public presentations can be hosted on github pages [for free](https://inakianduaga.github.io/kafka-image-processor/#/)
- [Images & gifs](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/): Upload gif files to a github issue comment and let github store it for you (*warning: always public*).
- [Free CDNs](https://www.jsdelivr.com/): serve any file from any public repo from *github* or *npm*
---
## Putting it all together
> From inception to the cloud
- Dump your thoughts into headers & bullets using markdown (no visual distractions)
- Move into presentation template, split into pages
- Add links/images/screencasts
- Host online & share
- [RevealJS example](https://inakianduaga.github.io/kafka-image-processor/#/)
- [RemarkJS example](https://inakianduaga.github.io/presentations/travisCI/travisCI.html#1)