My name is Mark Chmarny and this is my personal development space. I usually share my longer thoughts on my m.chmarny.com blog, and the shorter ones on @mchmarny on Twitter. Hope to see you there.
Here are few of my recent projects:
- Kubernetes namespace operator applies custom deployments when any namespace in your cluster is labeled with a specific keyword
- Followme charts and monitors your daily Twitter followers/unfollowers across multiple accounts without handing over your account to an on-line service
- 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
- Processing pipeline combining Twitter and cognitive APIs with pub/subs and WebSocket app to monitor topic sentiment
- 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