Blog Posts
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…
finding an object in s3 using boto3 without using a list objects method
I've seen quite a few…
always look at expected return types when porting code between languages
01/24/2023 10:11 | Category: lessons
Tags: legacy_codepythongolang
When you're porting a…
cool blog to remember
Just wanted to write this blog down as something that I enjoyed reading. There…
async await inside aws lambdas using python
01/20/2023 15:10 | Category: aws
Tags: pythonlambdaasyncioasynchronous_programmingasync_await
When working with AWS Lambda and asyncio in a Python…
auto committing to git repos and the things we do for love
01/15/2023 23:10 | Category: golang
Tags: linuxgitautomation
Recently my partner lost some files, to…
packaging python into executables across all os platforms
01/06/2023 22:18 | Category: python
Tags: packaginggithub_actions
When working with packaging of Python…
having others reading what you write
Unlike my technical posts/notes this document is more to…
git CLI usage with different working directory
12/28/2022 19:19 | Category: git
Tags: gitversion_control
Just learned that you can call Git from the CLI with…
aws redshift conditionally pausing clusters using Terraform with redshift one time scheduled actions
aws redshift conditionally pausing clusters using Terraform with redshift one time scheduled actions…
terraform variables from local environments to override default behavior
Working with Terraform…