My name is Mark Chmarny and this is my personal development space. I usually share my longer thoughts on my blog, and the shorter ones on @mchmarny on Twitter or Mastodon. Hope to see you there.
Here are few of my recent projects:
- Repo activity monitoring CLI to get aggregated view into PR, issue, and comment events with author's company affiliation
- Reproducible OpenID Connect for GCP to configure Github Workflow using Terraform to push images to GCR
- Multi-region REST service to bootstrap a fully functional service on GCP using Terraform with a developer release pipeline
- Kubernetes namespace operator applies custom deployments when any namespace in your cluster is labeled with a specific keyword
- Hardening Dapr apps example of multi-microservice app with tightly controlled access to secrets, components, and service invocation identity validation
- Scaling Kubernetes deployment based on the depth of a message queue to relief back-pressure
- Fan-out pattern for "broadcasting" single message to multiple configurable types of targets (e.g. Redis PubSub, HTTP, gRPC)
- Continuous deployment using GitHub actions simple pipeline for test, image, and deploy app onto Kubernetes cluster