3 Python templating languages you should (probably) never use
When reaching for a templating language for writing a Python web application, there are an abundance of robust solutions. read...
How does kanban relate to DevOps?
Kanban is nothing new; in fact, it predates most readers of this article. Its age becomes apparent when we add the year Toyota introduced kanban in its main plant machine shop (1953) to the timeline image from our analyzing the DNA of DevOps article. read...
Getting started with Jenkins Configuration as Code
I recently came across Jenkins Configuration as Code (JCasC), an interesting project that uses YAML formats for writing Jenkins configurations. YAMLs have been used in Kubernetes (and OpenShift), Ansible, and many other things. In this article, I will explain how to get started with JCasC. You will need a working Podman installation on your system, so follow Podman’s Getting Started guide if you need to set it up first....