mirror of https://github.com/dapr/docs.git
Add presentations section (#1480)
* Add presentations section * Delete old presenations section * Update presention name * Add Ignite 2021 link
This commit is contained in:
parent
4a1ae02f19
commit
789475857a
Binary file not shown.
|
@ -1,20 +0,0 @@
|
|||
# Dapr presentations
|
||||
|
||||
Here you can find previous Dapr presentations, as well as a PowerPoint & guidance on how you can give your own Dapr presentation.
|
||||
|
||||
## Previous Dapr presentations
|
||||
|
||||
| Presentation | Recording | Deck |
|
||||
|--------------|-----------|------|
|
||||
| Ignite 2019: Mark Russinovich Presents the Future of Cloud Native Applications | [Link](https://www.youtube.com/watch?v=LAUDVk8PaCY) | [Link](./PastPresentations/2019IgniteCloudNativeApps.pdf)
|
||||
| Azure Community Live: Build microservice applications using DAPR with Mark Fussell | [Link](https://www.youtube.com/watch?v=CgqI7nen-Ng) | N/A
|
||||
|
||||
There are other Dapr resources on the [community](https://github.com/dapr/dapr#community) page.
|
||||
|
||||
## Giving a Dapr presentation
|
||||
|
||||
- Begin by downloading the [Dapr Presentation Deck](./Dapr%20Presentation%20Deck.pptx). This contains slides and diagrams needed to give a Dapr presentation.
|
||||
|
||||
- Next, review the [Docs](../README.md) to make sure you understand the [concepts](../concepts) and [best-practices](../best-practices).
|
||||
|
||||
- Use the Dapr [quickstarts](https://github.com/dapr/quickstarts) repo and [samples](https://github.com/dapr/samples) repo to show demos of how to use Dapr
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Giving a presentation on Dapr"
|
||||
linkTitle: "Presentations"
|
||||
weight: 1500
|
||||
description: How to give a presentation on Dapr and examples
|
||||
---
|
||||
|
||||
We welcome community members giving presentations on Dapr and spreading the word about all the awesome Dapr features! We offer a template PowerPoint file to get started.
|
||||
|
||||
{{< button text="Download the Dapr Presentation Deck" link="/presentations/dapr-slidedeck.zip" >}}
|
||||
|
||||
## Giving a Dapr presentation
|
||||
|
||||
- Begin by downloading the [Dapr Presentation Deck](/presentations/dapr-slidedeck.zip). This contains slides and diagrams needed to give a Dapr presentation.
|
||||
- Next, review the docs to make sure you understand the [concepts]({{< ref concepts >}}).
|
||||
- Use the Dapr [quickstarts](https://github.com/dapr/quickstarts) repo and [samples](https://github.com/dapr/samples) repo to show demos of how to use Dapr.
|
||||
|
||||
## Previous Dapr presentations
|
||||
|
||||
| Presentation | Recording | Deck |
|
||||
|--------------|-----------|------|
|
||||
| Ignite 2019: Mark Russinovich Presents the Future of Cloud Native Applications | [Link](https://www.youtube.com/watch?v=LAUDVk8PaCY) | [Link](/presentations/2019IgniteCloudNativeApps.pdf)
|
||||
| Azure Community Live: Build microservice applications using DAPR with Mark Fussell | [Link](https://www.youtube.com/watch?v=CgqI7nen-Ng) | N/A
|
||||
| Ready 2020: Mark Russinovich Presents Cloud Native Applications | [Link](https://youtu.be/eJCu6a-x9uo?t=1614) | [Link](/presentations/2020ReadyCloudNativeApps.pdf)
|
||||
| Ignite 2021: Mark Russinovich Presents Dapr v1.0 Release | [Link](https://youtu.be/69PrhWQorEM?t=3789) | N/A
|
||||
|
||||
## Additional resources
|
||||
|
||||
There are other Dapr resources on the [community](https://github.com/dapr/community) repo.
|
Binary file not shown.
Loading…
Reference in New Issue