All Stories

Using MFA/2FA with AWS CLI/CDK and 1Password for MacOS

When you’re using AWS on the CLI or with the CDK, you have to set up your credentials and you commonly have an Access Key and a Secret Key. Those...

Trying to Get Down to the Heart of the Matter

As engineers, it’s easy to get lost in the weeds. We dive deep into solving problems, chasing edge cases and perfect logic, but sometimes forget to focus on the core...

Setting up GPG signing on Mac

Setting up GPG signing on Mac

Hot Dog Vending Machine in Go

Hot Dog Vending Machine in Go

Rethrowing Errors for Proper Stack Trace

Rethrowing Errors for Proper Stack Trace

ES6 Command-Line Parsing

ES6 Command-Line Parsing ECMA Script has come a really long way and continues to add more great features. A lot of them borrowed from functional languages and libraries. Typically there...