Below you will find pages that utilize the taxonomy term “rant”
May 22, 2024
Stop Putting Your CI/CD Code in YAML
Stop putting programming logic in YAML We are developers. We need to stop putting our CI/CD logic in YAML.
Yes, almost everyone does it this way. Yes, github and gitlab (and all the others) want to lock you into their particular syntax so you can’t jump ship easily.
But it’s wrong.
it’s hard to run locally. you’re a programmer, but YAML isn’t a programming language. you’re on the wrong side of history.
read more