Tim Alby
  • Home
  • About
  • Posts
  • Snippets

Tim Alby avatar
Tim Alby August 17, 2022

Parsing Heroku Logs

Reading the real-time logs on a Heroku application with a lot of traffic is quite difficult. There’s a solution for that, using angle-grinder.

# Heroku # Logs # Cli
Tim Alby avatar
Tim Alby March 11, 2022

Efficient BigQuery Queries via the CLI

A simple command to run SQL in BigQuery on file save.

# Sql # Bigquery # Cli
Tim Alby avatar
Tim Alby April 28, 2021

PostgreSQL Emergency Command

A useful short list of commands to troubleshoot a PostgreSQL database in case of emergency.

# Postgresql # Sql # Cli