REST APIs with Flask
![No Clocks](https://rdl.ink/render/https%3A%2F%2Fup.raindrop.io%2Fcollection%2Fthumbs%2F433%2F749%2F60%2F1720207928241.png?mode=crop&width=32&height=32&dpr=2)
No Clocks
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...
Determining system dependencies for R projects
Locking down R package dependencies and versions is a solved problem, thanks to the easy-to-use renv package. System dependencies — those Linux packages that need to be installed to make certain R packages work — are a bit harder to manage. Option 1: Hard-coding The easiest option is to hard-code the system dependencies. I did this recently when I was creating a Dockerfile for a very simple Plumber API: RUN apt-get update -qq && apt-get -y --no-install-recommends install \ make \ libsodium-dev \ libicu-dev \ libcurl4-openssl-dev \ libssl-dev My Dockerfile used only three R packages and so its system dependencies were not complicated.
Some Dockerfiles for Building R Package Binaries
I went down a strange path recently, trying to compile binaries of R packages for Linux. I’m not sure why — this area is pretty much covered by the RStudio Package Manager. I’ll leave my Dockerfiles here in case they’re of any use to a future wayward R programmer. The intention here is to build a Docker image that can build an R binary with the below command. I’m trying to build x86 binaries on my ARM Macbook, so I’m specifying the platform during both build and run.
R on AWS Lambda with Containers
AWS has announced support for container images for their serverless computing platform Lambda. AWS doesn’t provide an R runtime for Lambda, and this was the excuse I needed to finally try to make one. An R runtime means that I can take advantage of AWS Lambda to put my R functions in the cloud. I don’t have to worry about provisioning servers or spinning up containers — the function itself is the star.
r-on-lambda/Dockerfile at main · mdneuzerling/r-on-lambda
An attempt to get an R runtime and function working on AWS Lambda using a container. - r-on-lambda/Dockerfile at main · mdneuzerling/r-on-lambda
Awesome R Shiny
A collection of awesome rShiny packages, tools, addons and examples
12 Factor CLI Apps
CLIs are a fantastic way to build products. Unlike web applications, they take a small fraction of the time to build and are much more…
Placing an R Lambda Runtime in a Container
lambdr
GitHub - dpastoor/awesome-shiny: A (somewhat) currated list of resources for R Shiny
A (somewhat) currated list of resources for R Shiny - GitHub - dpastoor/awesome-shiny: A (somewhat) currated list of resources for R Shiny
GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: The source code for the AWS Lambda tutorials on the Worn Off Keys YouTube channel.
The source code for the AWS Lambda tutorials on the Worn Off Keys YouTube channel. - GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: The source code for the AWS Lambda tutorials on the Wo...