r
2025
Adventures In Scaling Shiny: Lessons Learned Building DynastyProcess
·1 min
talks
r-in-production
shiny
videos
r
A talk given at Shiny in Production 2024 about DynastyProcess and all the things it has taught me about scaling apps in production.
2024
DSLC Slack: Debugging Netlify Deploys
·2 mins
dslc-slack
q-a
r-in-production
r
A quick example of reading through automated deploy logs, finding the relevant errors, and triaging a fix - transcribed from the DSLC Slack Community help channels
The Beginner Data Science Programming Book That Doesn't Exist (Yet?)
·5 mins
free-ideas
learning-programming
r
Free idea: the beginner book that doesn’t exist yet (but should) is one that introduces programming via language-agnostic, domain-specific case studies that complement existing resources on learning programming.
2023
tidyr pivot trick: names_to -> .value
·7 mins
r
r-tips
A tidyr tip for extracting data from column names that I’ve used and shared a
lot, now transcribed from Twitter
Effective Logging Strategies
·1 min
talks
r-in-production
shiny
videos
r
A talk given at Jumping Rivers’ Shiny in Production 2023 conference on effective
logging strategies for R and Shiny.
Debugging Shiny Apps
·1 min
talks
shiny
r-in-production
videos
r
A talk given virtually at Shiny Conf 2023 on some effective patterns for
debugging Shiny apps
2022
blogdown, distill, and personal websites with R
·3 mins
r
Some thoughts on blogdown, distill, and getting started with your first website in R
2021
Setting Up Your Own Shiny Server
·1 min
tutorials
r-in-production
shiny
r
videos
A tutorial on setting up your own Shiny Server
Wrangling JSON and Lists
·1 min
tutorials
r-tips
videos
r
A tutorial on wrangling JSON and lists into tibbles
Web Scraping with rvest
·1 min
videos
r-tips
tutorials
r
A tutorial on scraping with rvest and browser dev tools