I currently own 3 domains, one of which you are visiting now. Another domain I own is much less useful, and really was the result of a joke. I have until now hosted it on a Windows Server, and wanted to move it to Azure. It isn’t a very complicated as it is just a… Continue reading TWRAM
Tag: learning
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!