Gabe's Blog

About

Assorted Findings and Musings

5 Posts

Connecting Azure AD and AWS IAM — 04 April, 2020

After being asked about the AD<->IAM SAML flow, I realized I was pretty lost on how to explain exactly how it works. I thought I got the…

Creating this blog — 20 October, 2019

Trials and Tribulations: When creating a blog with Gatsby and setting up the gatsby-plugin-s3 tool, make sure that the acl is set to null…

Passing Promises in JS — 19 October, 2019

When using promises in a JavaScript function that is to be called by another function, make sure the parent function returns the promise…

Athena's JDBC Driver — 08 October, 2019

When using Athena's JDBC driver in a Java project with other AWS libraries, you may face some conflicts with libraries in the com.amazonaws…

Docker Networking — 06 October, 2019

Fun fact I learned about while doing some dev work with Docker where I needed a DB container and app container to talk to each other: Setup…