Tag: Cloud
-
Kali Linux in the DigitalOcean Cloud
Posted on July 3, 2019, Level beginner Resource Length short
Tutorial by Thomas d'Otreppe about installing custom image of Kali Linux on DigitalOcean. DigitalOcean is a cloud provider similar to AWS, Microsoft Azure, Google Cloud Platform, and many others. They offer instances, called "droplets", with different Linux distributions such as Debian, Ubuntu, FreeBSD, etc. Similar to AWS, DigitalOcean has datacenters around the world and sometimes multiple datacenters in each country.
Tags cloud infosec servers
-
Migration to GCP: Getting started
Posted on July 2, 2019, Level advanced Resource Length long
This document helps you plan, design, and implement the process of migrating your workloads to Google Cloud Platform (GCP). Official Google guide published on their cloud solutions blog.
Tags cloud google servers
-
Exploring container security: Encrypting Kubernetes secrets with Cloud KMS
Posted on June 20, 2019, Level intermediate Resource Length short
At Google Cloud, they care deeply about protecting your data. That's why Google encrypts data at rest by default, including data in Google Kubernetes Engine (GKE). Guide focusing on containers security directly from Google.
Tags cloud servers google infosec
-
Getting started with OpenSSL: Cryptography basics
Posted on June 19, 2019, Level beginner Resource Length medium
Good primer on the cryptography topic. Aimed at anybody in need of a primer on cryptography basics, especially regarding OpenSSL. By Marty Kalin.
Tags infosec cloud servers
-
Serverless local development
Posted on June 15, 2019, Level intermediate Resource Length medium
A guide from the pen of Gareth McCumskey on super hot topic of serverless Developing Serverless applications is a very different way of building applications we've been building for decades now.
Tags serverless programming cloud azure aws
-
How to staff the hybrid cloud
Posted on June 9, 2019, Level beginner Resource Length long
Sandra Gittlen wrote this piece about challenges hybrid cloud pose for IT departments. IT leaders share their advice for getting network and infrastructure teams ready for hybrid cloud environments.
Tags management cloud fintech software
-
Tips and tricks for developing a serverless cloud app
Posted on May 24, 2019, Level beginner Resource Length short
An article by Miles Buckley and with contribution by Sebastian Hesse about how to pursue serverless cloud app development. As organizations search for flexible and scalable data solutions, the pull for going serverless has never been stronger.
Tags serverless devops cloud
-
9 headless CMS options for your JAMstack site
Posted on April 30, 2019, Level beginner Resource Length long
An article by Nebojsa Radakovic from bejamas.io, in which author shares their experience with the headless CMSs they used so far on about 30 JAMstack projects. JAMstack is a modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
Tags web-development open-source cloud
-
Lambda deployment frameworks compared
Posted on April 19, 2019, Level intermediate Resource Length medium
A comparison piece by Yan Cui about underlying plumbing when deploying Lambda function to AWS. One needs to be able manage the configuration for functions as well as other related resources such as API Gateway, CloudWatch log groups and IAM policies.
Tags serverless aws web-development cloud
-
The good and the bad of Google Cloud Run
Posted on April 14, 2019, Level beginner Resource Length short
Ben Kehoe wrote a blog post which is a general critique of Cloud Run relative to FaaS and managed API services -- and how this is different from AWS Lambda.
Tags cloud google serverless aws
-
Comparing serverless architecture providers: AWS, Azure, Google, IBM, and other FaaS vendors
Posted on April 12, 2019, Level beginner Resource Length long
This is comparison between the largest serverless vendors (and some open source alternatives) has all the right metrics. From the pen of Ihor Lobastov published in March 2019.
Tags cloud web-development serverless apis
-
Replicating success of REST in Event-Driven Architecture
Posted on April 6, 2019, Level beginner Resource Length medium
Fran Méndez is author of this piece about Event Driven Architecture (EDA). He explores similarities between Representational State Transfer) (REST) and EDA. It worth noting that REST APIs are still the dominant application integration paradigm today.
Tags devops web-development cloud distributed