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
Recently I learned that COPY commandsd can have a…
redshift serverless is poorly documented and difficult to cost analyze
06/07/2023 10:08 | Category: databases
Tags: redshiftdbaserverlesscost_analysis
Cost analysis for determining…
redshift useful query metrics and logging internal tables
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
Working with GitLab subgroups…
terraform pattern for service based resource grouping
When working on large projects it gets a…
removing pycache folders recursively
It gets annoying sometimes dealing with __pycache__/ and it's…
running sed with multiple file names or types
When running sed if we have a replacement that is…
complex sed replace with dry run testing to make sweeping repository changes
Recently I came across…
testing pattern to follow inside unit tests
This is a pattern that I use quite heavily when writing…
github reusable workflows and actions are great
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…
terraform with aws api gateway and aws lambda general flow of resources
01/24/2023 12:48 | Category: terraform
Tags: iacawslambdaapi_gateway
Terraform is a bit unwieldy…
python dataclass inheritance with default values is wonky
01/24/2023 11:42 | Category: python
Tags: dataclassinheritance
Recently I had an opportunity to utilize…