R-universe: personal package repositories for R!

No Clocks
Home
Stored Procedure in SQL Server with R Code
In this article we will explore how to create custom stored procedures using R which is basically an R function that can be called from a SQL Server stored procedure.
How To Use git with Multiple Remote Repositories
git can be configured to push and pull from many locations at once, enabling you to store your code on two different platforms while only maintaining one local copy. Here’s how to set it up.
Pull Request Flow with usethis - Garrick Aden‑Buie
Choose your own adeventure and get in the 'usethis' pull request flow with this flow chart.
Joseph DiCastro: Data Engineering & Data Visualization
Docker Usage in 'The Flask Mega-Tutorial' by Miguel Grinberg - A Review
managing r with rprofile renviron rprofile site renviron site rsession conf and repos conf
RStudio Package Manager
REST APIs with Flask
What is a domain?
Appsilon Shiny Dashboard Templates
Download free Shiny dashboard templates from Appsilon. Select a ready-to-go template and customize it to add your unique style.
Microsoft SQL Server — SQLAlchemy 1.4 Documentation
Creating a plugin for Obsidian.md
A writeup about the process taken to create a plugin for note app Obsidian.md.
Silver am s93 96 2013
Code & secret management best practices [2020] - GitGuardian Blog
Storing and managing secrets like API keys and other credentials can be challenging. Here are some of the best practices to help keep secrets and credentials safe.
https://indrajeetpatil.github.io/awesome-r-pkgtools/
GitHub - tecladocode/python-refresher: A Python refresher section for all our courses
A Python refresher section for all our courses. Contribute to tecladocode/python-refresher development by creating an account on GitHub.
Beginner Python Course | Beginner Python Course
A beginner Python programming course to help you get started!
DB Connection Pools: Essential Knowledge for Web Developers
Typical data-driven web apps need a Database (DB) connection to render almost every page or to serve every API call. For scalability reasons, Web Server and Database servers are hosted on different Machines.
Features - SQLAlchemy
SQLAlchemy - The Database Toolkit for Python
Python Beginners — Python Beginners documentation
jq Manual (development version)
dbatools
the community's sql powershell module
How YOU create a script package for PowerShell gallery
TLDR; this article covers how to build a package for the PowerShell gallery. This is a great way to share your scripts and modules with others. You want to help the community, right? Of course, you do Here's the steps we are about to take: Author script. First you need to create a script. In this ...
What is a fast-forward merge in Git?
Fast forward merge can be performed when there is a direct linear path from the source branch to the target branch. In fast-forward merge, git simply moves the ...
Git fast forwards and branch management | Bitbucket Cloud
In certain situations, Git does a fast forward when you merge a branch that is ahead of the branch you have checked out. Learn more here.
GitHub - thebioengineer/dockyard: Tools for building and working with docker containers in R
Tools for building and working with docker containers in R - GitHub - thebioengineer/dockyard: Tools for building and working with docker containers in R
getsysreqs/get-sysreqs.R at main · mdneuzerling/getsysreqs
Determine system requirements from R packages using the RStudio Package Manager. This is a weekend project, not a real package, so please think twice before using it for anything serious. - getsys...