dP.  .dP .d8888b. .d8888b. 88d888b. d888888b
 `8bd8'  88'  `"" Y8ooooo. 88'  `88    .d8P'
 .d88b.  88.  ...       88 88        .Y8P   
dP'  `dP `88888P' `88888P' dP       d888888P
    
PROGRAMMER /ˈprōˌɡramər/
A person who solves problems you didn't know you had in ways you don't understand.
public wərk snippets contact

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