
My Kubernetes setup
My CICD setup is to leverage GitHub workflows fed by secrets and vars from my springcloudconfig server. ...

Multi Project Deployer - 100% LLM generated source code
This application’s source code was generated ENTIRELY by LLM. It is the inspiration for my initial post. It was built over the span of 3 days and it helped me understand and begin to define & refine an initial set of LLM Augmented Software Development guidelines. The project’s goal is to allow a single command to provision/de-provision a whole environment and by running pulumi up/pulumi destroy/pulumi refresh on a set of projects while factoring in dependencies between those projects. ...

Software Development with LLM
LLM is a game changer for software development. We have now arrived at the inflection point with LLMs, as I’ve been able to use it to generate complex software with it. It helped design, troubleshoot and generated 100% of the code. You read that right… 100% of the code. I’m sure I’m not the only one who has accomplished that, but it’s not THAT common. My prior attempts to use LLMs to build software always eventually failed get the code to coalesce to a codebase that can actually compile & run. You run into so many dead ends requiring a lot of rework. ...