Code Snippets
A simple python script to check all the services running on a fargate cluster to see if any are need to be upgraded before the March 2026 deadline: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform-version-migration.html
The essential components of a golang "worker pool" using a semaphore channel to control the number of concurrent executions. This is just a basic example to demonstrate the concepts, values of combining (fixed size) queues and goroutines without adding complexity like generics or multiple pools.
Script to quickly launch EC2 instances in a preset VPC, type, etc
How to adjust Softail rear shock preload
The most simple method to post a message to slack via an 'incoming webhook' from PHP