Start-Finishing-Action-Guide.pdf
Push your code and see your builds happening in your terminal with "git deploy"
By extending git on your local machine with just one small Python script, you can see your Cloud Build triggers deployed as you push your code up to GitHub.
Gregory Szorc's Digital Home | The Rabbit Hole of Using Docker in Automated Tests
the cloudyr project
The goal of this initiative is to make cloud computing with R easier, by providing robust tools for working with cloud computing platforms.
R-universe: personal package repositories for R!
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 ...