Cloud Operations Sandbox

Development
Web framework for R
Web framework for R inspired by express.js
The Twelve-Factor App
A methodology for building modern, scalable, maintainable software-as-a-service apps.
GitHub - Rainbell129/Obsidian-Homepage: A dashboard for your obsidian vault.
A dashboard for your obsidian vault. Contribute to Rainbell129/Obsidian-Homepage development by creating an account on GitHub.
Hyperconverged infrastructure: Where to use it, how to choose it
In a hyperconverged infrastructure, all systems are integrated, aggregated, and software-defined. Here's when to use it and how to choose.
Is continuous delivery only for web companies?
Big tech companies like Google and Netflix aren't the only ones doing it. Here's how non-web companies are taking advantage of continuous delivery.
The path to DevOps: How to prime your pipeline
Moving to DevOps? Here are the resources you need and steps you must to take to turn your development silos into continuous delivery pipelines that bring value.
7 things developers should know about production infrastructure
Here are seven things every developer should know about production infrastructure, to avoid friction when onboarding applications into production.
Prioritizing Agile Infrastructure
Engineering practices such as Continuous Integration, Refactoring, and Unit Testing are key to the success of agile projects, and you need…
Creating a coding standards document
I work in a control systems company, where the primary work is SCADA and PLC, along with other control systems stuff.
Software development is not really something the company does, apart from little
Developer Onboarding Best Practices With 11 Top Tips for Remote Teams | Process Street | Checklist, Workflow and SOP Software
Developer onboarding can be a challenge. Find out best practices to successfully hire, retain, and onboard top talent remotely.
Short Guide for Software Developer Onboarding
Get best practices for onboarding software engineers and how long each part of the onboarding process should take.
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!
The Ultimate Guide to Onboarding Developers: Industry Best Practices
Onboarding new hires requires taking their perspective into account and designing the best possible experience to get your new teammate assimilated and contributing as quickly as possible.
7 Best Practices for Your Developer Onboarding Process
Check out these seven best practices to create a successful developer onboarding process.
Top 10 performance engineering techniques that work
These methodical approaches make load and performance test data analysis so much easier.
Scrum Guide | Scrum Guides
The Scrum Guide provided in HTML format on the web.
6 simple Shiny things I have learned from creating a somewhat small app
I recently built a small Shiny app where I had to search for how to do a lot of things. Here are 6 things I learned doing that. Maybe a Shiny beginner will find something useful in here.
Package Management | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
Upgrade all packages in Python using pip - Studytonight
This article shows different commands to upgrade python packages using pip python package manager.
Flask
Create Python apps from scratch using Flask to build routes, serve assets, and build interactive user experiences.
Owen Vachell
ExampleSite description
Dev Concepts - Software Development e-books
Dev Concepts e-book collection. Your guide to the fundamentals of software development
Obsidian. Getting started
00 - Start here - Obsidian Publish
00 - Start here - Powered by Obsidian Publish.
The Art of Routing in Flask
Empower your Flask application to grow dynamically with intelligent routes and well-structured views.
Connect with Excel - Azure SQL Database & SQL Managed Instance
Learn how to connect Microsoft Excel to a database in Azure SQL Database or Azure SQL Managed Instance. Import data into Excel for reporting and data exploration.
Build an ETL service pipeline to load data incrementally from Amazon S3 to Amazon Redshift using AWS Glue - AWS Prescriptive Guidance
Configure Amazon S3 for optimal performance, and load incremental data changes to Amazon Redshift by building an ETL pipeline in AWS Glue.
Infrastructure as Code, Part One
IaC uses code to provision, configure, and manage infrastructure. In part one of this IaC miniseries, I will introduce you to the basic concepts and explain some of the benefits.
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.