As anyone who follows me closely knows, (meaning I am the only one who knows) I have 3 domains and 2 blogs. That isn’t to say that I am a prolific web personality with lots of interesting content and large audiences for my blogs. Rather is is to say, domains used to be cheaper, and… Continue reading Using Claude Code to Update My Domains
Category: DevOps
What is this CI/CD thing? Let’s do a tutorial!
Well, according to Wikipedia, CI/CD is: In software engineering, CI/CD or CICD generally refers to the combined practices of continuous integration and either continuous delivery or continuous deployment. CI/CD bridges the gaps between development and operation activities and teams by enforcing automation in building, testing and deployment of applications. So, of course I get what… Continue reading What is this CI/CD thing? Let’s do a tutorial!