Home » Automation
Authoring infra-as-code with Azure Bicep - Chapter 4
Azure Bicep is the new language in town that offers user-friendly features to quickly deploy resources in Azure. It is a Domain Specific Language (DSL) that offers more than 250 resource types and supports all the versions of…
Read More »What is trending with DevSecOps in 2023?
“DevSecOps” - one of the trending topics this decade, of course for some it is a major milestone to be achieved in 2023. It is the next logical step once teams get compliant with DevOps. I did talk…
Read More »Self-servicing: empowering teams!
These days organizations are focusing on “self-servicing”; a way to empower teams. In fact many software companies have defined their own versions or are evolving on what is well known as “self-service catalog”. These self-service catalogs (that are…
Read More »How to retrieve Jira Cloud issues using JQL and Python?
JQL stands for Jira Query Language and is a powerful tool to extract values. While working on the Jira interface, it is easy to leverage JQL. What if we need to retrieve the issues using JQL BUT through…
Read More »How to use BitBucket Server APIs to get file contents?
Setting the context BitBucket (BB) is an Atlassian product, a git-based source control repository. It has a user-friendly interface that allows users to view their repositories, commits, pull requests, anything and everything related to source code changes. The…
Read More »