Tag: Cloud
-
Two-Factor Authentication (2FA) for SSH with Google Authenticator
Posted on June 18, 2020, Level beginner Resource Length short
If you've ever signed up for a Google, Github, or Twitter account then you've likely come across two-factor authentication. Adding in two-factor logins to SSH then seems like a no brainer. It provides a much-needed extra security layer on an otherwise very vulnerable port of entry to your server. By serverauth.com.
Tags infosec google cloud app-development
-
Build your first data warehouse with Airflow on GCP
Posted on June 2, 2020, Level intermediate Resource Length medium
What are the steps in building a data warehouse? What cloud technology should you use? How to use Airflow to orchestrate your pipeline? By Tuan Nguyen.
Tags google cloud gcp big-data cio data-science
-
How does public key encryption work? | Public key cryptography and SSL
Posted on June 1, 2020, Level beginner Resource Length short
Public key encryption, also known as asymmetric encryption, uses two separate keys instead of one shared one: a public key and a private key. Public key encryption is an important technology for Internet security. By cloudflare.com.
Tags infosec web-development cloud devops
-
Healthcare analytics platform reference architecture
Posted on May 23, 2020, Level intermediate Resource Length long
This document explains the architecture of the healthcare analytics platform—a set of tools on Google Cloud that helps you process clinical and operational healthcare data—to researchers, data scientists, IT teams, and business analysts. By cloud.google.com.
Tags gcp google software-architecture cloud infosec devops
-
Utilising hashes in Hiera to reduce code complexity
Posted on May 5, 2020, Level intermediate Resource Length long
Darren Gipson wrote this piece about their effort to standardize the Puppet code design. They have moved as much of the data layer as possible to Hiera. Hiera is a built-in key-value configuration data lookup system, used for separating data from Puppet code.
Tags devops cloud cicd web-development
-
How open-source medicine could prepare us for the next pandemic
Posted on May 3, 2020, Level beginner Resource Length long
The old drug discovery system was built to benefit shareholders, not patients. But a new, Linux-like platform could transform the way medicine is developed—and energize the race against COVID-19. By Ruth Reader, writer for Fast Company.
Tags miscellaneous cio agile cloud data-science
-
How to work from home: 20 tips from people who do it successfully
Posted on March 27, 2020, Level beginner Resource Length long
Working from home is awesome ... right up until the cat throws up on your computer. And your neighbor, who you can only assume is building a time machine, starts firing up all sorts of power tools and noisy machinery across the street. Written by Erik Devaney.
Tags agile career cloud distributed
-
Get started quickly with kubernetes logging
Posted on March 14, 2020, Level intermediate Resource Length medium
An article about how to get started with logging in Kubernetes. This topic is quite extensive as there are many components to consider before having a complete perspective of what's happening inside your applications. By Erin Baez.
Tags cloud devops kubernetes containers software-architecture
-
Deploying complex apps to AWS with Terraform, Ansible, and Packer
Posted on March 7, 2020, Level intermediate Resource Length long
An article about how author has recently helped a client migrate a set of complex Ruby on Rails applications to AWS, deploying across multiple environments and regions. By Jake Morrison.
Tags devops aws cloud kubernetes ansible
-
5 DevOps challenges to overcome to gain productivity
Posted on March 3, 2020, Level beginner Resource Length short
DevOps brought the development community to the agile era where multiple teams can work in a collaborative environment sharing their skills, knowledge and development responsibilities. But for the same reason, making the DevOps process more productive became more important than ever before. By Atman Rathod.
Tags devops cloud teams cio agile
-
3 strategies for migrating from Wordpress to JAMstack
Posted on February 25, 2020, Level beginner Resource Length long
Brian Rinaldi published this article in which he describes the strategies for migration to JAMstack from an existing CMS architecture.
Tags javascript web-development open-source cloud
-
AWS Lambda vs. Azure Functions: 10 major differences
Posted on February 24, 2020, Level intermediate Resource Length medium
Since 2014, the serverless model has taken off, and every major cloud provider has introduced its flavor of an FaaS service: Azure Functions, Google Cloud Functions, and IBM Cloud Functions, to name a few. By Mikhail Shilkov.
Tags aws azure serverless cloud