Total 49 Posts

Cloud

Azure from an AWS World

Coming from an AWS background, when I was asked to help out on a project…

Read More


Jan 12, 2023 4 min read

Jonathan Scharf

AWS

A Primer on Snowflake Stored Procedures

Snowflake is a data warehouse-as-a-service hosted completely in the cloud. For a Snowflake Primer, take…

Read More


Jul 05, 2022 14 min read

Pooja Krishnan

Cloud

Bridging the Gap Between Business Leaders and Digital Transformation

"We believe that every industrial company will become a software company." - Jeffrey R. Immelt,…

Read More


Feb 16, 2022 4 min read

Sam Portillo

Cloud

Kubernetes Tutorial #1: Intro

Intro DevOps Engineers have moved from on-premise, monolithic applications to large-scale application systems in the…

Read More


Oct 12, 2021 5 min read

David Elizondo

Kubernetes

Microsoft Azure, as seen by Developers

This article is intended for developers who are new to Microsoft Azure cloud. It is…

Read More


Apr 14, 2021 9 min read

Alban Versaveau

Azure

Sync Two S3 Buckets Using CDK and a Lambda Layer Containing the AWS CLI

The AWS Command Line Interface (CLI) [https://aws.amazon.com/cli/] is a great tool…

Read More


Apr 08, 2021 4 min read

Theo LEBRUN

Cloud

The Trusty Bucket - Access Control Lists

"Just stick it in an S3 bucket." It is a line I have heard countless…

Read More


Mar 30, 2021 8 min read

Brian Knight

Cloud

A Beginner's Guide to AWS Cloud Architecture

This is a high-level overview about the most foundational and important pieces that make up the AWS cloud. Some prior knowledge of IP addresses would be beneficial, but not crucial.…

Read More


Mar 17, 2021 5 min read

Nima Binayifaal

AWS

Distributed Tracing using AWS X-Ray

As monoliths have been replaced by microservice applications, growing in size and complexity, the challenge…

Read More


Mar 08, 2021 6 min read

Amine Ouali Alami

DevOps

The Trusty Bucket - Introduction and Basics

The first of an ongoing series about S3 at Amazon Web Services. This post introduces the basics of the service.…

Read More


Feb 19, 2021 5 min read

Brian Knight

AWS

Process CSVs from Amazon S3 using Apache Flink, JHipster, and Kubernetes

Apache Flink [https://flink.apache.org/] is one of the latest distributed Big Data frameworks…

Read More


Feb 04, 2021 6 min read

Theo LEBRUN

Data Streaming

In Real Life - Amazon Web Services: Identity Access Management

A Quick Note about In Real Life Digital concepts can get confusing for a lot…

Read More


Dec 14, 2020 6 min read

Matt Reed

AWS

How to SSH Reverse Tunnel to a Remote DB Server in an AWS Private Subnet using an EC2 Bastion Jump Host

Do you have publicly inaccessible database that you need to SSH into? Using SSH Reverse Tunneling, aka SSH Reverse Port Forwarding, you can securely connect to the database without directly opening it up to a vector of attack.…

Read More


Dec 07, 2020 4 min read

Nima Binayifaal

AWS

Tips and Tricks for Manually Scaling a Global DynamoDB Table from an AWS Lambda

Objective Write an AWS Lambda that manually scales a global DynamoDB table Why? DynamoDB tables…

Read More


Dec 01, 2020 3 min read

Dennis Sharpe

AWS

How to Connect an AWS API Gateway to a Private VPC Using an ALB

AWS and API Gateway The AWS ecosystem provides developers and system administrators with many tools…

Read More


Sep 28, 2020 9 min read

Juan Manuel Carnicero Vega

Cloud