Tutorials

Determining A User's Source Cookie Tracking using Segment

In this post I describe how to determine the source of a user (google ads, bing ads, facebook ads, organic search, email campaigns, etc.) using segment.io

Finding and Indexing Columns Across Entire Postgresql Database, Easily

In this post I provide a query that generates SQL statements to easily index identifier columns in your postgresql database.

Replicating Aurora MySQL Database to Aurora Postgresql with pg_chameleon using Docker

Need to replicate a MySQL database to Postgres? This blog covers all the steps to get this working.