generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.qmd
112 lines (75 loc) · 5.41 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
title: "Shiny in Production: Tools and Techniques"
format:
html:
css: youtube.css
link-external-newwindow: true
---
## Overview
:::{.callout-tip collapse="true" title="Watch the video!"}
```{=html}
<br />
<div class="embed-youtube">
<iframe src="https://www.youtube.com/embed/MlRwhDYI5Ec" width="750" height="563"></iframe>
</div>
```
<br />
:::
Shiny brings tremendous possibilities to share innovative data science workflows with others inside an intuitive web interface. Many in the Shiny community have shared effective development techniques for building a robust application. Even with the best intentions before sharing your application with others, a myriad of issues can arise once it leaves the confines of your machine. In this one-day workshop, you will implement core techniques to account for common scenarios that arise as your application is used in production, such as accounting for thousands of simultaneous users, how effective profiling can address performance bottlenecks, and ensuring your application is doing as little as possible to ensure a smooth and responsive experience.
## Logistics
The workshop will start at 9 AM and end at 5 PM, with multiple coffee breaks and a lunch break. All materials for the course will be viewable online at [posit-conf-2023.github.io/shiny-r-prod](https://posit-conf-2023.github.io/shiny-r-prod) and hosted on GitHub at [github.com/posit-conf-2023/shiny-r-prod](https://github.com/posit-conf-2023/shiny-r-prod). For real-time messaging, we will be using the `shiny-in-production-tools-and-techniques` within the Posit Conf 2023 Discord. Additional details for onboarding will be sent prior to the workshop.
## Is this workshop for me?
This course assumes intermediate knowledge of building Shiny applications in R and prior experience deploying an application to a platform such as the shinyapps.io service or products like Posit Connect. This workshop will be appropriate for you if you answer yes to any of these questions:
* Have you had a Shiny application work just fine on your machine, but encounters critical issues after deployed to a hosting platform?
* Are you willing to prospectively implement techniques before deployment to plan for the unexpected?
* Do you want to know the potential pitfalls within various deployment platforms?
* Do you want to employ best practices for structuring your application source code and dependencies?
## Prework & Setup
You can find complete details on the required pre-work and setup instructions at the [setup](setup.qmd) tab.
## Workshop Instructors
### Eric Nantz
:::: {.columns}
::: {.column}
![](images/enantz.jpg){width=80%}
:::
::: {.column}
Eric Nantz is a director within the statistical innovation center at Eli Lilly and Company, creating analytical pipelines and capabilities of advanced statistical methodologies for clinical design used in multiple phases of development. Outside of his day job, Eric is passionate about connecting with and showcasing the brilliant R community in multiple ways. You may recognize his voice from the [R-Podcast](https://r-podcast.org) that he launched in 2012. Eric is also the creator of the [Shiny Developer Series](https://shinydevseries.com) where he interviews authors of Shiny-related packages and practitioners developing applications, as well as sharing his own R and Shiny adventures via livestreams on his [Twitch channel](https://twitch.tv/rpodcast). In addition, Eric is a curator for the [RWeekly project](https://rweekly.org) and co-host of the [RWeekly Highlights podcast](https://rweekly.fireside.fm) which accompanies every issue.
:::
::::
### Mike Thomas
:::: {.columns}
::: {.column}
![](images/mthomas.jpeg)
:::
::: {.column}
Mike Thomas is the Chief Data Scientist at Ketchbrook Analytics, with background in credit risk modeling, regression & time series forecasting, machine learning, recommendation engines, and natural language processing. Mike has extensive data visualization experience across a variety of software products and technologies and is passionate about reproducibility and following healthy software development practices in data science. In addition, Mike is a co-host of the [RWeekly Highlights Podcast](https://rweekly.fireside.fm).
:::
::::
## Workshop TAs
### Joe Cheng
:::: {.columns}
::: {.column}
![](images/jcheng.jpg){width=80%}
:::
::: {.column}
Joe Cheng is the Chief Technology Officer at Posit and was the original creator of the Shiny web framework, and continues to work on packages at the intersection of R and the web.
:::
::::
### David Granjon
:::: {.columns}
::: {.column}
![](images/dgranjon.jpg){width=65%}
:::
::: {.column}
David Granjon works as a Lead Shiny Developer at Cynkra. He is the founder and maintainer of the open source [__RinteRface__](https://rinterface.com/) organisation. He wrote __Outstanding User Interfaces with Shiny__, a CRC press [book](https://www.routledge.com/Outstanding-User-Interfaces-with-Shiny/Granjon/p/book/9780367643652), available [online](https://unleash-shiny.rinterface.com/).
:::
::::
### Ryan Johnson
:::: {.columns}
::: {.column}
![](images/rjohnson.jpeg){width=65%}
:::
::: {.column}
Ryan Johnson was previously a research microbiologist and now is a data scientist at Posit. After years of working with high-throughput genomic data, he transitioned into a data science advisory role with Posit PBC. He lead workshops, webinars, and content creation to help data enthusiasts worldwide improve their workflows.
:::
::::