3 followers
Generalizing Specialist - that's just hyperbole for "jack of all, master of some". Dev for 20+ years with curiosity still intact.
While working on creating training material on Azure IaC using Terraform, I created a small demo project to create an Azure AKS cluster from scratch...
For past few days, folds were stuck in my head for some reason and needed some unfolding 😃. I did so and below is the summary of my understanding for...
I fancy myself as a bit of a polyglot when it comes to programming languages. I have used a few over the years. More recently, I have been playing...
Azure Kubernetes Service (AKS) makes use of many core Azure resources to provide the necessary functionality. In this post, we'll take a look at how...
Some time ago, I played around linux primitives that power containers and documented my learnings on Github. Hope it proves useful to someone trying...
Here is a docker-compose yaml file to start a two Kafka cluster and kafdrop ui for a quick local development setup. # STARTING UP: docker-compose up...