Blog
Sharing insights, knowledge and expertise
View All Topics
View All Types
AgileAgile Artifacts and CeremoniesAgile GovernanceAgile MethodologiesAgile MetricsAgile Portfolio ManagementAgile Program ManagementAgile RolesAtlassianAtlassian ConfluenceAtlassian HostingAtlassian IntegrationsAtlassian JiraAtlassian MigrationsBusiness AgilityDevOpsLeanProduct ManagementProject ManagementSAFeScaling Agile

DevOps
SRE vs. DevOps
You’ve heard the terms “SRE” and “DevOps” thrown around, but understanding the difference is confusing. But not to fear, as today we’re going to discuss the essence of both concepts. To help us along the...
Read Article >

DevOps
DevOps Anti-patterns and How to Correct Them
DevOps is one of the most interesting concepts that I have encountered in my professional career for several reasons, the biggest one being that there is no single definition of what “DevOps” actually is. There...
Read Article >

DevOps
5 Tips for a Successful DevOps Implementation
If your team is currently applying DevOps practices, there is a high degree of likelihood that you are encountering issues that you did not anticipate. Implementing DevOps is no simple task, as you may have...
Read Article >

DevOps
Microservices Tutorial: Everything to Know at a High Level
Microservice architecture is the new golden standard for building software. The overall idea is that instead of building your whole application as one single piece, you build it in multiple smaller pieces. This brings many...
Read Article >

DevOps
DevOps Implementation Plan: A Comprehensive 6 Step Strategy
As DevOps adoption continues to accelerate in large companies and organizations, the exact definition of the term remains unclear. Is DevOps a culture, movement, approach, philosophy, or combination of these things? Or does the term...
Read Article >

DevOps
The Best CI/CD Tools: 5 to Adopt When Building a Pipeline
You’ve now got a CI/CD pipeline—that’s awesome! But you may be wondering what to add next. In this blog post, we will explore some quick off-the-shelf tools you can quickly add to your CI/CD pipelines...
Read Article >

DevOps
Getting Started With DevOps Governance
There’s no doubt that DevOps can make your team more efficient and your enterprise more competitive. But that efficiency doesn’t come without risk. Without controls, continuous integration quickly turns into continuous mistakes. That’s where DevOps...
Read Article >

DevOps
Basic Git Commands You Need To Know
To use Git well, you need two things: an understanding of what Git is and knowledge of which commands to use in various circumstances. In this post, we’ll review both. An Understanding of Git So...
Read Article >

DevOps
How to Build a DevOps Culture That Will Last
Someone famous one said, “Culture eats strategy for breakfast” or something catchy. The message was that culture is superior to an organization’s strategy because it defines how people think and behave. Another school of thought...
Read Article >

DevOps
How to Perform DevOps Health Checks
The DevOps movement has grown tremendously during the last few years. Continuous integration (CI) and continuous delivery are key terms when discussing DevOps practices. Container management tooling, such as Kubernetes, has enabled and improved continuous...
Read Article >

DevOps
Pull Requests and Gitflow
This blog was originally published by GitKraken and can be found here. The importance of PRs in the development process. In another post, we discussed the Gitflow model and how it helps enterprises manage releases. In this...
Read Article >

DevOps
Top 3 Reasons Test Automation Projects Fail
At this point, many of us understand the benefits of test automation. It reduces manual repetitive testing over the life cycle of our application, reduces defects, and increases the quality of our code. So why...
Read Article >