No Clocks

No Clocks

2707 bookmarks
Custom sorting
How To Use git with Multiple Remote Repositories
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.
·cloudsavvyit.com·
How To Use git with Multiple Remote Repositories
DB Connection Pools: Essential Knowledge for Web Developers
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.
·mobisoftinfotech.com·
DB Connection Pools: Essential Knowledge for Web Developers
What is a fast-forward merge in Git?
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 ...
·tutorialspoint.com·
What is a fast-forward merge in Git?
Some Dockerfiles for Building R Package Binaries
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.
·mdneuzerling.com·
Some Dockerfiles for Building R Package Binaries
12 Factor CLI Apps
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…
·medium.com·
12 Factor CLI Apps
How To Use AWS Secrets Manager To Auto Rotate Database Secrets
How To Use AWS Secrets Manager To Auto Rotate Database Secrets
How To Use AWS Secrets Manager To Rotate Database Secrets. In this AWS Secrets Manager demo we are are to see how to set up AWS Secrets Manager to work with an AWS RDS Database to rotate AWS Secrets. In this tutorial, you will follow the steps to create a secret for an AWS database and configure the secret to rotate on a schedule. You trigger one rotation manually, and then confirm that the new version of the secret continues to provide access. We will create a MySQL database for this aws secrets tutorial and then we will use the Secrets Manager console to create your secret and populate the secret with the initial user name and password for your MySQL database. We will then use your new secret to test the credentials and ensure you can use them to connect to your database and then setup and test the rotation. You can follow along with the instructions from this AWS Secrets Manager video here: https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_db-rotate.html See how to create and connect to a MYSQL database to complete step 1 of this tutorial here:https://youtu.be/0VTaSbpMLxc AWS Database And Storage Full Playlist: https://youtube.com/playlist?list=PLJjrxjvQuqgAff6KvuPPXCACbBp5z3WaY Watch the full AWS SysOps Administrator/DevOPS Full Playlist: https://youtube.com/playlist?list=PLJjrxjvQuqgCgfcmYTlWNptIh7hZ8ka7Z ++++++For more information on how to successfully migrate applications to the cloud read our latest book Stress Free Cloud Migration. ----------https://amzn.to/3lTTz0J ****For more cloud consulting inquiries email info@rmstechnologyconsulting.com or visit www.rmstechconsulting.com Don't forget to hit the like button and subscribe if you found this video helpful! New videos added weekly. Submit video ideas in the comments below.
·youtube.com·
How To Use AWS Secrets Manager To Auto Rotate Database Secrets
GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: 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 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...
·github.com·
GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: The source code for the AWS Lambda tutorials on the Worn Off Keys YouTube channel.
Solution Architecture Patterns
Solution Architecture Patterns
Reusable, vendor-neutral, industry-specific, vendor-specific solution architecture patterns for enterprise
·chanakaudaya.github.io·
Solution Architecture Patterns
AHK Generator
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.
·ahkgen.com·
AHK Generator
Using tags in Obsidian
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
·chrisbowler.com·
Using tags in Obsidian
Docker and Kubernetes | Docker
Docker and Kubernetes | Docker
My Workplay on Docker and Kubernetes. Ref : https://github.com/Rohithv07/DockerCasts
·rohithv07.github.io·
Docker and Kubernetes | Docker