$ cat programming.md
Programming
Programming is part of how I think about platform and delivery work. I use application code, scripting, and infrastructure definitions together to reduce toil, improve consistency, and make systems easier to evolve.
Where code shows up in my work
- Application and service development in languages such as Java, Groovy, and Python.
- Infrastructure automation with Terraform and Ansible.
- Shell and PowerShell scripting for operational workflows and team enablement.
- Build and release automation that turns manual runbooks into repeatable processes.
mindmap
root((Domain))
[Applications]
(Java)
(Groovy)
(Python)
[Infrastructure]
(Terraform)
(Ansible)
[Automation]
(Bash)
(PowerShell)
(Python)
(Groovy)
The tooling changes from project to project, but the pattern stays the same: use code to create leverage, reduce risk, and give teams reliable building blocks they can reuse.