-
DevOpSmartBoard- Multiple Team Capacity
In this blog we will discuss about Multiple Team Capacity reports. This one also is the most demanded report that have been asked by Azure DevOps customer from a long time. Sprint and Capacity Planning is a most sought out feature of Azure DevOps by project managers and companies following Agile or Scrum methodology, this…
-
Key Metrics to Measure DevOps Success
DevOps words means many things to many people and all the definitions might be partly right. DevOps is all about continuously seeking feedback, understanding challenges, and improving the way the software is development, deployed and consumed by end-user. To measure how we are fairing on the DevOps success journey few key metrics are important to…
-
Bulk Export Import Test Cases to Azure DevOps Test Plans using CSV file
As a user of Azure DevOps Test Plans or TFS Test Management for manual testing, from a long time everyone including me had a wish, that copy of test cases from excel or csv file along with test steps to Azure DevOps/TFS should be provided. Now that wait is over, Microsoft has recently announced this…
-
Azure DevOps Overview
Now a days Azure DevOps is very famous with IT and Operations team along with developers, so what is Azure DevOps? It is a Software as a service (SaaS) platform from Microsoft that provides features right from project management to version control to orchestrating CI CD and test management. It provides set of toolchains manage…
-
Volume management in Kubernetes
Since pods created in k8s are ephemeral, we are able to get the data as long as pods are alive, but if pods are terminated data stored in it completely lost and it cannot get back, for that we need to mount a volume to write the data into that of a pod. To do…
-
DevOpSmartBoard Organization Dashboard Overview
DevOpSmartBoard -The Ultimate End-To-End and One Stop Dashboard solution for all the reporting needs in Azure DevOps at organization and project level. DevOpSmartBoard is currently in preview and has the following reports available: DevOps Organization and project level metrics Query work items with various combination of filters and export to excel User Audit: count of…
-
Introduction to DevOpSmartBoard
Azure DevOps is very famous devops platform in the current market. Azure DevOps provides end to end project management, version control, build & release pipelines along with dashboards. But the limitations with built-in dashboards is that we can see the details at the project level, but not at the organization level. Many customer from a…
-
Accelerating Digital Transformation with GitHub
Hi all, in this blog I would like to share few insights on how you can leverage GitHub for your development platform inspired by the way you work. Many people come to GitHub because they want to contribute to open source 📖 projects, or they're invited by teammates or classmates who use it for their…
-
Deploy .NET application on IIS using GitHub actions
In this blog I will be showing how to deploy a .net application on IIS server (self-hosted runner). Once the web application is developed and ready to be made available to the user. To enable the user to access the application, the web application needs to be deployed on a Web server, such as IIS.…
-
Maven’s Project Object Model
Maven’s POM.xml – A file to build Projects In the previous article i.e. ‘Apache Maven – A tool to build Artifacts’, we explored Apache Maven like what is Maven? Maven Repositories and Maven Build Lifecycle and Phases. So, moving further, here we will discuss more in detail about the POM.xml. What is POM? A…