Blog Posts

clearing the backlog of notes is difficult

06/07/2023 11:15 | Category: general

Tags: note_takingbacklogs

Having backlogs appears to significantly reduce note…

aws reachability analyzer is worth its weight in gold

06/07/2023 11:09 | Category: aws

Tags: aws_network_managementvpcnetworking

This is a shoutout to the Reachability…

a minimally viable multi az vpc and general network resources

06/07/2023 11:00 | Category: aws

Tags: networkingvpcaws_network_management

Learning about AWS network resources…

restoring redshift spectrum to hot table storage

Creating Redshift Spectrum tables is a great way to…

makefiles as a single source of truth for project commands

06/07/2023 10:46 | Category: applications

Tags: designmono_repoapplication_architecture

I have become more and more enthralled by…

redshift COPY commands can have identity columns

06/07/2023 10:40 | Category: databases

Tags: redshiftetldba

Recently I learned that COPY commandsd can have a…

redshift useful query metrics and logging internal tables

06/07/2023 10:02 | Category: databases

Tags: redshifttuningqueriesdba

Redshift has quite a few internal tables…

terraform documentation generator

02/28/2023 14:30 | Category: terraform

Tags: documentationgenerator

When using Terraform it's great to have documentation on variables…

fixes required for gitlab golang host url changes and nested subgroups

02/15/2023 11:51 | Category: golang

Tags: gitlabgolangvcs

Working with GitLab subgroups…

terraform pattern for service based resource grouping

02/10/2023 20:54 | Category: terraform

Tags: iacservices

When working on large projects it gets a…

removing pycache folders recursively

02/08/2023 12:47 | Category: python

Tags: linuxbashpythonpycache

It gets annoying sometimes dealing with __pycache__/ and it's…

running sed with multiple file names or types

02/01/2023 12:15 | Category: bash

Tags: linuxtipsedbash

When running sed if we have a replacement that is…

testing pattern to follow inside unit tests

01/28/2023 22:19 | Category: testing

Tags: mockspattern

This is a pattern that I use quite heavily when writing…

github reusable workflows and actions are great

01/26/2023 18:20 | Category: cicd

Tags: githubgitcicd

Lately I've been working on creating as close to a…

finding text with line numbers using recursive grep

01/26/2023 13:19 | Category: linux

Tags: greptext_search

A helpful command that I put together to find…

python dataclass inheritance with default values is wonky

01/24/2023 11:42 | Category: python

Tags: dataclassinheritance

Recently I had an opportunity to utilize…

1 2 3 4 5 6 7 8 9 10 11 12 13 14