GJdan
@GJdan@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on What helps people get comfortable on the command line? 1 year ago:
This. I used to also keep a notebook with me and jot down the commands I used often. Eventually I learned other ways to jolt my memory and learned to use man. As time went by I used my notebook less and less.
- Comment on What's your favorite CICD tool? 1 year ago:
We have strict data sovereignty requirements, so we do a lot of self hosting. We are also a kubernetes shop, so we’ve been using the Argo-CD / Argo Workflows combo. I quite like it, there’s a lot of freedom to spin up and container and do anything you want in it while passing results to the next step, it might be too much freedom for some folks though. CD systems have some variety to them since there’s so many ways to deploy code, but CI systems all feel pretty similar to me.