-
How to Create, Modify and Subscribe to Filters in Jira Software
-
How to create a project in Jira Software.
Jira Software is a powerful project management tool widely used by teams across various industries to plan, track, and manage their projects efficiently. Whether you’re a seasoned project manager or just starting out, Mastering Jira Software can significantly enhance your team’s productivity and collaboration. One of the fundamental steps in utilizing Jira Software is creating…
-
SAP Cloud ALM – Azure DevOps Services Synchronization Solution
As organizations increasingly adopt hybrid ecosystems for their software development projects, the need for effective collaboration and data consistency across diverse platforms has become paramount. However, bridging the gap between SAP Cloud ALM and Azure DevOps Services presents a significant challenge. The lack of a seamless and bidirectional synchronization mechanism between these two powerful platforms…
-
Series 1: Unveiling Canarys Copy Project
Revolutionizing Azure DevOps Migrations with Canarys Copy Project Have you ever wished for a magic wand that could effortlessly copy teams, groups, team members, group users, iterations, areas, team settings, board settings, boards, work items, test plans, suites, repositories, pipelines, builds, releases, and even delivery plans? In the ever-evolving landscape of DevOps, the need for…
-
.Net Framework to .NET (.Net Core) Migration
In this article, we will discuss about the things we should consider when migrating code from .NET Framework to .NET. The Migration of project from .NET Framework to .NET is relatively a straightforward task but the complexity of the project determines how much effort is involved after the initial migration. Applications which are created on…
-
Supercharging GitHub Actions with Job Summaries and Pull Request comments
-
9 Easy Steps to Create a Custom Docker File
As it is the time of cloud technology, and everyone is interested in knowing how these cloud will work. There are mainly categorized the cloud into 3 types namely: Iaas (Infrastructure as a Service), Paas (Platform as a Service) and SaaS (Software as a Service). Out of these 3 categories let’s talk about PaaS with…
-
Capabilities of Dependabot in GitHub with Azure Artifacts
In GitHub, while you can see a list of packages the organization level, the packages are installed to a specific repository. We can see here the instructions for pushing various package ecosystems to GitHub npm, NuGet, Maven, Docker. In case you are storing artifacts/packages in Azure Artifacts, Dependabot also supports private feeds, including Azure Artifacts.…
-
Protect and discover secrets using Git-leaks
Git-leaks is a SAST tool for detecting and preventing hardcoded secrets like Passwords, API keys and tokens in GitHub Repository. Git-leaks is an easy-to-use, all-in-one solution for detecting secrets, past or present, in your code. Git-leaks would be configured as part of GitHub actions workflow for all the repositories we want to monitor for any…