(Re)Introducing the “Solutions” website
Want to share your content on python-bloggers? click here.
At RStudio, we pride ourselves on the quality of our documentation. Our documentation website, docs.rstudio.com, provides detailed information on the installation and configuration of our products.
The documentation for each product is owned by the relevant product team, but we all contribute where necessary. One of the teams that spends the most time in the documentation is our Solutions Engineering team. It’s our SEs job to help our customers get the most from the products they’ve purchased. Oftentimes this help needs to go beyond configuration options and authentication mechanisms and for that, we have the solutions website, solutions.rstudio.com.
The solutions site is home to things like reference architecture patterns, information on other ways to run our software, such as in Docker containers, and great tips on model management, as well as lots more information besides!
The Solutions site has been around for a long time and has already been through several design revisions. Recently though, we decided to bring it into line with our main documentation site, both visually, as well as functionally.
That new design went live a few weeks ago and we’re already hearing great reports from colleagues and customers alike about how much easier it is to use. This new version of the site has a much improved search functionality as well as a simplified layout that makes finding the things that are of interest to you much simpler.
In the background, the site is also easier to maintain, which lightens the burden for the Solutions Engineering team and makes publishing new articles and updates so much more straightforward. We hope you like the new design and that you find the information useful.
Solutions site highlights
Here are some highlights of the content on solutions.rstudio.com:
- Reference architectures – Reference architectures fully diagrammed and explained, showing each product in all of it’s main configurations.
- Using Python with RStudio – A breakdown of all the different ways you can use our products with Python as well as R.
- Programmatic deployment to Connect – Using RStudio Connect’s APIs to publish content.
- Building a slackbot with R and plumber – Integrate a plumber API with your organisation’s Slack instance to harness the power of R from directly within Slack.
- Calling plumber APIs from other languages – Example code in a variety of languages for interacting with a plumber API.
- Scheduling data science tasks – Advice and tips on scheduling using both Linux cron and RStudio Connect.
- Running Dash applications on Connect – Sample Dash content running on RStudio Connect as well as links to example code.
And finally…
For those of you who spend far too much time staring at your computer, we’ve introduced a “dark mode” via the little toggle on the nav bar at the top.
Want to share your content on python-bloggers? click here.