No Clocks

No Clocks

2698 bookmarks
Newest
Best Practices for Organizing Data on Your Computer | Alexander's Blog
Best Practices for Organizing Data on Your Computer | Alexander's Blog
One of the most common challenges that computer users often face is data organization. I see users with cluttered desktops full of individual files, folders that are duplicated (desktop and default home directory), and users struggling to find their own data which makes content management very difficult. In this article, I will share some guidelines […]
·zubairalexander.com·
Best Practices for Organizing Data on Your Computer | Alexander's Blog
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.
·tidylab.github.io·
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Supplement to Shiny in Production
Supplement to Shiny in Production
This document is full of supplemental resources and content from the Shiny in Production Workshop delievered at rstudio::conf 2019.
·kellobri.github.io·
Supplement to Shiny in Production
Field Guide to the R Ecosystem
Field Guide to the R Ecosystem
This guide aims to introduce the reader to the main elements of the R ecosystem.
·fg2re.sellorm.com·
Field Guide to the R Ecosystem