Brian Childress


Copy Data from Postgres to CSV File Using Docker

If you need to export data as a .csv file from Postgres and use Docker, here is a simple command to do just that.


Tools I Use

This is a list of the tools that I use regularly to help make me more efficient and effective.


Connect Auth0 to Azure Active Directory with SAML

Through this article I'll walk through the step required to connect Azure Active Directory to Auth0 using the SAML protocol.


What Does it Mean to be a Senior Developer?

Let's break down some of the qualities that determine if a person is a senior developer.


Configuration and Secrets Management

An evaluation of what information should be stored where, in an effort to improve application security, maintainability, and developer efficiency.


Terraform 403: Access Denied Error

An easy fix for a common error when using Terraform to deploy resources using the CLI.


Application With Identifier Not Found: Azure Error

If you've received the AADSTS700016 error, or something similar, when integrating an application with Azure, here are the steps I've taken to correctly configure the application.


Convert a X.509 Certificate from Metadata

If you need to convert a X.509 certificate to a usable format from metadata, here are some commands and tools that might help.


Getting Bookmarks to Work with Auth0 Login

Users often bookmark the Auth0 login page, but eventually that bookmark no longer works. There's a quick and easy fix.


Encoding / Decoding base64 Strings in the Terminal

Sometimes you need to deal with base64 strings, here are a couple commands that make it easy to encode/decode those strings using the terminal