Containers for Non-Technical Readers With Podman DesktopA decade ago, when containers were the hot new thing in town, learning about them required lots of command typing on the terminal. These days, thanks to tools like Podman Desktop, the task is oh so much simpler than ever. In this article we’re going to learn some common container technology concepts, using the visual user interface of Podman Desktop to help us during the process.
Hugo in DevOps ModeAs I explained last week I have been updating this website in various ways; I removed the downloadable PDFs, then added privacy-friendly analytics, and finally, I set up a scheduled pipeline in GitLab to automatically build and deploy this website every Friday morning.
GiteaGitHub, Bitbucket, GitLab; they are not the only solutions available to share Git repos with your friends and colleagues.
Memories of Centralized SCMsIt might sound incredible to younger developers out there, but there was a time when Git did not exist.
Git for Non Technical ReadersIf you are in the business of software, sooner or later you will hear people talking about Git, GitHub, or GitLab.
GitIf you haven’t tried git, you should. Git is a “distributed version control” system, that is, similar to Subversion with the big difference that… you do not need a server.