Secrets management is a critical problem for developers, especially for teams adopting DevOps practices. Until recently, it was the IT department who was responsible for the security of applications and passwords. They were the ones who typically delegated privileges…
As you probably know, InterSystems IRIS has a mechanism for auto-generating methods. So, when you create an index in a class, you create methods that make your work easier. There is also a good article on Community that describes such methods. Take, for example,…
ChatOps is about bringing conversations, tools, files, and automation into a single space. Mattermost has a number of plugins that support ChatOps and real-time DevOps workflows through integrations with developer tools like Jira, GitLab, GitHub, Bitbucket, and…
Jira is one of the most popular platforms to plan software development work and to track work. Teams use Jira to create user stories, create and assign tickets, document and track issues and bug fixes, and track the entire development cycle from conception to…
Last time we launched an IRIS application in the Google Cloud using its GKE service. And, although creating a cluster manually (or through gcloud) is easy, the modern Infrastructure-as-Code (IaC) approach advises that the description of the Kubernetes cluster should…