Vim Motions Vim Motions, And their catastrophic flaw Firstly there are some ground rules and background points to be covered before I can outline the catastrophic flaw with vim motions. Vim motions are not vim or... Applications Development Productivity May 3, 2024 Programming
Building Python Scripts as Containerized Applications with Podman Kube Play Introduction: For this post the focus will be on how podman kube play can be used to aid getting a locally running script to a remotes k8s environment using containerization. There is a large amount o... Containerization Development K8s Kubernetes OpenShift Podman Python Jun 2, 2023 Programming
The Configuration Format Now that I have being looking into configurations in application bit and also looking at it from the point of the developer a question has come up. What file format should a configuration file be in. ... Configuration Development Formats Aug 11, 2022 Programming
Environment Variables With time you start to see problems with doing things a certain way. And I have come to see a problem with environment variables. This post will be mostly me bashing on them but I also see how when us... Configuration Development Jul 5, 2022 Programming
Configuration Designs I have being thinking about configurations and who they are used by. It is a user that uses a configuration, but who is the user? This is not talking about what settings a user should be allowed to co... Configuration Design Development Jun 17, 2022 Programming
Good Configurations For a while I have being trying out the terminal Kitty . It is has being a pleasant experience and the clean design makes it so nice to use. Of course I am not a power user yet but everyday I learn a ... Configuration Design Development General May 22, 2022 Programming
Tool Changing It is said that change is a good thing and I agree. Even change for the worse is a good thing. Why? It teaches us what we liked and can drive the want for more change. So changing your tooling, what c... Development Productivity Tooling Feb 20, 2022 Programming
Automating existing process Automation is the best answer, the more we automate the less human effort actions take. I am not going to say the less mistakes are made, as if the automation workflow has a error in the process then ... Automation Design Development Sep 24, 2021 Programming
Forcing yourself to do TDD TDD, test driven development , is the practice of writing failing test before you have working code. This practice helps you to write only the code that is required and while also given other advantag... Development TDD Testing Jul 10, 2021 Programming