R Docker tutorial by ropenscilabs

Development
Docker Setup for R package Development
Introduction My Use Case Workflow Building the Docker image Uploading the docker image to Docker Hub Setting up Travis to use the Docker image References Introduction The below summarize the workflow I’ve converged on, after reading through various tutorials on Docker, examples, etc. If you’re here, I presume you have some interest in R package development and/or using Docker, which is a tool for containerizing an environment for running software.
Solution Architecture Patterns
Reusable, vendor-neutral, industry-specific, vendor-specific solution architecture patterns for enterprise
slim-containers/r-shiny at master · slimdevops/slim-containers
Slim.AI Container of the Week Series and Examples. Contribute to slimdevops/slim-containers development by creating an account on GitHub.
Cloud Computing Terms
Expand your technical knowledge. Discover the Microsoft Azure glossary of need-to-know cloud computing terminology.
Practical Advice for R in Production - Answering Your Questions
This is a guest post by Colin Gillespie from Jumping Rivers answering your questions from their most recent series of webinars, Practical Advice for Putting R in Production.
Modern Data Stack - Everything that you need to know!
Resources and tools to help you build and operate a Modern Data Stack!
GitHub - tanho63/fivestars: ⭐⭐⭐⭐⭐ Generates HTML/CSS star ratings
⭐⭐⭐⭐⭐ Generates HTML/CSS star ratings. Contribute to tanho63/fivestars development by creating an account on GitHub.
Using Microsoft365R with Shiny
by Hong Ooi This article is a lightly-edited version of the "Microsoft365R and Shiny" vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your app with AAD Use the app ID to authenticate and get an OAuth token Pass the token to the Microsoft365R functions App registration The default Microsoft365R app registration only works when the package is used on a local machine; it does not support running in a remote server. Because of this, when you...
Express Tutorial Part 7: Deploying to production - Learn web development | MDN
That's the end of this tutorial on setting up Express apps in production, and also the series of tutorials on working with Express. We hope you've found them useful. You can check out a fully worked-through version of the source code on GitHub here.
The Ultimate Developer Onboarding Checklist 2021
When it comes to how to onboard new developers remotely, there's not a magical strategy you can put in place. Here's how do it right!
GitHub - zhongyang219/TrafficMonitor: 这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。. Contribute to zhongyang219/TrafficMonitor development by creating an account on GitHub.
How to start a Node.js project
Sometimes I write blog posts to remind myself what I’ve learned and sometimes I write them because someone else shares something and I want to remember that better. This post is one of the latter.
The Ultimate Guide to Configuring NPM
The Node Package Manager, or npm, is one of the best parts about Node, in my opinion. Package management can really make or break a language, so ensuring that...
12DaysOfChocolatey/New-ChocolateyPackage.ps1 at master · chocolatey-community/12DaysOfChocolatey
Contribute to chocolatey-community/12DaysOfChocolatey development by creating an account on GitHub.
How To Install Office 365 Insider Fast Version — TheSpreadsheetGuru
If you want access the newest Microsoft Office features, you can download the Insider version. This version of Microsoft Office acts as the first public testing grounds for all of the fresh features that have been cooked up over in Redmond. Learn how you can get setup with the Insider Version of Off
What makes a good Progressive Web App?
What makes a good, or great Progressive Web App?
Meetups/2019/11-November/ProfileScripts at master · rtpsug/Meetups
Content from our Online and In-Person Meetups. Contribute to rtpsug/Meetups development by creating an account on GitHub.
Exporting and Importing Credentials in PowerShell - Power Tips - Power Tips - IDERA Community
Credential objects contain a username and a password. You can create them using Get-Credential, and then supply this object to any cmdlet that has the -Credential...
Want to use Microsoft Defender using PowerShell? Here's how.
In this guide, we'll show you the steps to adjust settings and perform common tasks on Microsoft Defender Antivirus using PowerShell command on Windows 10.
AHK Generator
This is a generating configuration utility for AutoHotkey (AHK) scripts. In order to run these scripts, one needs to either download and install Autohotkey from the main website (http://www.autohotkey.com) or have someone who has an install compile the script. Share your configuration by sending the URL to the generated code.
GitHub - nickjj/dotfiles: Settings for various tools I use.
Settings for various tools I use. Contribute to nickjj/dotfiles development by creating an account on GitHub.
Using tags in Obsidian
In a tool like Obsidian, direct, manually created links are the best way to connect your thinking across notes. This is the default behaviour of the Zettelkasten, and I appreciate the emphasis it's given by the folks at Zettelkasten.de. However, I'm also not against using other forms of linking
Getting setup for PowerShell Development
Learn how to configure and setup your computer for PowerShell Development. Start coding PowerShell daily with a few free components and easy configuration.
meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view.
Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view. - GitHub - meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP c...
hosting.analythium.io
You mastered R, Shiny, Python, and Dash. Your app is production-ready. Now learn about hosting options and pick one that best suits your needs!
Docker and Kubernetes | Docker
My Workplay on Docker and Kubernetes. Ref : https://github.com/Rohithv07/DockerCasts
rogerdudler.github.io
Git and Git Flow Cheat Sheet | git-cheat-sheet
:octocat: git and git flow cheat sheet
Why you should use Multi Stage Docker Builds | containers.fan | 🇿🇦
Tutorial on building slim docker images using multstage docker builds.